Closed sanderegg closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.23%. Comparing base (
1564d50
) to head (1f981f9
). Report is 1 commits behind head on master.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
What do these changes do?
This PR persists computational job cancellation requests in the DB as a time of the request. E.g.: when a computational job is marked for cancellation it was only known to the current instance of the director-v2. Therefore if it would restart this information would be lost. This is now fixed.
Driving test:
test_handling_cancellation_of_jobs_after_reboot
This might help with https://github.com/ITISFoundation/osparc-simcore/issues/6400
Related issue/s
How to test
Dev-ops checklist