Add PartitionFilter to run a subset of tests based off a hash/partition key - #4392
Merged
Merged
Conversation
Contributor
Author
|
@dotnet-policy-service agree |
Member
|
You changed the PR to be relative to v13.3 bit it contains all v4 commits. |
Plasma
force-pushed
the
feature-partition-filter
branch
from
May 22, 2023 11:49
c014743 to
84180b7
Compare
Plasma
marked this pull request as draft
May 22, 2023 11:51
Plasma
force-pushed
the
feature-partition-filter
branch
from
May 22, 2023 12:30
84180b7 to
8877ccc
Compare
…ubset of arbitrary tests based on a partition number and count This is helpful when you may want to run a subset of tests (eg, across 3 machines - or partitions), each with a separately assigned partition number and fixed partition count Fixes nunit#4391
Plasma
force-pushed
the
feature-partition-filter
branch
from
May 22, 2023 12:31
8877ccc to
90a1f99
Compare
Contributor
Author
I've re-based and force-pushed my changes to be under the |
Plasma
added a commit
to Plasma/nunit-console
that referenced
this pull request
May 22, 2023
Adds support for nunit/nunit#4392
Plasma
added a commit
to Plasma/nunit-console
that referenced
this pull request
May 22, 2023
This adds support for a new PartitionFilter at nunit/nunit#4392
Plasma
marked this pull request as ready for review
May 22, 2023 13:26
Plasma
added a commit
to Plasma/nunit-console
that referenced
this pull request
Jun 6, 2023
This adds support for a new PartitionFilter at nunit/nunit#4392
Plasma
added a commit
to Plasma/nunit-console
that referenced
this pull request
Jun 7, 2023
This adds support for a new PartitionFilter at nunit/nunit#4392
Member
|
Thanks for your contribution @Plasma ! |
Contributor
Author
Member
|
Thanks @Plasma ! Appreciate your assistance getting this change into all the necessary places |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Added a new filter, PartitionFilter, that allows you to filter to a subset of arbitrary tests based on a partition number and count.
This is helpful when you may want to run a subset of tests (eg, across 3 machines - or partitions), each with a separately assigned partition number and fixed partition count
Fixes #4391