Skip to content

Move Minitest.__run patch internals to Minitest::Queue.run#337

Merged
shioyama merged 2 commits intomainfrom
shioyama/move_run_from_queue_to_queue_run
Jun 18, 2025
Merged

Move Minitest.__run patch internals to Minitest::Queue.run#337
shioyama merged 2 commits intomainfrom
shioyama/move_run_from_queue_to_queue_run

Conversation

@shioyama
Copy link
Member

Extracted from #334

This is purely an internal refactor, to make it easier to do some things in parallel where we need parts of the patch that are not currently exposed.

@shioyama shioyama requested a review from ChrisBr June 16, 2025 07:10
@shioyama shioyama marked this pull request as ready for review June 16, 2025 07:10
shioyama added 2 commits June 18, 2025 10:37
This makes it easier to confine internal methods to Minitest::Queue and
avoid polluting the top-level Minitest module.
@shioyama shioyama force-pushed the shioyama/move_run_from_queue_to_queue_run branch from 68b3d55 to 5a3a595 Compare June 18, 2025 01:38
@shioyama shioyama changed the base branch from cbruckmayer/check-we-executed-all-tests to main June 18, 2025 01:38
@shioyama
Copy link
Member Author

I rebased this on main, which required some changes since run_from_queue has changed a bit.

@shioyama shioyama merged commit 29ad54d into main Jun 18, 2025
8 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants