[jbossts-issues] [JBoss JIRA] (JBTM-1259) XTS tests sometimes fail to kill the AS at the end of a job

Paul Robinson (JIRA) jira-events at lists.jboss.org
Wed Sep 19 08:25:35 EDT 2012


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

Paul Robinson commented on JBTM-1259:
-------------------------------------

The problem occurs in TestBACrashDuringCommit#MultiParticipantCoordinatorCompletionParticipantCloseAndExitTest

After the first test succeeds, it seems to be leaving a process behind that Arquillian is detecting when it tries to run all subsequent tests. See the following log:

http://172.17.131.2/view/Narayana+BlackTie-pulls/job/btny-pulls-narayana/119/artifact/XTS/localjunit/crash-recovery-tests/target/surefire-reports/com.arjuna.qa.junit.TestBACrashDuringCommit-output.txt

In particular the output below:

{code}
INFO: jboss-as is still alive, sleeping for a further 10000ms
Sep 19, 2012 4:34:58 AM com.arjuna.qa.extension.JBossAS7ServerKillProcessor runShellCommand
INFO: Executing shell command: 'if [ "$(jps | grep jboss-modules.jar)" == "" ]; then exit 1; fi'
std out null
std error null
Sep 19, 2012 4:34:59 AM com.arjuna.qa.extension.JBossAS7ServerKillProcessor kill
INFO: jboss-as killed by byteman scirpt
Starting arquillian with java VM args: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.byteman.verbose -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.byteman.transform.all -javaagent:target/test-classes/lib/byteman.jar=script:target/test-classes/scripts/BACrashDuringCommit.txt,boot:target/test-classes/lib/byteman.jar,listener:true isIPv6: false
Deleting: /home/hudson/workspace/btny-pulls-narayana/jboss-as/build/target/jboss-as-7.2.0.Alpha1-SNAPSHOT/standalone/data/tx-object-store
{code}

Is it possible that a rogue process is still running that "jps | grep jboss-modules.jar" doesn't detect? 
                
> XTS tests sometimes fail to kill the AS at the end of a job
> -----------------------------------------------------------
>
>                 Key: JBTM-1259
>                 URL: https://issues.jboss.org/browse/JBTM-1259
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Build System, XTS
>    Affects Versions: 5.0.0.M1
>            Reporter: Michael Musgrove
>            Assignee: Paul Robinson
>             Fix For: 4.17.0
>
>
> A build which shows the problem is:
> http://albany/view/Narayana+BlackTie-pulls/job/btny-pulls-narayana/119/
> Please unmark the job as keep forever when done.

--
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