-
Notifications
You must be signed in to change notification settings - Fork 3.7k
vendor: update github.com/containerd/nri@v0.4.0 #9088
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
Conversation
Signed-off-by: Samuel Karp <samuelkarp@google.com>
Signed-off-by: Samuel Karp <samuelkarp@google.com>
Curious where the "foo" cones from 🤔
|
oh, never mind; that's part of the test, but wondering why it didn't match the error |
The failing line is require.True(t, rightAfter(now, v), "now: %s, v: %s", now, v) Maybe the timer resolution on Windows is a bit different from what we expect? threshold := 10 * time.Millisecond
if runtime.GOOS == "windows" {
// Low timer resolution on Windows
threshold *= 10
}
return t2.After(t1) && t2.Before(t1.Add(threshold)) Either way it's unrelated to this vendor update. |
Opened #9090 for the test flake. |
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.
LGTM
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.
LGTM
This adds support for adding rlimits to containers through NRI.