-
-
Notifications
You must be signed in to change notification settings - Fork 389
Non-deterministic CI test failures #1430
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
Comments
It seems they are more frequent in windows, i remember to fix similar errors in lsp-test some time ago, which process handling was assuming a linux system |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ci results are highly inestable lately, due to the mentioned false negatives and errors in the bench job 😟 |
This comment has been minimized.
This comment has been minimized.
The cabal file for that test lists both
Obviously this leads to the non-deterministic failures observed. Someone should split this up into two cabal projects. |
What about this one:
|
Do you have the logs from that? |
It's not fully resolved yet. |
I observed a new one, which happens randomly in many test cases https://paste.xinu.at/TtbZ/
|
After landing #1651 we now see some tests randomly failing with the error below, potentially impacting all tests and OS (although so far I have only observed it in Windows):
@wz1000 volunteered to look into this eventually. @wz1000 is there any workaround we can apply in the meantime? |
It seems those failures are gone for now, we can open a new one if they strikes back |
Recently, test CI starts to fail because of
or
in a non-deterministic manner.
I suspect that this issue has been introduced with lsp-1.0 update (it started to happen since then, if my memory is correct), but haven't found any obvious clues.
The text was updated successfully, but these errors were encountered: