-
Bug
-
Resolution: Done
-
Critical
-
6.0.0.CR4, 7.0.0.Final
-
None
InterdependentDeploymentTestCase fail intermittently
Last changes on this test relates with WFCORE-2235 (ropalka, brian.stansberry)
This issue is quite easy to reproduce if loop count in testcase is increased:
- mvn clean -Dts.noSmoke -DskipTests -DallTests -Dcheckstyle.skip=true
- mvn install -Dts.noSmoke -DskipTests -DallTests -Dcheckstyle.skip=true
- cd testsuite
- mvn clean verify -DfailIfNoTests=false -Dtest=InterdependentDeploymentTestCase -DInterdependentDeploymentTestCase.count=10000 -Dts.manualmode -fn
StackTrace:
org.junit.ComparisonFailure: Response to iteration 2143 -- { "outcome" => "failed", "failure-description" => "WFLYCTL0441: Operation has resulted in failed or missing services WFLYCTL0186: Services which failed to start: service jboss.deployment.unit.\"interrelated-c.jar\".CONFIGURE_MODULE: WFLYSRV0153: Failed to process phase CONFIGURE_MODULE of deployment \"interrelated-c.jar\" ", "rolled-back" => true } expected:<[success]> but was:<[failed]> at org.junit.Assert.assertEquals(Assert.java:115) at org.jboss.as.test.manualmode.deployment.InterdependentDeploymentTestCase.test(InterdependentDeploymentTestCase.java:174) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.wildfly.core.testrunner.WildflyTestRunner.run(WildflyTestRunner.java:109) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:55) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:137) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:107) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:83) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:158) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)
Standard output:
I attach log file with the output
- is blocked by
-
WFCORE-4107 Upgrade MSC to 1.4.5.Final
- Resolved
- is caused by
-
MSC-241 Fix LifecycleListener registration routine causing assertion issues
- Resolved
- is related to
-
WFCORE-2235 Intermittent module loading failure in InterdependentDeploymentTestCase
- Resolved
-
WFCORE-4075 Proper cleanup of InterdependentDeploymentTestCase
- Resolved
- relates to
-
JBEAP-15413 Prevent failures due to MSC-241
- Closed