Bertrand Delacretaz created SLING-5877:
------------------------------------------
Summary: ThreadExpiringThreadPoolTest fails semi-randomly on
Jenkins
Key: SLING-5877
URL: https://issues.apache.org/jira/browse/SLING-5877
Project: Sling
Issue Type: Bug
Components: Extensions
Reporter: Bertrand Delacretaz
Priority: Minor
For example at [1] , and the actual count varies between failed runs, so far
I've values 4 and 5.
{code}
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)
{code}
[1]
https://builds.apache.org/view/S-Z/view/Sling/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.commons.threads/4329/testReport/junit/org.apache.sling.commons.threads.impl/ThreadExpiringThreadPoolTest/shouldLetMultipleThreadsDieAfterExpiry/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)