You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/02/02 13:00:12 UTC

[maven-surefire] branch SUREFIRE-1556 updated (6eb7ac4 -> 31c5aef)

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a change to branch SUREFIRE-1556
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


 discard 6eb7ac4  [SUREFIRE-1556] Test XML file is not valid when rerun "fails" with an assumption
     add 48f403e  [SUREFIRE-1987] Refactor ProviderDetector
     add 957d9ce  [github] ff-jdk: '18-ea', ff-os: 'macOS-latest', max-parallel: 3, timeout-minutes: 600
     add 4fc2634  [jenkins] jdks = [18, 17, 11, 8]
     add 54a9b17  Bump xmlunit-core from 2.6.0 to 2.9.0
     add 7fc9474  [github] investigating instability of build process, removed 'enableProcessChecker' in ITs POM Failsafe plugin
     add 50d680e  [SUREFIRE-1995] Ping and process checker should use isolated schedulers and the errors should be logged
     add 89cf812  static import
     add 2643f60  [SUREFIRE-1996] Upgrade plexus-java to Version 1.1.1
     add c2da914  [JUnit47ParallelIT.forcedShutdownVerifyingLogs] The logs do not have to match "These tests were executed in prior to the shutdown operation:" if the interrupted tests were finished fast enough. If this error message appears then the next line has to list the name of the class with tests in progress.
     add 627139e  Bump junit from 4.13.1 to 4.13.2
     add 2880b08  [JUnit47ParallelIT.forcedShutdownVerifyingLogs] fixed assertion regex
     add 4e69349  replaced ancestor org.easytesting:fest-assert>1.4 by org.assertj:assertj-core:3.22.0
     add 31c5aef  [SUREFIRE-1556] Test XML file is not valid when rerun "fails" with an assumption

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   (6eb7ac4)
            \
             N -- N -- N   refs/heads/SUREFIRE-1556 (31c5aef)

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:
 .github/workflows/maven-verify.yml                 |   6 +-
 Jenkinsfile                                        |   2 +-
 .../plugin/failsafe/IntegrationTestMojoTest.java   |   2 +-
 .../failsafe/MarshallerUnmarshallerTest.java       |   2 +-
 .../maven/plugin/failsafe/RunResultTest.java       |   2 +-
 .../maven/plugin/surefire/SurefireHelper.java      |   4 +-
 .../surefire/providerapi/ProviderDetector.java     |  66 +++++++------
 .../AbstractSurefireMojoJava7PlusTest.java         |   4 +-
 .../plugin/surefire/AbstractSurefireMojoTest.java  |  77 ++++++++-------
 .../AbstractSurefireMojoToolchainsTest.java        |  11 +--
 .../maven/plugin/surefire/CommonReflectorTest.java |   2 +-
 .../maven/plugin/surefire/MojoMocklessTest.java    |   2 +-
 .../surefire/SurefireDependencyResolverTest.java   |   2 +-
 .../maven/plugin/surefire/SurefireHelperTest.java  |   2 +-
 .../booterclient/DefaultForkConfigurationTest.java |   2 +-
 .../booterclient/ForkConfigurationTest.java        |  26 ++---
 .../surefire/booterclient/ForkStarterTest.java     |   4 +-
 .../booterclient/ForkingRunListenerTest.java       |   7 +-
 .../JarManifestForkConfigurationTest.java          |   6 +-
 .../ModularClasspathForkConfigurationTest.java     |   2 +-
 .../OutputStreamFlushableCommandlineTest.java      |   4 +-
 .../booterclient/output/ForkClientTest.java        |   5 +-
 .../output/ThreadedStreamConsumerTest.java         |   2 +-
 .../extensions/ConsoleOutputReporterTest.java      |   5 +-
 .../maven/plugin/surefire/extensions/E2ETest.java  |   2 +-
 .../extensions/EventConsumerThreadTest.java        |   2 +-
 .../extensions/ForkedProcessEventNotifierTest.java |   2 +-
 .../surefire/extensions/StatelessReporterTest.java |   2 +-
 .../surefire/extensions/StreamFeederTest.java      |   2 +-
 .../surefire/report/StatelessXmlReporterTest.java  |   2 +-
 .../plugin/surefire/report/TestSetStatsTest.java   |   2 +-
 .../runorder/RunEntryStatisticsMapTest.java        |   2 +-
 .../plugin/surefire/util/ScannerUtilTest.java      |   2 +-
 .../maven/surefire/extensions/ForkChannelTest.java |   2 +-
 .../StatelessTestsetInfoReporterTest.java          |   2 +-
 .../surefire/providerapi/ProviderDetectorTest.java |   2 +-
 .../report/ConsoleOutputFileReporterTest.java      |   2 +-
 .../org/apache/maven/surefire/spi/SPITest.java     |   2 +-
 .../maven/surefire/stream/EventDecoderTest.java    |   2 +-
 .../maven/plugin/surefire/SurefirePluginTest.java  |   2 +-
 .../report/SurefireSchemaValidationTest.java       |   5 +-
 pom.xml                                            |  16 +--
 .../api/booter/ForkingRunListenerTest.java         |   2 +-
 .../api/stream/AbstractStreamDecoderTest.java      |   2 +-
 .../api/stream/AbstractStreamEncoderTest.java      |   2 +-
 .../surefire/api/util/ReflectionUtilsTest.java     |   2 +-
 .../api/util/internal/AsyncSocketTest.java         |   2 +-
 .../api/util/internal/ChannelsReaderTest.java      |   2 +-
 .../api/util/internal/ChannelsWriterTest.java      |   2 +-
 .../api/util/internal/ObjectUtilsTest.java         |   2 +-
 .../apache/maven/surefire/booter/ForkedBooter.java | 108 +++++++++++++--------
 .../apache/maven/surefire/booter/PpidChecker.java  |   4 +-
 .../apache/maven/surefire/booter/ProcessInfo.java  |  16 ++-
 .../surefire/booter/BooterDeserializerTest.java    |   2 +-
 .../maven/surefire/booter/CommandReaderTest.java   |   6 +-
 .../surefire/booter/ForkedBooterMockTest.java      |  36 +++----
 .../maven/surefire/booter/ForkedBooterTest.java    |  10 +-
 .../maven/surefire/booter/PpidCheckerTest.java     |   8 +-
 .../maven/surefire/booter/SystemUtilsTest.java     |   2 +-
 .../booter/spi/CommandChannelDecoderTest.java      |   2 +-
 .../booter/spi/EventChannelEncoderTest.java        |   2 +-
 .../extensions/CommandlineExecutorTest.java        |   4 +-
 surefire-its/pom.xml                               |   1 -
 .../its/CheckTestNgCustomObjectFactoryIT.java      |   2 +-
 .../its/CheckTestNgCustomTestRunnerFactoryIT.java  |   2 +-
 .../surefire/its/CheckTestNgExecuteErrorIT.java    |   2 +-
 .../maven/surefire/its/JUnit47ParallelIT.java      |  34 +++++--
 .../maven/surefire/its/JUnitPlatformEnginesIT.java |   4 +-
 .../its/JUnitPlatformStreamCorruptionIT.java       |   2 +-
 .../maven/surefire/its/LongWindowsPathIT.java      |   2 +-
 .../surefire/its/MultiModuleProjectWithJPMSIT.java |   2 +-
 .../Surefire1295AttributeJvmCrashesToTestsIT.java  |   2 +-
 .../its/jiras/Surefire1367AssumptionLogsIT.java    |   2 +-
 .../its/jiras/Surefire141PluggableProvidersIT.java |   2 +-
 .../jiras/Surefire1535TestNGParallelSuitesIT.java  |   2 +-
 .../its/jiras/Surefire34SecurityManagerIT.java     |   2 +-
 ...fire735ForkFailWithRedirectConsoleOutputIT.java |   2 +-
 ...Surefire946KillMainProcessInReusableForkIT.java |   2 +-
 .../surefire/log/api/ConsoleLoggerUtilsTest.java   |   2 +-
 .../maven/plugin/surefire/log/api/LevelTest.java   |   2 +-
 .../maven/plugin/surefire/log/api/LoggersTest.java |   2 +-
 surefire-providers/surefire-junit-platform/pom.xml |   5 -
 .../junitplatform/JUnitPlatformProviderTest.java   |  17 ++--
 .../junitplatform/RunListenerAdapterTest.java      |   2 +-
 surefire-providers/surefire-testng/pom.xml         |   5 -
 .../maven/surefire/testng/TestNGReporterTest.java  |   2 +-
 86 files changed, 317 insertions(+), 301 deletions(-)