Skip to content
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

Run all tests in parallel #39

Open
nirs opened this issue Mar 16, 2025 · 0 comments · May be fixed by #52
Open

Run all tests in parallel #39

nirs opened this issue Mar 16, 2025 · 0 comments · May be fixed by #52
Assignees
Labels
scheduled Scheduled for next release
Milestone

Comments

@nirs
Copy link
Member

nirs commented Mar 16, 2025

We want to tun all configured tests in parallel.

  • Change console.Progress to log complete line. We cannot use \r when running tests in parallel
    • We can add a fancy progress later that can show parallel execution
  • Start each test in goroutine
  • Wait until all tests complete
  • Simple test summary (6 passed, 0 failed)

Implementation notes:

  • keep test status in Test.error
  • create list of tests
  • run tests in parallel
    • no limit for now, can improve later
  • wait for completion
  • report test summary
  • fail if some tests failed
@nirs nirs added the scheduled Scheduled for next release label Mar 16, 2025
@nirs nirs self-assigned this Mar 16, 2025
@nirs nirs modified the milestones: v0.1.0, v0.2.0 Mar 16, 2025
@nirs nirs linked a pull request Mar 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scheduled Scheduled for next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant