-
Notifications
You must be signed in to change notification settings - Fork 702
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
PackageTests/NewBuild/CmdRun/Terminate
brittle, may fail on CI
#8416
Comments
Judging from the ticket and the error line (34 vs. 35), the two runs are slightly different:
vs.
|
Thanks for catching this!
The test has changed in the meantime, so a changed output is to be expected. I do think the fix was good, and this is separate issue. It would be good to know how often this happens, has it been observed more often than this once? It might be something as annoying as the write to disk taking more than a couple of seconds, or the controlling process randomly being paused for multiple seconds due to OS scheduling. I think the best next step to narrow this down would be to instrument the test a bit with timestamped logging, unless this can be reproduced somewhat reliably locally. |
@andreasabel Do you have any info on how frequent this is? |
We've seen some instability in the test, compare haskell#8416 This adds timestamped output to make it easier to see what goes wrong in case the test fails again.
I just caught it and reported it, don't know how frequently it occurs. |
Ah good then, considering the "high priority" label I was worried that things might be on fire. |
I added "priority: high" because CI shouldn't fail (as this will stop the whole merge process...). |
We've seen some instability in the test, compare haskell#8416 This adds timestamped output to make it easier to see what goes wrong in case the test fails again.
I haven't seen this test fail lately. Is there a way to grep CI for this failure? I think this may no longer be relevant. |
Seen it 2024-04-12 in |
The test
PackageTests/NewBuild/CmdRun/Terminate
has been caught to fail on CI. Maybe it has races?There was a previous attempt to fix this issue:
Ping @robx .
https://github.com/haskell/cabal/runs/7945613288?check_suite_focus=true#step:17:35
The text was updated successfully, but these errors were encountered: