-
Notifications
You must be signed in to change notification settings - Fork 325
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
Partition tests on CI #3950
base: main
Are you sure you want to change the base?
Partition tests on CI #3950
Conversation
Unfortunately this partitioning approach doesn't work for the application-server integration tests, because those live in a single project. We'd need to split them into multiple sub-projects to make it work correctly. For the non-application server integration tests it works, but has a slight imbalance: The jdbc-integration-tests take much longer than the rest, therefore the split is a bit uneven. Also the test-reporter doesn't merge the test results from split tasks yet, which is a problem. |
What does this PR do?
Attempts to automatically partition our tests on CI so that we get smaller logs and lower total runtime.