-
Bug
-
Resolution: Done
-
Blocker
-
8.0.0.GA
-
False
-
None
-
False
-
Regression
-
-
-
-
-
-
-
-
-
Starting with EAP8 builds produced after 2023-06-15, we have the following error on RHEL9 in test InterfaceManagementUnitTestCase:
java.lang.AssertionError: { "outcome" => "failed", "failure-description" => "WFLYCTL0379: System boot is in process; execution of remote management operations is not currently available" } at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.jboss.as.server.test.InterfaceManagementUnitTestCase.executeForServiceFailure(InterfaceManagementUnitTestCase.java:466) at org.jboss.as.server.test.InterfaceManagementUnitTestCase.testComplexInterface(InterfaceManagementUnitTestCase.java:248)
Note that a simple thread.sleep before the failing statement, is enough to make the issue go away.
- is cloned by
-
WFCORE-6421 InterfaceManagementUnitTestCase fails on RHEL9
- Closed