Skip to content
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

runc run [timens with no offsets] is flaky on ubuntu #4074

Open
kolyshkin opened this issue Oct 14, 2023 · 3 comments
Open

runc run [timens with no offsets] is flaky on ubuntu #4074

kolyshkin opened this issue Oct 14, 2023 · 3 comments

Comments

@kolyshkin
Copy link
Contributor

kolyshkin commented Oct 14, 2023

Seen this failure twice already:

not ok 184 runc run [timens with no offsets]
# (in test file tests/integration/timens.bats, line 37)
#   `grep -E '^monotonic\s+0\s+0$' <<<"$output"' failed
# runc spec --rootless (status=0):
#
# runc run test_busybox (status=0):
# monotonic           0         0

# boottime            0         0

I stared at the code and it looks just fine, yet grep fails. I suspect a problem with grep (or me).

@kolyshkin
Copy link
Contributor Author

@kolyshkin
Copy link
Contributor Author

OK, this looks similar to #4029, and the undelying reason is probably #2425 (see also #4029 (comment))

@kolyshkin
Copy link
Contributor Author

Alas, we can't use the same fix as in #4095. Maybe it's a sign we should fix the underlying issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant