This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a change to branch dry-pipes-tcp-guarantees
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
discard ec6285c downstream should be ready to receive bytes before
bindEventHandler()
discard 4344243 fixed checkstyle
discard df5ddc2 fixed OOM by avoiding Mockito in tests having multiple threads
discard 55c120b fixed test and performance is as it was before
omit 64bb147 dry pipes and guarantee that tcp server is on acceptance
before JAR execution
add ee13f5d [SUREFIRE-1854] Support include/exclude junit test engine
add d5beee5 docs: fix typo
add a88881d [GitHub CI] fix in unit test (java.net.BindException: Cannot
assign requested address)
add 27ef162 [SUREFIRE-1908] Wish by Stackoverflow - Documented strategy
with parallel Java packages
add c61d874 Update JaCoCo Version to 0.8.7
add dceea49 [SUREFIRE-1912] user.dir should not be set lazily within the
surefire fork JVM
add e9e5193 [SUREFIRE-1913] system properties should be restored after
the in-process tests have been executed
add 14bce33 [SUREFIRE-1910] Missleading error message when using
-Dtest=....
add e7cb3e1 [SUREFIRE-1921] Upgrade Doxia to Version 1.10
add 0c22931 [SUREFIRE-1922] Fixed internal tests after SUREFIRE-1921
add 1c6f2b6 Fix </plugins> typo
add c2fcb7f [SUREFIRE-1881] Adds additional debug log and fork connection
timeout
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ec6285c)
\
N -- N -- N refs/heads/dry-pipes-tcp-guarantees (c2fcb7f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../maven/plugin/failsafe/IntegrationTestMojo.java | 44 ++++-
.../apache/maven/plugin/failsafe/VerifyMojo.java | 10 +-
.../plugin/failsafe/IntegrationTestMojoTest.java | 10 +
.../plugin/surefire/AbstractSurefireMojo.java | 130 +++++++++----
.../surefire/SurefireExecutionParameters.java | 11 +-
.../maven/plugin/surefire/SurefireHelper.java | 2 +-
.../plugin/surefire/SurefireReportParameters.java | 2 +-
.../surefire/booterclient/BooterSerializer.java | 3 -
.../AbstractSurefireMojoJava7PlusTest.java | 49 ++++-
.../plugin/surefire/AbstractSurefireMojoTest.java | 56 +++++-
.../maven/plugin/surefire/MojoMocklessTest.java | 28 ++-
...ooterDeserializerProviderConfigurationTest.java | 5 +-
...BooterDeserializerStartupConfigurationTest.java | 4 +-
.../maven/plugin/surefire/SurefirePlugin.java | 44 ++++-
.../fork-options-and-parallel-execution.apt.vm | 64 ++++++
.../src/site/apt/examples/junit-platform.apt.vm | 37 ++++
.../src/site/apt/examples/testng.apt.vm | 16 +-
.../src/site/markdown/multilineexceptions.md | 2 +-
.../maven/plugin/surefire/SurefirePluginTest.java | 11 ++
.../plugins/surefire/report/Surefire597Test.java | 54 +++---
.../surefire/report/SurefireReportMojoTest.java | 214 ++++++++++-----------
pom.xml | 7 +-
.../api/booter/ProviderParameterNames.java | 4 +
.../api/testset/DirectoryScannerParameters.java | 19 +-
.../api/util/internal/AsyncSocketTest.java | 9 +-
.../maven/surefire/booter/BooterDeserializer.java | 6 +-
.../surefire/booter/ProviderConfiguration.java | 10 +-
.../maven/surefire/booter/SurefireReflector.java | 3 +-
.../surefire/booter/SurefireReflectorTest.java | 4 +-
.../maven/surefire/its/CheckSingleTestIT.java | 2 +-
.../junitplatform/JUnitPlatformProvider.java | 13 +-
.../junitplatform/JUnitPlatformProviderTest.java | 79 +++++++-
32 files changed, 697 insertions(+), 255 deletions(-)