The test case ThreadPoolRunnableUnitTestCase fails due to timeout. This test fails during the testsuite run and fails upon retry with one-test.
Suite: org.jboss.test.util.test.ThreadPoolRunnableUnitTestCase
Test: unknown
Type: error
Exception: junit.framework.AssertionFailedError
Message: Timeout occurred
---------------------------------
This test times out, and it seems that for some reason, the test definitions within the class are not being processed correctly (note the test name "unknown"). I have seen this several times.
The testcase output follows:
Testsuite: org.jboss.test.util.test.ThreadPoolRunnableUnitTestCase
Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
Testcase: unknown took 0.005 sec
Caused an ERROR
Timeout occurred
junit.framework.AssertionFailedError: Timeout occurred
- is blocked by
-
JBAS-4160 failing org.jboss.test.util.test.ThreadPoolRunnableUnitTestCase
- Closed