[jbossts-issues] [JBoss JIRA] (JBTM-930) Run of ATSubordinateCrashDuringPrepare.MultiParticipantPrepareAndCommitTest is missing expected output

Paul Robinson (Created) (JIRA) jira-events at lists.jboss.org
Wed Oct 19 06:34:46 EDT 2011


Run of ATSubordinateCrashDuringPrepare.MultiParticipantPrepareAndCommitTest is missing expected output
------------------------------------------------------------------------------------------------------

                 Key: JBTM-930
                 URL: https://issues.jboss.org/browse/JBTM-930
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: XTS
    Affects Versions: 4.6.1.CP12
            Reporter: Paul Robinson
            Assignee: Paul Robinson
             Fix For: 4.6.1.CP13


I ran script:

https://svn.jboss.org/repos/labs/labs/jbosstm/branches/JBOSSTS_4_6_1_GA_CP/XTS/sar/tests/dd/scripts/ATSubordinateCrashDuringPrepare.txt

with test:

org.jboss.jbossts.xts.servicetests.test.at.subordinate.MultiParticipantPrepareAndCommitTest

And the following expected output is missing from the trace log:

{code}
#   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
{code}

I think the expected output shuld actually be:

{code}
#   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
{code}

Either way, these lines are missing from the output. Is this still a valid run, or do we have a failure?

See attached log.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list