| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Not an expert in conflicts file. Should cc @bukka in this. |
Sorry, something went wrong.
FWIW, the doc change is only a clarification because after this tests run in parallel by default. This PR has no changes to CONFLICTS itself. 🫡 |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good to me otherwise, but I will wait for other reviews
Sorry, something went wrong.
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.
Sorry, something went wrong.
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? |
Sorry, something went wrong.
|
Yes, this is worth a NEWS and INTERNALS entry. Please add them, and I will merge :) |
Sorry, something went wrong.
That's done! 🫡 |
Sorry, something went wrong.
|
Thank you! |
Sorry, something went wrong.
@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 -j1)? I'd assume it's fine? @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? |
Sorry, something went wrong.
|
As this is documented in UPGRADING.INTERNALS this seems fine to me, but maybe @remicollet has another opinion? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Extracted from #22917.
Runs the test suite in parallel by default; automatically selects up to 10 workers. Explicit -j1 remains 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.
Reproduction:
Ref: 9b36b91 (review comments)
cc @arnaud-lb