Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 998601

Summary: Random test failures related to wsdl host server config value
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Sakař <psakar>
Component: Web ServicesAssignee: Alessio Soldano <asoldano>
Status: CLOSED CURRENTRELEASE QA Contact: Rostislav Svoboda <rsvoboda>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.1CC: asoldano, nobody, pslavice, rsvoboda
Target Milestone: ER3   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:13:51 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: 1006789    
Bug Blocks:    

Description Petr Sakař 2013-08-19 14:59:42 UTC
Description of problem:
test failures on different platform related to server config value Wsdl host Common exception / message is java.net.UnknownHostException: jbossws.undefined.host


RHEL x86
--------
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-WS/job/eap-60-jbossws-testsuite-rhel/lastCompletedBuild/jdk=ibm16,label_exp=RHEL5%26%26x86/testReport/org.jboss.test.ws.jaxws.jbws944/JBWS944TestCase/testWebService/
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-WS/job/eap-60-jbossws-testsuite-rhel/lastCompletedBuild/jdk=java17_default,label_exp=RHEL5%26%26x86_64/testReport/org.jboss.test.ws.jaxws.jbws3287/JBWS3287TestCase/testJBossWebservicesXmlDD/
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-WS/job/eap-60-jbossws-testsuite-rhel/lastCompletedBuild/jdk=openjdk-1.7.0-local,label_exp=RHEL5%26%26x86_64/testReport/org.jboss.test.ws.jaxws.jbws3287/JBWS3287TestCase/testJBossWebservicesXmlDD/
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-WS/job/eap-60-jbossws-testsuite-rhel/lastCompletedBuild/jdk=openjdk-1.7.0-local,label_exp=RHEL5%26%26x86_64/testReport/org.jboss.test.ws.jaxws.jbws3287/JBWS3287TestCase/testWebXmlDD/

RHEL sol
--------
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-60-jbossws-testsuite-solaris/lastCompletedBuild/jdk=java16_default,label_exp=sol11_x86_64/testReport/org.jboss.test.ws.jaxws.jbws3441/JBWS3441TestCase/testEjb3Call/
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-60-jbossws-testsuite-solaris/lastCompletedBuild/jdk=java17_default,label_exp=sol10_x86/testReport/org.jboss.test.ws.jaxws.jbws2419/JBWS2419TestCase/testSOAP11ClientAccess/
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-60-jbossws-testsuite-solaris/lastCompletedBuild/jdk=java17_default,label_exp=sol11_sparc64/testReport/org.jboss.test.ws.jaxws.clientConfig/ClientConfigurationTestCase/testCustomClientConfigurationFromFile/
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-60-jbossws-testsuite-solaris/lastCompletedBuild/jdk=java17_default,label_exp=sol11_sparc64/testReport/org.jboss.test.ws.jaxws.jbws1666/JBWS1666TestCase/testClientUsingJBossModules/


RHEL HPUX
---------
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-6x-jbossws-testsuite-hpux/lastCompletedBuild/jdk=jdk16_hpux,label=hpux11v3/testReport/org.jboss.test.ws.jaxws.jbws1666/JBWS1666TestCase/testClientUsingJBossModulesWithJBossWSClientAggregationModule/


How reproducible:
Random failures

Steps to Reproduce:
run testsuite on differnt platforms

Actual results:
Random failures

Expected results:
No test failures

Additional info:
Either related to other test not clearing server configuration or some race conditions (possibly thread safety issues ?)

Comment 4 Petr Sakař 2013-10-07 13:12:27 UTC
verified issue not present in 6.2.0.ER3 anymore