[jboss-jira] [JBoss JIRA] (WFLY-5510) ListenerTestCase fails on pure IPv6
Marek Kopecký (JIRA)
issues at jboss.org
Wed Oct 14 06:55:00 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Kopecký closed WFLY-5510.
-------------------------------
Resolution: Rejected
I try to run TS with nonProxyHosts parameters for {{integration-tests.sh}} and test ends with success, so I'm closing this jira
{noformat}-DnonProxyHosts="localhost|localhost.localdomain|[0:0:0:0:0:0:0:1]|127.*|[::0]|[::1]|[$MYTESTIPV6_2]|[$MYTESTIPV6_1]" -Dhttp.nonProxyHosts="localhost|localhost.localdomain|127.*|[::0]|[::1]|[0:0:0:0:0:0:0:1]|[$MYTESTIPV6_2]|[$MYTESTIPV6_1]"{noformat}
> ListenerTestCase fails on pure IPv6
> -----------------------------------
>
> Key: WFLY-5510
> URL: https://issues.jboss.org/browse/WFLY-5510
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.0.0.CR2
> Reporter: Marek Kopecký
> Assignee: Dominik Pospisil
>
> *Description of problem:*
> ListenerTestCase fails on pure IPv6 machine
> *How reproducible:*
> Always on pure IPv6 machine
> *Steps to Reproduce:*
> # export PROXY_PARAMS="-DproxySet=true -DproxyHost=proxy-01-ipv6.mw.lab.eng.bos.redhat.com -DproxyPort=3128 -Dhttp.proxyHost=proxy-01-ipv6.mw.lab.eng.bos.redhat.com -Dhttp.proxyPort=3128 -Dhttps.proxyHost=proxy-01-ipv6.mw.lab.eng.bos.redhat.com -Dhttps.proxyPort=3128"
> # ./integration-tests.sh -Dmaven.repo.local=$MAVEN_REPO_LOCAL -fae -Dmaven.test.failure.ignore=true -Dnode0=$MYTESTIPV6_1 -Dnode1=$MYTESTIPV6_2 -Dmcast=$MCAST_ADDRV6 -Dipv6 -Djboss.dist=$JBOSS_DIST -Dtest=ListenerTestCase -Dts.basic -DfailIfNoTests=false $PROXY_PARAMS
> *Actual results:*
> {noformat}
> java.lang.AssertionError: Listener not removed.
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.jboss.as.test.integration.management.api.web.ListenerTestCase.removeListener(ListenerTestCase.java:233)
> at org.jboss.as.test.integration.management.api.web.ListenerTestCase.testHttpConnector(ListenerTestCase.java:112)
> {noformat}
> *Expected results:*
> No errors
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list