-
Notifications
You must be signed in to change notification settings - Fork 13
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
ROX-22360: expired_at
is not nullified
#1643
Conversation
Can you explain what caused the bug and what the fix is? It would also be good to have a test in the e2e test suite that would catch such issues. |
Updated description. The e2e comes with #1644. |
Could you please add a warning as a comment to |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 0x656b694d, stehessel The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
The bug is caused by using the
DinosaurService.Update
method instead ofDinosaurService.Updates
. The difference is in handling NULL values, apparently.Updates
instead ofUpdate
Checklist (Definition of Done)
Test manual
ROX-12345: ...
Test manual
Tested with patching via
centrals/{id}/expired-at
and restarting the pod to trigger expiration manager, which nullifies the field.