-
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
🐛 Sometime docker timestamps are not parsed correctly #4003
🐛 Sometime docker timestamps are not parsed correctly #4003
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4003 +/- ##
=========================================
- Coverage 84.6% 72.2% -12.4%
=========================================
Files 946 552 -394
Lines 40979 24602 -16377
Branches 851 137 -714
=========================================
- Hits 34678 17775 -16903
- Misses 6079 6779 +700
+ Partials 222 48 -174
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.
Thanks a lot, looks promissing!
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.
Really nice, I will use it in the UTC refactoring #3912
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.
🎉
6ae3498
to
86b0918
Compare
Kudos, SonarCloud Quality Gate passed!
|
0f468af
to
9d9167d
Compare
9d9167d
to
7a86851
Compare
Code Climate has analyzed commit 7a86851 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
What do these changes do?
adds arrow library to parse, convert and manage timestamps.
![image](https://user-images.githubusercontent.com/35365065/226571686-f93df7b2-5d9e-41aa-8cf5-21688bf3a324.png)
some referecences: https://stackabuse.com/working-with-datetime-in-python-with-arrow/
Very important: all times created with arrow are timezone aware and UTC by default
fixes the flaky test in autoscaling when reading a RFC3339Nano type of time stamp (as used by docker)
Related issue/s
fixes ITISFoundation/osparc-issues#675
How to test
Checklist