-
-
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
CI is running with threads? #57415
Comments
Is this that we are now defaulting to 1 regular and 1 interactive thread? |
Are we? That sounds like a bug |
I believe it is intentional behavior: #57087 |
Do we need to revert that entirely or just some part of it? |
Can we instead fix our test suite to work correctly in the case of 1 regular thread, 1 interactive thread? |
Agreed with Dilum. Julia has multithreading as a core feature. If it's broken, we need to fix the bugs. |
Specifics would help here. |
Also, for the test suite, we probably don't need to support the full general case. It might be sufficient to only support the following two special cases:
|
Taking a look at a CI crash, I noticed it was initializing an extra thread, which isn't really supported by our testsuite, and so may be causing the recent crashes. I don't know how this computation suddenly got corrupted:
The text was updated successfully, but these errors were encountered: