-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[1.19] oci: parse stat file instead of using ctime #4166
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
[1.19] oci: parse stat file instead of using ctime #4166
Conversation
as we have seen the ctime of it's proc entry fluctuate, and the process start time (item 22 in /proc/pid/stat) could be more reliable Signed-off-by: Peter Hunt <[email protected]>
Codecov Report
@@ Coverage Diff @@
## release-1.19 #4166 +/- ##
================================================
+ Coverage 41.68% 41.77% +0.09%
================================================
Files 110 110
Lines 9053 9067 +14
================================================
+ Hits 3774 3788 +14
Misses 4938 4938
Partials 341 341 |
saschagrunert
left a comment
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.
/retest
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
/retest |
|
/test e2e-aws |
What type of PR is this?
/kind bug
What this PR does / why we need it:
pick of #4146
including #4154
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?