-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.1.0.DR7
-
None
org.wildfly.test.integration.web.VirtualHostTestCase.testDefaultHost test fails in case that -Dnode0 property is set (localhost by default).
@Test public void testDefaultHost() throws IOException { callAndTest("http://localhost:8080/", "ROOT"); //this needs to be localhost, as it is by host mapping }
reproduce
./integration-tests.sh -Dts.basic -Dts.noSmoke -Dtest=VirtualHostTestCase -Dnode0=$MYTESTIP_1
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.391 sec <<< FAILURE! - in org.wildfly.test.integration.web.VirtualHostTestCase testDefaultHost(org.wildfly.test.integration.web.VirtualHostTestCase) Time elapsed: 0.011 sec <<< ERROR! org.apache.http.conn.HttpHostConnectException: Connect to localhost:8080 [localhost/127.0.0.1] failed: Connection refused
- relates to
-
JBEAP-2004 default-web-module doesn't work for non default hosts & servers
- Verified