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

Split CLI tests into smaller suite, run in parallel #828

Open
stewartie4 opened this issue Aug 16, 2023 · 0 comments
Open

Split CLI tests into smaller suite, run in parallel #828

stewartie4 opened this issue Aug 16, 2023 · 0 comments
Labels
enhancement New feature or request post-mainnet

Comments

@stewartie4
Copy link
Contributor

Today a full run takes 1h45m.
This is mostly due to all tests running in a single go process, with parallel limited to the number of CPU cores.
If we split this monolith into 10+ test suites, running each suite as it's own process we should see a dramatic speed improvement.
We would also be able to target re-runs instead of needing to re-run all suites if a single test fails.

Investigate how we could best do this.
Github actions may be a limiting factor - could Jenkins help here?

@Jayashsatolia403 Jayashsatolia403 added the enhancement New feature or request label Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request post-mainnet
Projects
None yet
Development

No branches or pull requests

2 participants