Olivier Lamy created SUREFIRE-2098:
--------------------------------------
Summary: ParallelComputerUtilTest flaky test
Key: SUREFIRE-2098
URL: https://issues.apache.org/jira/browse/SUREFIRE-2098
Project: Maven Surefire
Issue Type: Bug
Components: Junit 4.7+ (parallel) support
Reporter: Olivier Lamy
the test ParallelComputerUtilTest made assumptions which can depend on node.
{code:java}
Error:
org.apache.maven.surefire.junitcore.pc.ParallelComputerUtilTest.withoutShutdown
Time elapsed: 11.846 s <<< ERROR!
2477java.lang.AssertionError: expected:<10000.0> but was:<10502.0>
2478 at org.junit.Assert.fail(Assert.java:91)
2479 at org.junit.Assert.failNotEquals(Assert.java:645)
2480 at org.junit.Assert.assertEquals(Assert.java:441)
2481 at org.junit.Assert.assertEquals(Assert.java:510)
2482 at
org.apache.maven.surefire.junitcore.pc.ParallelComputerUtilTest.withoutShutdown(ParallelComputerUtilTest.java:956)
{code}
or delta should be increase
--
This message was sent by Atlassian Jira
(v8.20.7#820007)