]
Brian Stansberry moved JBEAP-10164 to WFCORE-2630:
--------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-2630 (was: JBEAP-10164)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Domain Management
Test Suite
(was: Domain Management)
(was: Test Suite)
Affects Version/s: (was: 7.1.0.DR10)
InterfaceManagementUnitTestCase from wf-core fail intermittently
----------------------------------------------------------------
Key: WFCORE-2630
URL:
https://issues.jboss.org/browse/WFCORE-2630
Project: WildFly Core
Issue Type: Bug
Components: Domain Management, Test Suite
Reporter: Marek Kopecký
Assignee: Brian Stansberry
Priority: Minor
*Description of problem:*
InterfaceManagementUnitTestCase from wf-core fail intermittently. This test is unit test
from server module.
*How reproducible:*
5%
*Actual results:*
StackTrace:
{noformat}
java.lang.AssertionError: {"outcome" => "success"}
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.jboss.as.server.test.InterfaceManagementUnitTestCase.executeForServiceFailure(InterfaceManagementUnitTestCase.java:447)
at
org.jboss.as.server.test.InterfaceManagementUnitTestCase.testInterfacesAlternatives(InterfaceManagementUnitTestCase.java:175)
{noformat}
Standard Output
{noformat}
Failure for {
"operation" => "add",
"address" => [("interface" => "test")],
"any-address" => true,
"inet-address" => "127.0.0.1",
"link-local-address" => true,
"loopback" => true,
"loopback-address" => "127.0.0.1",
"multicast" => true,
"nic" => "lo",
"nic-match" => "lo",
"point-to-point" => true,
"public-address" => true,
"site-local-address" => true,
"subnet-match" => "127.0.0.0/24",
"up" => true,
"virtual" => true
}
is:
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0099: any-address is
invalid",
"rolled-back" => true
}
Failure for {
"operation" => "add",
"address" => [("interface" => "test")],
"inet-address" => "127.0.0.1",
"link-local-address" => true,
"loopback" => true,
"loopback-address" => "127.0.0.1",
"multicast" => true,
"nic" => "lo",
"nic-match" => "lo",
"point-to-point" => true,
"public-address" => true,
"site-local-address" => true,
"subnet-match" => "127.0.0.0/24",
"up" => true,
"virtual" => true
}
is:
{"outcome" => "success"}
{noformat}
*Expected results:*
No error