Uh oh!
There was an error while loading. Please reload this page.
Run tests in parallel by default - #22939
Conversation
LamentXU123
commented
Jul 30, 2026
Not an expert in conflicts file. Should cc @bukka in this. |
NickSdot
commented
Jul 30, 2026
FWIW, the doc change is only a clarification because after this tests run in parallel by default. This PR has no changes to |
arnaud-lb
left a comment
There was a problem hiding this comment.
Looks good to me otherwise, but I will wait for other reviews
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
06569f4 to
9fb7077Compare0374c74 to
472acd1CompareUh oh!
There was an error while loading. Please reload this page.
arnaud-lb
left a comment
There was a problem hiding this comment.
Looks good to me otherwise!
I will wait a few days and merge if there are no objections.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
9e8de6b to
5a874afCompare
Friendly reminder, @arnaud-lb. 🫡 If this is merged #22995 would have a slight change. The same is true for #22946, so if you would merge here it would be nice if you could look at the Windows one-liner along with it. I plan to later today push the update for the CI PR. Monday is a good day to merge, isn't it? 🤓 Will be around to have an eye on CI in case anything unexpected happens! Edit: does this need a NEWS or INTERNALS entry? |
arnaud-lb
commented
Aug 10, 2026
Yes, this is worth a NEWS and INTERNALS entry. Please add them, and I will merge :) |
NickSdot
commented
Aug 10, 2026
That's done! 🫡 |
Uh oh!
There was an error while loading. Please reload this page.
arnaud-lb
commented
Aug 10, 2026
Thank you! |
remicollet
commented
Aug 14, 2026
@arnaud-lb is this something I should look into or is this acceptable for 8.6 and hence something extensions should take care of (or simply run with @remicollet what's your take? Like, running with j1 brings back the old behaviour - isn't that fine and extensions can just catch up with flakes (as we do here)? Or do you have something else in mind? |
arnaud-lb
commented
Aug 14, 2026
As this is documented in UPGRADING.INTERNALS this seems fine to me, but maybe @remicollet has another opinion? |
Extracted from #22917.
Runs the test suite in parallel by default; automatically selects up to 10 workers. Explicit
-j1remains the opt-out to run tests serial. Smaller batches improve balancing.Intended to merge after#22957 so eligible Windows test subprocesses no longer use the shell wrapper when parallel execution becomes the default.
Result
Values in seconds; measured on macOS.
(none)Reproduction:
Ref: 9b36b91 (review comments)
cc @arnaud-lb