-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 No longer upload output ports when study is in read only mode #4207
🐛 No longer upload output ports when study is in read only mode #4207
Conversation
FYI: Just something to keep in mid, read my notes above. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could I bother you to in fact check and write down here how it works for legacy services' outputs if they are in read only mode?
thanks a lot for this! small and clean |
Codecov Report
@@ Coverage Diff @@
## master #4207 +/- ##
=========================================
- Coverage 84.3% 72.9% -11.4%
=========================================
Files 964 406 -558
Lines 41703 20870 -20833
Branches 953 173 -780
=========================================
- Hits 35169 15228 -19941
+ Misses 6317 5593 -724
+ Partials 217 49 -168
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@mrnicegyu11 so in case of comp and legacy services outputs will not be updated. Especially for computational, since the run button is disabled. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code Climate has analyzed commit 76b118e and detected 0 issues on this pull request. View more on Code Climate. |
What do these changes do?
Currently, due to a side effect outputs are not uploaded by the sidecar. Storage raises an error due to missing permissions to upload files when sidecar is running in read only mode.
This properly addresses the issue.
NOTE with @elisabettai we discussed about this. When opened in read only you cannot push outputs to downstream services. I'm not sure how this works for legacy services.
Related issue/s
How to test
DevOps Checklist