-
Notifications
You must be signed in to change notification settings - Fork 748
Add PartitionFilter to run a subset of tests based off a hash/partition key #4392
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
Conversation
@dotnet-policy-service agree |
You changed the PR to be relative to v13.3 bit it contains all v4 commits. |
c014743
to
84180b7
Compare
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
8877ccc
to
90a1f99
Compare
I've re-based and force-pushed my changes to be under the |
Adds support for nunit/nunit#4392
This adds support for a new PartitionFilter at nunit/nunit#4392
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This adds support for a new PartitionFilter at nunit/nunit#4392
This adds support for a new PartitionFilter at nunit/nunit#4392
Thanks for your contribution @Plasma ! |
Thanks @Plasma ! Appreciate your assistance getting this change into all the necessary places |
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