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

Fixes #342: Run surefire tests outside of lock #394

Merged
merged 1 commit into from
Nov 25, 2021

Conversation

k-spa
Copy link
Contributor

@k-spa k-spa commented Nov 25, 2021

Running tests while the lock is present leads to the tests being executed in series which severely degrades performance when the build is running with parallel maven projects.

Running tests while the lock is present leads to the tests being executed in series which severely degrades performance when the build is running with parallel maven projects.
@github-actions
Copy link

github-actions bot commented Nov 25, 2021

Unit Test Results

142 files  142 suites   40m 40s ⏱️
223 tests 220 ✔️ 3 💤 0

Results for commit c9ac1ba.

♻️ This comment has been updated with latest results.

@laeubi laeubi linked an issue Nov 25, 2021 that may be closed by this pull request
@laeubi laeubi added this to the 2.6 milestone Nov 25, 2021
@laeubi laeubi merged commit c9ac1ba into eclipse-tycho:master Nov 25, 2021
@laeubi
Copy link
Member

laeubi commented Nov 25, 2021

Thanks for the change. Just a note: You have created your PR from your forks master branch, it is often more desirable to create a branch for the feature and just name it e.g. issue_nnn_description that way you can for example always sync with the master repository if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallelization performance severely degraded since Tycho 1.7.0
2 participants