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 system tests in parallel #3946

Open
patchwork01 opened this issue Dec 16, 2024 · 0 comments
Open

Run system tests in parallel #3946

patchwork01 opened this issue Dec 16, 2024 · 0 comments

Comments

@patchwork01
Copy link
Collaborator

patchwork01 commented Dec 16, 2024

Background

Split from:

Description

We'd like to run all system tests in parallel, so that they should run much quicker overall.

Analysis

We could look at options to get the Failsafe Maven plugin to parallelise the tests, but looking at the documentation it doesn't seem clear that this will work.

We could look at ways to invoke JUnit directly, maybe from a main method.

We'll want logging to happen independently for each test if possible, to separate files in the output directory.

We need to make sure we've covered everything that might not be thread safe before we do this, e.g.:

@patchwork01 patchwork01 added this to the 0.28.0 milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant