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: TestsuiteAssignee: 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.0CC: 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:
Description Flags
stacktrace and standart output none

Description Pavel Jelinek 2014-02-20 10:02:21 UTC
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.

Comment 1 Emmanuel Hugonnet (ehsavoie) 2014-03-07 18:57:47 UTC
Upstream PR: wildfly/wildfly#5951 (merged)

PR : https://github.com/jbossas/jboss-eap/pull/1031

Comment 3 Emmanuel Hugonnet (ehsavoie) 2014-03-14 14:19:12 UTC
The log shows that we are using the http proxy to connect locally.
Is the nonProxyHosts correctly configured ?

Comment 4 Emmanuel Hugonnet (ehsavoie) 2014-03-14 14:33:17 UTC
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

Comment 5 Pavel Jelinek 2014-03-14 14:59:55 UTC
Moving back ON_QA to verify after job-rconfiguration.

Comment 6 Pavel Jelinek 2014-03-17 12:44:04 UTC
Test passes after jobs reconfiguration.