Bug 1136210

Summary: [QE] (6.4.0) Cannot run mixed-domain tests on IPv6 hosts
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: IPv6 support, Testsuite, Domain ManagementAssignee: jboss-set
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.3.1CC: brian.stansberry, cdewolf, kkhan
Target Milestone: DR1   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1145917 (view as bug list) Environment:
Last Closed: 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: 1145917    
Attachments:
Description Flags
MixedDomain_6_1_0_Final_TestSuite report none

Description Petr Kremensky 2014-09-02 07:49:32 UTC
Created attachment 933615 [details]
MixedDomain_6_1_0_Final_TestSuite report

Description of problem:
 Mixed-domain tests doesn't support IPv6 environment.

Version-Release number of selected component (if applicable):
 EAP 6.3.1.CP.CR1

How reproducible:
 Always

Steps to Reproduce:
 1. ./integration-tests.sh -Dts.noSmoke -Dmaven.repo.local=$MAVEN_REPO_LOCAL -Dnode0=$MYTESTIPV6_1 -Dnode1=$MYTESTIPV6_2 -Dmcast=$MCAST_ADDRV6 -Dipv6 -Djboss.test.mixed.domain.dir=$VANILLA_DISTS

Actual results:
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.test.integration.domain.mixed.MixedDomain_6_1_0_Final_TestSuite
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 176.752 sec <<< FAILURE!
Running org.jboss.as.test.integration.domain.mixed.MixedDomain_6_0_1_Final_TestSuite
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE!
Running org.jboss.as.test.integration.domain.mixed.MixedDomain_6_0_0_Final_TestSuite
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE!
Running org.jboss.as.test.integration.domain.mixed.MixedDomain_6_1_1_Final_TestSuite
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec <<< FAILURE!
Running org.jboss.as.test.integration.domain.mixed.MixedDomain_6_2_0_Final_TestSuite
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!

Results :

Failed tests:
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_0_1_Final_TestSuite: expected:<EAP_6_1_0> but was:<EAP_6_0_1>
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_0_0_Final_TestSuite: expected:<EAP_6_1_0> but was:<EAP_6_0_0>
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_1_1_Final_TestSuite: expected:<EAP_6_1_0> but was:<EAP_6_1_1>
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_2_0_Final_TestSuite: expected:<EAP_6_1_0> but was:<EAP_6_2_0>

Tests in error: 
  org.jboss.as.test.integration.domain.mixed.MixedDomain_6_1_0_Final_TestSuite: java.lang.RuntimeException: Could not start container

Tests run: 5, Failures: 4, Errors: 1, Skipped: 0

Expected results:
 Tests pass

Additional info:
 Attaching MixedDomain_6_1_0_Final_TestSuite.xml report

Comment 1 Brian Stansberry 2014-09-03 20:49:55 UTC
I believe this may have to do with the zone id in the HC's address. The server is including it in the URI it is trying to connect to.

I don't think this is just a testsuite issue.

Comment 2 Dominik Pospisil 2014-09-09 12:49:32 UTC
PR sent: https://github.com/jbossas/jboss-eap/pull/1662

Comment 3 Petr Kremensky 2014-09-24 06:23:20 UTC
Verified on EAP 6.4.0.DR2

Comment 4 JBoss JIRA Server 2014-10-21 10:21:26 UTC
Petr Kremensky <pkremens> updated the status of jira JBQA-10882 to Closed