-
-
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
Enable "Test spawning a lot of tasks" on non-Linux #43072
Conversation
This reverts commit bf070fc.
It looks like macOS and FreeBSD are actually fine? Or maybe increasing the timeout bf070fc helped? https://build.julialang.org/#/builders/26/builds/5861 |
The usage of |
Here's an example failure on |
Yeah, I think we need to disable this. I just opened #43125. |
This re-enables the bug reproducer test #42975
spawn and wait *a lot* of tasks in @profile
(fixed in #42978) for non-Linux platforms so that people using Windows, macOS, and FreeBSD can pick it up.Ref: #42978 (comment)