-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Permission changes in dynamic-sidecar are always executed when closing a service #7372
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
🐛 Permission changes in dynamic-sidecar are always executed when closing a service #7372
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7372 +/- ##
===========================================
- Coverage 87.28% 67.59% -19.69%
===========================================
Files 1709 659 -1050
Lines 66325 31579 -34746
Branches 1124 168 -956
===========================================
- Hits 57892 21347 -36545
- Misses 8113 10174 +2061
+ Partials 320 58 -262
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@Mergifyio queue |
🛑 The pull request has been removed from the queue
|
|
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks:You may have to fix your CI before adding the pull request to the queue again. If you want to requeue this pull request, you can post a |
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/long_running_tasks.py
Show resolved
Hide resolved
|
|
@Mergifyio queue |
🟠 Waiting for conditions to match
|
…ing a service (#7372) Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…ing a service (ITISFoundation#7372) Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>



What do these changes do?
In case of errors during container removal, the permission change would have never been executed.
This fix ensures that the permission change block of code is now always executed.
Related issue/s
How to test
Dev-ops checklist