]
Gytis Trikleris updated JBTM-2406:
----------------------------------
Fix Version/s: 5.next
(was: 5.later)
BABridgedTest and BAParticipantCompletionTest tests failed because of
the race condition
----------------------------------------------------------------------------------------
Key: JBTM-2406
URL:
https://issues.jboss.org/browse/JBTM-2406
Project: JBoss Transaction Manager
Issue Type: Bug
Components: TXFramework
Reporter: Gytis Trikleris
Assignee: Gytis Trikleris
Priority: Minor
Fix For: 5.next
http://albany.eng.hst.ams2.redhat.com/view/Status/job/narayana/825/PROFIL...
{code}
-------------------------------------------------------------------------------
Test set:
org.jboss.narayana.txframework.functional.ws.ba.participantCompletion.BAParticipantCompletionTest
-------------------------------------------------------------------------------
Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 44.774 sec <<<
FAILURE!
testManualComplete(org.jboss.narayana.txframework.functional.ws.ba.participantCompletion.BAParticipantCompletionTest)
Time elapsed: 4.202 sec <<< ERROR!
com.arjuna.wst.TransactionRolledBackException: null
at
com.arjuna.wst11.stub.BusinessActivityTerminatorStub.close(BusinessActivityTerminatorStub.java:95)
at
com.arjuna.mwlabs.wst11.ba.remote.UserBusinessActivityImple.close(UserBusinessActivityImple.java:157)
at
org.jboss.narayana.txframework.functional.ws.ba.participantCompletion.BAParticipantCompletionTest.testManualComplete(BAParticipantCompletionTest.java:129)
{code}