-
Notifications
You must be signed in to change notification settings - Fork 125
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
Prevent loss of attributes with reschedule #7006
Conversation
This commit changes to use a temporary variable to hold the job attributes, so that when CreateWorkJob is rescheduled due to any errors, the attributes that were deleted do not get left out of the resubmitted job's attributes.
Test Results 13 files ±0 13 suites ±0 2h 47m 11s ⏱️ - 4m 4s For more details on these failures, see this check. Results for commit 94fa6a4. ± Comparison against base commit 5b03f59. This pull request removes 366 and adds 367 tests. Note that renamed tests count towards both.
|
We're going to roundtrip this one back to the top of |
Fixes
This commit changes to use a temporary variable to hold the job attributes, so that when CreateWorkJob is rescheduled due to any errors, the attributes that were deleted do not get left out of the resubmitted job's attributes.
@samvera/hyrax-code-reviewers