-
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
[CI] not ok 135 runc run with tmpfs perms #4029
Comments
https://github.com/opencontainers/runc/actions/runs/6639817702/job/18038954312
|
@lifubang if you want to give it a try, the repro is really simple:
diff --git a/libcontainer/integration/execin_test.go b/libcontainer/integration/execin_test.go
index c5c32413..43eebeaf 100644
--- a/libcontainer/integration/execin_test.go
+++ b/libcontainer/integration/execin_test.go
@@ -234,7 +234,7 @@ func TestExecInTTY(t *testing.T) {
if testing.Short() {
return
}
- t.Skip("racy; see https://github.com/opencontainers/runc/issues/2425")
+ // t.Skip("racy; see https://github.com/opencontainers/runc/issues/2425")
config := newTemplateConfig(t, nil)
container, err := newContainer(t, config)
ok(t, err)
$ cd libcontainer/integration
$ go test -v -count 1000 -exec sudo -run ExecInTTY Eventually you will see it failing. I guess another way is to do |
Another manifestation of the same bug: #4074 |
ci / test (ubuntu-20.04, 1.21.x, rootless, -race) (pull_request) Failing after 3m
The text was updated successfully, but these errors were encountered: