-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: various TestCloneNEWUSERAndRemap/TestEmptyCredGroups test failures #20796
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
Comments
Would be nice to get this into 1.9 if we can figure it out. |
I just realized this is a dup of #16283, which was closed as WONTFIX. |
Okay, you can close it if you'd like. But can't we detect that user namespaces or whatever aren't available and |
Yes, I think that would be nice. |
It would be nice to get a patch to skip the tests. Currently blocked on building this in my pipeline |
I can fix |
feel free to ping me on these in the future |
CL https://golang.org/cl/49310 mentions this issue. |
CL https://golang.org/cl/49311 mentions this issue. |
@jessfraz thanks! |
syscall
tests inexec_linux_test.go
have a fair amount of checks to make sure we skip the tests if we're in no condition to successfully run them, but there must be something missing because I'm seeing the following failures on a GNU/Linux system I use when I runall.bash
.This is on a CentOS 7.2 system with kernel
3.10.0-327.36.3.el7.x86_64
from an unprivileged user. The same tests are (correctly) skipped on other GNU/Linux systems I tested, which makes me think something is missing from the "skipping-test" logic.Not incredibly important but this makes impossible to run
all.bash
and complete it successfully on this system.The text was updated successfully, but these errors were encountered: