]
Marek Kopecký reassigned WFLY-6509:
-----------------------------------
Assignee: Marek Kopecký (was: Paul Ferraro)
Some clustering tests cause surefire error "There was a timeout
or other error in the fork"
-------------------------------------------------------------------------------------------
Key: WFLY-6509
URL:
https://issues.jboss.org/browse/WFLY-6509
Project: WildFly
Issue Type: Bug
Components: Clustering, Test Suite
Affects Versions: 10.0.0.Final
Reporter: Marek Kopecký
Assignee: Marek Kopecký
*Description of problem:*
Some clustering tests fails on pure-IPv6 machines with IBM JDK:
* org.jboss.as.test.clustering.single.web.SimpleWebTestCase
* org.jboss.as.test.clustering.single.provider.ServiceProviderRegistrationTestCase
* org.jboss.as.test.clustering.single.registry.RegistryTestCase
* org.jboss.as.test.clustering.single.dispatcher.CommandDispatcherTestCase
* org.jboss.as.test.clustering.single.singleton.SingletonServiceTestCase
* org.jboss.as.test.clustering.xsite.XSiteSimpleTestCase
These tests fail intermittently also on other platforms.
There are also 7 other failing tests, but it's covered by JBEAP-322
IBM JDK version: IBMJDK 1.8.0 build 20151023_01(SR2)
IPv6 protocol will be fully supported in EAP 7.
*How reproducible:*
Always on pure IPv6 machines and IBM
*Steps to Reproduce:*
{noformat}
export MYTESTIPV6_1_I=`ip -6 -o ad | grep $MYTESTIPV6_1 | awk '{print $2}'`
export MYTESTIPV6_2_I=`ip -6 -o ad | grep $MYTESTIPV6_2 | awk '{print $2}'`
./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 -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
-DnonProxyHosts="localhost|localhost.localdomain|[0:0:0:0:0:0:0:1]|127.*|[::0]|[::1]|[$MYTESTIPV6_2]|[$MYTESTIPV6_1]"
-Dhttp.nonProxyHosts="localhost|localhost.localdomain|127.*|[::0]|[::1]|[0:0:0:0:0:0:0:1]|[$MYTESTIPV6_2]|[$MYTESTIPV6_1]|[${MYTESTIPV6_1}%${MYTESTIPV6_1_I}]|[${MYTESTIPV6_2}%${MYTESTIPV6_2_I}]"
-Dts.noSmoke -Dts.clustering {noformat}
*Actual results:*
Logs are attached
*Expected results:*
No errors
*Additional info:*
Jenkins reproducer job:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP7/view/EAP7-AS-T...