You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
Parallelizing tests is usually done by passing only a set of all test assemblies, or filtering them by namespace. I propose a different approach invoked by:
Parallelizing tests is usually done by passing only a set of all test assemblies, or filtering them by namespace. I propose a different approach invoked by:
Every invocation gets the full list of assemblies. Internally, all tests get sorted by name, optionally randomized using an external seed.
The execution is then defined by taking every
(#AgentInstance - 1) + 3 * n
test from all tests.The text was updated successfully, but these errors were encountered: