[arquillian-issues] [JBoss JIRA] Resolved: (ARQ-106) AfterSuite event is never called with JUnit

Karel Piwko (JIRA) jira-events at lists.jboss.org
Sat Jan 1 03:52:18 EST 2011


     [ https://issues.jboss.org/browse/ARQ-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karel Piwko resolved ARQ-106.
-----------------------------

    Resolution: Done


Closing reopened issue because the reason of this behavior was discovered. This was related to JUnit fork mode with ProcessBuilder start() used in Selenium Server starter.

Original behavior spawned a chain of subprocesses while the reference was kept only to the head of the chain, making a running Selenium Server thread unkillable.

Once the Selenium Server started was rewritten, this no longer happens.

> AfterSuite event is never called with JUnit
> -------------------------------------------
>
>                 Key: ARQ-106
>                 URL: https://issues.jboss.org/browse/ARQ-106
>             Project: Arquillian
>          Issue Type: Bug
>          Components: Test Harness Integration
>    Affects Versions: 1.0.0.Alpha1, 1.0.0.Alpha4
>            Reporter: Aslak Knutsen
>            Assignee: Aslak Knutsen
>             Fix For: 1.0.0.Alpha2
>
>
> Currently using a JVM Shutdown hook to call AfterSuite. This is never called.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list