-
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
✨Computational backend: add helpful tracing log #5218
✨Computational backend: add helpful tracing log #5218
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5218 +/- ##
=========================================
- Coverage 85.6% 61.4% -24.2%
=========================================
Files 1292 546 -746
Lines 52992 27621 -25371
Branches 1160 202 -958
=========================================
- Hits 45376 16976 -28400
- Misses 7366 10595 +3229
+ Partials 250 50 -200
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
👍
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.
Thanks!
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What do these changes do?
This PR adds some tracing logs that might prove useful when looking at computational jobs after they were run and the cluster was terminated.
Bonus:
Related issue/s
How to test
Dev Checklist
DevOps Checklist