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
Now that we run tests on helix for partitioning, the purpose of run tests isn't super clear. We should refactor this out to better define responsibilities, for example
Building test partitions for helix
Preparing the test payloads
Running integration test retry
We likely don't need much of the existing code in run tests that just calls out to dotnet test since helix is now responsible for parallelizing tests.
The text was updated successfully, but these errors were encountered:
See #62138 (comment)
Now that we run tests on helix for partitioning, the purpose of run tests isn't super clear. We should refactor this out to better define responsibilities, for example
We likely don't need much of the existing code in run tests that just calls out to dotnet test since helix is now responsible for parallelizing tests.
The text was updated successfully, but these errors were encountered: