-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
importer tries, fails to create FileSets before Works are persisted (tested in 5.5.1, 7.0.0) #955
Comments
|
|
This ticket might be related to this other one: |
Thanks, @kirkkwang! I ran into unrelated problems trying to upgrade from 5.5.1 to main, so I switched tracks to cherry-picking your change in that commit back into 5.5.1 and it's working. |
That's great to hear @aploshay ! Do you think we can close this issue now? |
@kirkkwang I believe so, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Behavior occurs running this branch of essi, with bulkrax 5.5.0:
which occurs because a nil value is returned for
work
byfind_record
called increate_file_set
, since apparently the work hasn't been persisted yet. All the work imports do, however, succeed.I've also tested bulkrax 7.0.0 -- the same issue occurs on the first run, but the second run now also fails to import FileSet records.
I'm surprised that it's possible for the Work, FileSet creation sequencing to get flipped around somehow -- any notions of what could be causing this?
The text was updated successfully, but these errors were encountered: