Skip to content

Conversation

@JamesonRGrieve
Copy link
Owner

  • Convert test-cs-nunit.yml and test-cs-xunit.yml to standalone runners
  • Add cgroup-aware auto worker detection for parallel testing
  • Add parallel_workers input with runner-based defaults (6 for multithreaded, 1 for singlethreaded)
  • Standardize outputs (total, passed, percentage, collection_errors, etc.)
  • Generate test_data.json artifact compatible with regression-test.yml
  • NUnit uses NUnit.NumberOfTestWorkers for parallelization
  • xUnit uses xUnit.MaxParallelThreads for parallelization

- Convert test-cs-nunit.yml and test-cs-xunit.yml to standalone runners
- Add cgroup-aware auto worker detection for parallel testing
- Add parallel_workers input with runner-based defaults (6 for multithreaded, 1 for singlethreaded)
- Standardize outputs (total, passed, percentage, collection_errors, etc.)
- Generate test_data.json artifact compatible with regression-test.yml
- NUnit uses NUnit.NumberOfTestWorkers for parallelization
- xUnit uses xUnit.MaxParallelThreads for parallelization
@JamesonRGrieve JamesonRGrieve merged commit d33563d into main Dec 23, 2025
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