Hide Forgot
There is a subset of tests that ends with error during TCK execution com/sun/ts/tests/jms/ee/ejb/sessiontests com/sun/ts/tests/jms/ee/all/queuetests/QueueTests.java#emptyMsgsQueueTest The symptoms are always the same - a call to session.receive(timeout) does not end after the timeout and the test is abruptly terminated after 5 mins. Moroever EAP server then cannot be shut down gracefully. I tried to execute sessiontests locally and take thread dumps to saee what is going on threaddump1.txt - during the first test execution threaddump2.txt - second time during the first test threaddump3.txt - during the second test execution threaddump4.txt - after second test timeout threaddump5.txt - after unsuccessful EAP shutdown test.log - Log of TCK execution server.log - EAP log with org.qpid on TRACE level fulltck.log - A log from full TCK execution - shows com/sun/ts/tests/jms/ee/all/queuetests/QueueTests.java#emptyMsgsQueueTest
Created attachment 556025 [details] Log files
QPID-3715, revision 1228583
I've run the TCK on my local copy and have verified the above test passes in the standalone version