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

Partition tests on CI #3950

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from
Draft

Conversation

JonasKunz
Copy link
Contributor

What does this PR do?

Attempts to automatically partition our tests on CI so that we get smaller logs and lower total runtime.

@JonasKunz JonasKunz added the ci:agent-integration Enables agent integration tests in build pipeline label Jan 22, 2025
@JonasKunz
Copy link
Contributor Author

JonasKunz commented Jan 27, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-java ci:agent-integration Enables agent integration tests in build pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant