-
Notifications
You must be signed in to change notification settings - Fork 22
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
REPL integration test failures with macOS julia nightly #1111
Comments
I have seen this happen earlier and disappear again, e.g. https://github.com/oscar-system/GAP.jl/actions/runs/12467506675/job/34796923548?pr=1067 with |
@lgoettgens how systematic was this range obtained? Is this from CI logs? I wonder how reliable "it did not crash" is, i.e. maybe this error only appears with a certain probability, and one should re-run the test a couple times with a specific Julia version? |
Just from ci logs from the scheduled jobs on master. I can try to bisect this in the next days |
Would indeed be good to bisect where this comes from. |
Thanks for reminding me. I am on it and report back once finished |
After some researching and debugging, this seems to not be a regression, but instead has always been a random failure. In https://github.com/oscar-system/GAP.jl/actions/runs/12832003066, I ran the relevant part from the CI job with julia JuliaLang/julia@ff97facbc94, which is exactly the version that the macos-nightly job in #1595 right before merging succeeded with. And even in this version, 3 out of 10 similar jobs failed due to a timeout in the expect testsuite. Under these circumstances, I am not sure how sensible a full bisection is. Or rather, how far I have to go back in time to find a good commit. |
With "always" you mean "since we added the expect based tests" ? AFAIK the failures are however always with nightly, not with 1.10 or 1.11, right? Perhaps the Of course if we an repro locally then we could also bisect Julia locally. sigh |
I can try to bisect nightly against the 1.11 branch off or something like that. (again with many similar CI jobs, and considering it a fail if one of them has a timeout) |
First observed in https://github.com/oscar-system/GAP.jl/actions/runs/12625852387/job/35178150930.
With julia
1.12.0-DEV.1829
it succeeded, but with1.12.0-DEV.1836
it fails. This leaves JuliaLang/julia@638dacc...89afe20 as the diff.The text was updated successfully, but these errors were encountered: