-
Notifications
You must be signed in to change notification settings - Fork 89
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
[BUG] Continuous integration sometimes generates false "test failed" notifications #484
Comments
probably related to bash version |
If that were the problem, surely it would succeed or fail consistently? I would expect the CI server to do something like spinning up a Docker instance, to run tests in a consistent environment. |
So it is a bug that happens sometimes. |
I think that now postprocessor was fixed this issue is gone. |
Please don't close it just yet; it seems to be an intermittent problem. I've occasionally had test failures on my own PC when I run |
Also, surely the absence of a postprocessor binary on the CI server would not cause intermittent failures as described above; it would either always succeed, or always fail. |
I recently received a random "Cargo & Clippy Test" email on my glob function branch, directing me to https://github.com/amber-lang/amber/actions/runs/10872830349/job/30168293449. This complains about a failed unit test, which I haven't touched:
I do not see how this unit test could possibly fail, as it doesn't access the file system or anything else external:
The text was updated successfully, but these errors were encountered: