Uploaded image for project: 'WildFly Arquillian'
  1. WildFly Arquillian
  2. WFARQ-78

Custom containers are not stopped from a LoadableExtension

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 3.0.0.Beta3, 3.0.0.Final
    • 3.0.0.Beta1, 3.0.0.Beta2
    • None
    • Hide
      • git clone git@github.com:wildfly/wildfly.git
      • mvn clean install -DskipTests
      • update pom.xml to use
        • <version.org.wildfly.arquillian>3.0.0.Beta2</version.org.wildfly.arquillian>
        • <version.org.jboss.arquillian.core>1.6.0.Final</version.org.jboss.arquillian.core>
      • cd testsuite/integration/clusterin
      • mvn clean test -Dts.layers or mvn clean test -Dtest=SharedSessionTestCase
        • the second surefire execution fails because containers from the previous exectuion are not stopped
      Show
      git clone git@github.com:wildfly/wildfly.git mvn clean install -DskipTests update pom.xml to use <version.org.wildfly.arquillian>3.0.0.Beta2</version.org.wildfly.arquillian> <version.org.jboss.arquillian.core>1.6.0.Final</version.org.jboss.arquillian.core> cd testsuite/integration/clusterin mvn clean test -Dts.layers or mvn clean test -Dtest=SharedSessionTestCase the second surefire execution fails because containers from the previous exectuion are not stopped

      Custom containers are not stopped from a LoadableExtension. I'm not sure whether a loadable extension is not loaded or whether the Container#stop() doesn't its work.

            jperkins-rhn James Perkins
            okotek@redhat.com Ondrej Kotek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: