-
Bug
-
Resolution: Done
-
Major
-
4.6.1.CP12
-
None
I ran script:
with test:
org.jboss.jbossts.xts.servicetests.test.at.subordinate.MultiParticipantPrepareAndCommitTest
And the following expected output is missing from the trace log:
# rollback called for pseudo participant XXXXXX # rollback called for subordinate transaction XXX # rollback sent for Participant XXXXXX # rollback received for Participant XXXXXX # aborted sent for Participant XXXXXX # aborted received for Participant XXXXXX # rollback sent for Participant XXXXXX # rollback received for Participant XXXXXX # aborted sent for Participant XXXXXX # aborted received for Participant XXXXXX # rollback returned for subordinate transaction XXX # rollback completed for pseudo participant XXXXXX
I think the expected output shuld actually be:
# rollback called for pseudo-participant XXXXXX # rollback called for subordinate coordinator XXX # rollback sent for Coordinator engine XXXXXX # rollback received for Participant XXXXXX # aborted sent for Participant XXXXXX # aborted received for Coordinator engine XXXXXX # rollback sent for Coordinator engine XXXXXX # rollback received for Participant XXXXXX # aborted sent for Participant XXXXXX # aborted received for Coordinator engine XXXXXX # rollback returned for subordinate coordinator XXX # rollback completed for pseudo-participant XXXXXX
Either way, these lines are missing from the output. Is this still a valid run, or do we have a failure?
See attached log.