dataquest-dev / dspace-import

Blackbox tests for dspace repository
Other
0 stars 2 forks source link

ufal/py-two-clarin-licenses-not-imported #92

Closed milanmajchrak closed 11 months ago

milanmajchrak commented 1 year ago
Phases MP MM MB MR JM Total
ETA 0 0 0 0 0 0
Developing 0 2 0 0 0 0
Review 0 0 0 0 0 0
Total - - - - - 0
ETA est. 0
ETA cust. - - - - - 0

Problem description

The emails from eperson and user_registration was different for some users e.g., in the eperson.json the user has email test@edu.cz;test@gmail.com and in the user_registration the user's email was like test@edu.cz (one was missing), so during importing user_registration records some user doesn't have mapped epersonId and it causes that the eperson wasn't find by the epersonId in the server and it causes that the license wasn't imported because the user wasn't find by the epersonId.

milanmajchrak commented 1 year ago

TODO create unit test for importing eperson and user_registration.