-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
TestRunWithKernelMemory
failed
#946
Comments
/cc @vishh |
Closed
hqhq
added a commit
to hqhq/runc
that referenced
this issue
Jul 21, 2016
Revert: opencontainers#935 Fixes: opencontainers#946 I can reproduce opencontainers#946 on some machines, the problem is on some machines, it could be very fast that modify time of `memory.kmem.limit_in_bytes` could be the same as before it's modified. And now we'll call `SetKernelMemory` twice on container creation which cause the second time failure. Revert this before we find a better solution. Signed-off-by: Qiang Huang <[email protected]>
I can reproduce this problem on some machines, I opened a PR to revert that commit. |
@hqhq I was about to do the same, it's been bothering me for a few days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the commit 8dd3d63 broke the
TestRunWithKernelMemory
test somehow. Here is the error in the output ofmake test
:Its previou commit 9d7831e works well for me.
The text was updated successfully, but these errors were encountered: