-
Notifications
You must be signed in to change notification settings - Fork 108
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
Flaky go-e2e-dns on Go 1.20 Linux #1206
Comments
One of the issues here is that the test hangs forever, so another thing we need to do is to add timeouts. |
Looks like this fix wasn't enough, as we still get flaky behavior (CI run). |
I think it's the same - just for some reason in the e2e it doesn't detect the crash and waits for it forever |
Also the go crash I sent is in the E2E test. |
I know |
I'm not sure if this had stopped happening or we disabled the test? |
The test is enabled, has not failed in the last couple days |
Seems that some sort of a deadlock/timeout is happening in this test.
https://github.com/metalbear-co/mirrord/actions/runs/4483891847
https://github.com/metalbear-co/mirrord/actions/runs/4483668126
The text was updated successfully, but these errors were encountered: