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 test groups to speed up integration tests #1274

Open
wants to merge 1 commit into
base: b2.5
Choose a base branch
from

Conversation

jtgrabowski
Copy link
Collaborator

Before this change one huge test group (executed within DefaultCluster) determined the it:test
execution duration.
This change introduces test group splitting so that the huge group may be split into smaller
chunks and executed in parallel.
Ony my machine this bring the execution time from 483 s to 272 s.

Before this change one huge test group (executed within DefaultCluster) determined the `it:test`
execution duration.
This change introduces test group splitting so that the huge group may be split into smaller
chunks and executed in parallel.
Ony my machine this bring the execution time from 483 s to 272 s.
@jtgrabowski jtgrabowski changed the base branch from master to b2.5 September 16, 2020 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants