-
Notifications
You must be signed in to change notification settings - Fork 3
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
Missed pending decompression check #2641
Conversation
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.
Nice find 👍
Tested on Hasta with a provided sample which had some pending decompressions and now the decompression finishes as expected:
|
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.
Bra jobbat ⭐
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
If one runs
cg decompress case <case_id>
when the decompression has already been started, the logging is weird, stating that files undergoing decompression are missing on Hasta, and does not start decompression of the remaining files for the sample. This PR adds a check for pending compressions.Fixed
How to prepare for test
us
paxa
How to test
Expected test outcome
Review
Thanks for filling in who performed the code review and the test!
This version is a
Implementation Plan