-
Notifications
You must be signed in to change notification settings - Fork 233
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
Heisenbug: tests/su/10_su_sulog_success/su.test
#956
Comments
Here's the action that failed: |
tests/su/10_su_sulog_success/su.test tests/su/10_su_sulog_success/su.test
tests/su/10_su_sulog_success/su.test
I've experienced it again, spuriously in a branch that has been working for a long time, and without any changes (just reorganizing the commits internally), it failed in one rebase, and worked again in the next. Here are the logs:
Here are the logs: This sounds like Undefined Behavior somewhere? @hallyn , would you mind having a look at it? It could be a race condition in the test, maybe? I hope it's not a bug in id(1) (although id(1) is not setuid, so it wouldn't be that bad). |
I've seen that test fail in a PR, in which I wouldn't expect it to fail. When trying to reproduce it, I wasn't able, not even in the same PR. Let's just document that it has happened, in case we see it again.
The only thing we know until now, is that the following failed once:
And it was in
The text was updated successfully, but these errors were encountered: