Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
For example at [1] , and the actual count varies between failed runs, so far I've values 4 and 5.
rg.apache.sling.commons.threads.impl.ThreadExpiringThreadPoolTest.shouldLetMultipleThreadsDieAfterExpiry
Failing for the past 1 build (Since Unstable#4328 )
Took 0.1 sec.
Error Message
Expected: is <3>
but: was <4>
Stacktrace
java.lang.AssertionError:
Expected: is <3>
but: was <4>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.apache.sling.commons.threads.impl.ThreadExpiringThreadPoolTest.shouldLetMultipleThreadsDieAfterExpiry(ThreadExpiringThreadPoolTest.java:115)