-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.ER2
-
None
-
Regression, Blocks Testing
-
-
-
-
-
-
Description of problem:
HttpRemoteEJBJndiBasedInvocationTestCase freeze on pure-IPv6 machines.
This issue is caused by this commit (see JBEAP-10793). Test pass, if I revert this commit and rebuild EAP.
I attached some data before test freeze:
- surefire.thread.dump.txt - thread dump from surefire
- eap.thread.dump.txt - thread dump from EAP
- testcase.output.txt - testcase output
This is regression against EAP 7.1.0.DR19
How reproducible:
70% on pure IPv6 machines
Steps to Reproduce:
for (( i = 1; i <= 5 ; i++ )) ; do echo "test iteration $i" mvn surefire:test@basic-integration-default-web.surefire -B -Dmaven.repo.local=$MAVEN_REPO_LOCAL -fae -Dmaven.test.failure.ignore=true -s $SETTINGS_XML -llr \ -Dipv6 -Dts.noSmoke -Dts.basic -Dtest=HttpRemoteEJBJndiBasedInvocationTestCase -DtestLogToFile=false done
- is incorporated by
-
JBEAP-12438 Upgrade to Wildfly HTTP Client 1.0.0.CR7
- Closed
- relates to
-
JBEAP-10793 Add support for legacy security realms to the EJB over HTTP invoker
- Closed