[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: DuplicateDetectionTest::testNoPersistXA1 fails if libaio
jmesnil
do-not-reply at jboss.com
Mon Jul 6 05:27:40 EDT 2009
same behavior on BasicXARecoveryTest::testNonPersistent & testNonPersistentMultipleIDs
The XAException is caused by the same NPE.
All the tests in XALargeMessageMultiThreadFailoverTest fails too when libaio is not installed:
| java.lang.Exception: Exception on thread Thread[Thread-5,5,]
| at org.jboss.messaging.tests.integration.cluster.failover.MultiThreadFailoverSupport.runMultipleThreadsFailoverTest(MultiThreadFailoverSupport.java:169)
| at org.jboss.messaging.tests.integration.cluster.failover.XAMultiThreadRandomFailoverTest.runTestMultipleThreads(XAMultiThreadRandomFailoverTest.java:670)
| at org.jboss.messaging.tests.integration.cluster.failover.XAMultiThreadRandomFailoverTest.testC(XAMultiThreadRandomFailoverTest.java:107)
| Caused by: javax.transaction.xa.XAException
| at org.jboss.messaging.core.client.impl.ClientSessionImpl.commit(ClientSessionImpl.java:820)
| at org.jboss.messaging.tests.integration.cluster.failover.XAMultiThreadRandomFailoverTest.transactionallySendMessages(XAMultiThreadRandomFailoverTest.java:544)
| at org.jboss.messaging.tests.integration.cluster.failover.XAMultiThreadRandomFailoverTest.doTestC(XAMultiThreadRandomFailoverTest.java:186)
| at org.jboss.messaging.tests.integration.cluster.failover.XAMultiThreadRandomFailoverTest$1.run(XAMultiThreadRandomFailoverTest.java:112)
| at org.jboss.messaging.tests.integration.cluster.failover.MultiThreadFailoverSupport$1Runner.run(MultiThreadFailoverSupport.java:135)
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241927#4241927
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241927
More information about the jboss-dev-forums
mailing list