From 3cdc51c23f8b3869743fc0de6935c027fa713d15 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Mon, 29 Nov 2021 20:49:59 +0100 Subject: [PATCH] Document parallel testing changes (fixes #342) --- RELEASE_NOTES.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 811480e578..31696b637d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,16 +8,19 @@ This page describes the noteworthy improvements provided by each release of Ecli ### Mirror Mojo no longer mirrors pack200 artifacts by default -Default for this mojo has been flipped from true to false as pack200 artifacts are irrelevant nowadays. If you want to restore previous behaviour put the following in your mojo configuration: +The default for this mojo has been flipped from true to false as pack200 artifacts are irrelevant nowadays. If you want to restore previous behaviour put the following into your mojo configuration: ``` true ``` -### Improved plain JUnit 5 suppoort +### Improved plain JUnit 5 support -Plain JUnit 5 tests now works fine without extra dependency on JUnit 4. +Plain JUnit 5 tests now work fine without an extra dependency on JUnit 4. +### Parallel testing with Tycho Surefire + +Previously, Tycho Surefire would only execute one test plugin at the same time, even with parallel Maven builds enabled. Now Tycho Surefire runs multiple tests in parallel. If you have parallel Maven builds enabled and run SWTBot UI tests (or other tests that don't work well during parallel execution), then you may need to re-configure your build to avoid the parallel test execution. ## 2.5.0