Bug 1067348
Summary: | [TEST] (6.3) 'AssertionError: expected:<200> but was:<500>' in org.jboss.as.test.manualmode.ws.ReloadWSDLPublisherTestCase.testHelloStringAfterReload on pure ipv6 in MW Jenkins | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Pavel Jelinek <pjelinek> | ||||
Component: | Testsuite | Assignee: | Emmanuel Hugonnet (ehsavoie) <ehugonne> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Jelinek <pjelinek> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.2.0, 6.2.1, 6.3.0 | CC: | cdewolf, ehugonne, kkhan | ||||
Target Milestone: | DR3 | ||||||
Target Release: | EAP 6.3.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-06-28 15:25:09 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1049796 | ||||||
Attachments: |
|
Upstream PR: wildfly/wildfly#5951 (merged) PR : https://github.com/jbossas/jboss-eap/pull/1031 Unfortunatelly the test is still failing. See: https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-AS-Testsuite/job/eap-60-as-testsuite-RHEL-OracleJDK6-pureIPV6/lastCompletedBuild/jdk=java16_default,label_exp=RHEL6-ipv6%26%26x86_64%26%26pure-ipv6/testReport/org.jboss.as.test.manualmode.ws/ReloadWSDLPublisherTestCase/testHelloStringAfterReload/ The log shows that we are using the http proxy to connect locally. Is the nonProxyHosts correctly configured ? you should have something like : -DnonProxyHosts="localhost|127.*|[::0]|[::1]|[$MYTESTIPV6_1]|[$MYTESTIPV6_2]" in you command but it doesn't seem to be there Moving back ON_QA to verify after job-rconfiguration. Test passes after jobs reconfiguration. |
Created attachment 865401 [details] stacktrace and standart output It happens when using -DproxySet=true -DproxyHost=proxy-01-ipv6.mw.lab.eng.bos.redhat.com -DproxyPort=3128 in pure ipv6 jobs.