-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Revert "Merge pull request #38405 from JuliaLang/vc/distributed_ts" #41722
Conversation
Do you have a link to an example failure? |
As an alternative to reverting this kind of PR for the fourth? time, can we try to just disable the failing test, if it's the one introduced by #38405? I think reverting it is equivalent to saying that #38405 is introducing a bug, but realistically it's probably just fixing one bug, and accidentally exposing another which already exists. |
@JeffBezanson I think https://build.julialang.org/#/builders/69/builds/1798/steps/5/logs/stdio is the kind of issue that Jameson is concerned around. We have been observing a general increase in flakiness in the tests, either hanging or otherwise misbehaving often around Distributed. Then there is also https://build.julialang.org/#/builders/9/builds/1640 and another example https://build.julialang.org/#/builders/78/builds/1578
If it were just a failing test... |
Did the |
Looking closer, the last log Valentin attached clearly shows this PR needs to be reverted and worked on more, as it is failing due the
|
…stributed_ts" (JuliaLang/julia#41722) Also reverts "fixup to pull request JuliaLang/julia#38405 (JuliaLang/julia#41641)" Seems to be causing hanging in CI testing. This reverts commit 740a33a and this reverts commit 5a1680533b461471f537f5f5d4ee3c2866b21e1f, reversing changes made to 02807b279a5e6d5acaeb7095e4c0527e2a5c190e. (cherry picked from commit bbc9429)
Also revert "fixup to pull request #38405 (#41641)"
Seems to be causing hanging in CI testing? @vchuravy
This reverts commit 5af1cf0.
This reverts commit 5a16805, reversing
changes made to 02807b2.