-
-
Notifications
You must be signed in to change notification settings - Fork 964
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
End-to-end tests fail non-deterministically, timeout errors. #1026
Comments
Yes absolutely, unfortunately I don't really know what causes the timeout. I think it might be some issue with connectivity? We probably have to improve the failure logging in the e2e pipeline to catch what's going on (4457 is the mailhog port if I am not mistaken) |
I got the same issue when i run end to end test (./test/e2e/run.sh mysql), but for me it's not "non-deterministic", rather, i always got the time-out. |
That is an unrelated issue, as this one is tracking flaky test failures. If you think you have a bug, and it’s not related to e.g. broken Docker on your machine, please open an appropriate issue with as much details as possible and reproducible steps. But given that this works for everyone else, it’s probably an issue on your local machine. |
Resolved |
Describe the bug
I noticed while submitting PR #1024 that the
ci/circleci: test-e2e-[db]
tests seem to fail non-deterministically on some timeout error. I also noticed this while submitting PR #1022.On consecutive runs of the pipeline, one of these tests would fail seemingly randomly:
Until eventually, they all passed (no code changes). This nondeterministic timeout behaviour indicates that there might be some config issue that could be resolved by increasing the timeout duration at this failing stage of the pipeline
Reproducing the bug
Seeing as the issue is non-deterministic, reproducibility is not guaranteed, but you'll probably experience the same thing at some point.
Steps to reproduce the behavior:
e2e
testsServer logs
Server configuration
Expected behavior
Deterministic behaviour
Environment
CircleCI pipeline
The text was updated successfully, but these errors were encountered: