[jboss-jira] [JBoss JIRA] (WFLY-5506) RequestDumpingHandlerTestCase fails on pure-IPv6 RHEL
Marek Kopecký (JIRA)
issues at jboss.org
Wed Oct 14 06:56:00 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Kopecký closed WFLY-5506.
-------------------------------
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}
> RequestDumpingHandlerTestCase fails on pure-IPv6 RHEL
> -----------------------------------------------------
>
> Key: WFLY-5506
> URL: https://issues.jboss.org/browse/WFLY-5506
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.0.0.CR2
> Reporter: Marek Kopecký
> Assignee: Jan Stourac
>
> *Description of problem:*
> RequestDumpingHandlerTestCase fails on pure-IPv6 RHEL machines.
> *How reproducible:*
> Always on pure-IPv6 RHEL 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=RequestDumpingHandlerTestCase $PROXY_PARAMS
> *Actual results:*
> {noformat}
> java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.0 403 Forbidden"
> at sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:2084)
> at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:183)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1512)
> at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
> at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
> at org.jboss.as.test.integration.web.handlers.RequestDumpingHandlerTestImpl$HttpsRequestDumpingHandlerTestImpl.performRequest(RequestDumpingHandlerTestImpl.java:363)
> at org.jboss.as.test.integration.web.handlers.RequestDumpingHandlerTestImpl.commonTestBody(RequestDumpingHandlerTestImpl.java:108)
> at org.jboss.as.test.integration.web.handlers.RequestDumpingHandlerTestImpl.<init>(RequestDumpingHandlerTestImpl.java:75)
> at org.jboss.as.test.integration.web.handlers.RequestDumpingHandlerTestImpl$HttpsRequestDumpingHandlerTestImpl.<init>(RequestDumpingHandlerTestImpl.java:323)
> at org.jboss.as.test.integration.web.handlers.RequestDumpingHandlerTestCase.testReqDumpHandlerOnHttps(RequestDumpingHandlerTestCase.java:264)
> {noformat}
> *Expected results:*
> No errors
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list