[jboss-jira] [JBoss JIRA] (WFLY-5506) RequestDumpingHandlerTestCase fails on pure-IPv6 RHEL
Marek Kopecký (JIRA)
issues at jboss.org
Mon Oct 12 06:06:00 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Kopecký moved JBEAP-1381 to WFLY-5506:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-5506 (was: JBEAP-1381)
Workflow: GIT Pull Request workflow (was: CDW v1)
Component/s: Test Suite
(was: Test Suite)
Target Release: (was: 7.0.0.GA)
Affects Version/s: 10.0.0.CR2
(was: 7.0.0.DR11)
> 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