[jbossts-issues] [JBoss JIRA] (JBTM-1383) LogStoreRecoveryTest hang

Paul Robinson (JIRA) jira-events at lists.jboss.org
Thu Dec 13 09:33:17 EST 2012


    [ https://issues.jboss.org/browse/JBTM-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741241#comment-12741241 ] 

Paul Robinson commented on JBTM-1383:
-------------------------------------

Doesn't seem to reproduce if you just run the single test:

{code}
for i in {1..200}; do echo ITERATION $i; ./build.sh -f ArjunaCore/arjuna/pom.xml -Dtest=LogStoreRecoveryTest test ; [ $? = 0 ] || break; done
{code}

Trying running the suite in a loop:

{code}
for i in {1..200}; do echo ITERATION $i; ./build.sh -f ArjunaCore/arjuna/pom.xml test ; [ $? = 0 ] || break; done
{code}
                
> LogStoreRecoveryTest hang
> -------------------------
>
>                 Key: JBTM-1383
>                 URL: https://issues.jboss.org/browse/JBTM-1383
>             Project: JBoss Transaction Manager
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Testing
>    Affects Versions: 5.0.0.M2
>            Reporter: Michael Musgrove
>            Assignee: Paul Robinson
>         Attachments: debug.25494
>
>
> http://172.17.131.2/job/jbossts-narayana-java6/123 job is stuck running LogStoreRecoveryTest

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list