-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
is failing intermittently with the following stack trace:
java.lang.AssertionError: expected same:<RUNNING> was not:<SUSPENDED> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotSame(Assert.java:829) at org.junit.Assert.assertSame(Assert.java:772) at org.junit.Assert.assertSame(Assert.java:783) at org.jboss.as.server.suspend.SuspendControllerTestCase.serverActivityCallbackOrderTest(SuspendControllerTestCase.java:55) at org.jboss.as.server.suspend.SuspendControllerTestCase.testServerActivityCallbackOrder(SuspendControllerTestCase.java:35) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junitcore.JUnitCore.run(JUnitCore.java:49) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:120) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:95) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:75) at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:69) at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:146) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) ------- Stdout: ------- 19:09:25,031 INFO (main) [org.jboss.as.server] <ServerLogger.java:1107> WFLYSRV0236: Suspending server with no timeout. 19:09:25,038 INFO (main) [org.jboss.as.server] <ServerLogger.java:1107> WFLYSRV0236: Suspending server with no timeout. 19:09:25,039 INFO (main) [org.jboss.as.server] <ServerLogger.java:1107> WFLYSRV0236: Suspending server with no timeout. 19:09:25,041 INFO (main) [org.jboss.as.server] <ServerLogger.java:1107> WFLYSRV0236: Suspending server with no timeout. 19:09:25,043 INFO (main) [org.jboss.as.server] <ServerLogger.java:1107> WFLYSRV0236: Suspending server with no timeout.
According to the history we currently have, this begin on the 28 Jan and it is independent of the OS since it has been reproduced in Windows and Linux:
https://ci.wildfly.org/test/-5898241397076497309?currentProjectId=WildFlyCore_PullRequest&orderBy=status&order=desc
- is related to
-
WFCORE-6894 SuspendController exposes MSC lifecycle to consumers
-
- Resolved
-