Alexander Kriegisch created SUREFIRE-1930:
---------------------------------------------
Summary: JUnit47ParallelIT.forcedShutdownVerifyingLogs is flaky
Key: SUREFIRE-1930
URL: https://issues.apache.org/jira/browse/SUREFIRE-1930
Project: Maven Surefire
Issue Type: Bug
Affects Versions: 3.0.0-M5
Reporter: Alexander Kriegisch
While working on an unrelated PR, in one case
{{JUnit47ParallelIT.forcedShutdownVerifyingLogs}} failed, see [this GitHub
build
log|https://github.com/apache/maven-surefire/runs/2982270818?check_suite_focus=true#step:4:4010]:
{code}
Error: Tests run: 59, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
344.612 s <<< FAILURE! - in org.apache.maven.surefire.its.JUnit47ParallelIT
Error:
org.apache.maven.surefire.its.JUnit47ParallelIT.forcedShutdownVerifyingLogs
Time elapsed: 4.94 s <<< ERROR!
org.apache.maven.surefire.its.fixture.SurefireVerifierException:
org.apache.maven.it.VerificationException: Text not found in log: These tests
are incomplete:
at
org.apache.maven.surefire.its.JUnit47ParallelIT.forcedShutdownVerifyingLogs(JUnit47ParallelIT.java:523)
Caused by: org.apache.maven.it.VerificationException: Text not found in log:
These tests are incomplete:
at
org.apache.maven.surefire.its.JUnit47ParallelIT.forcedShutdownVerifyingLogs(JUnit47ParallelIT.java:523)
{code}
The other builds passed. I am not sure if the test is flaky on a more regular
basis, but I have seen it fail more than once, e.g. also [in this
build|https://github.com/apache/maven-surefire/runs/2979364889?check_suite_focus=true#step:4:4010].
Both times, it ocurred on MacOS, but that could be by chance.
[~tibordigana] requested to handle this issue separately from the PR, and I am
happy to comply.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)