[
https://issues.jboss.org/browse/WFLY-6160?page=com.atlassian.jira.plugin....
]
Radoslav Husar updated WFLY-6160:
---------------------------------
Steps to Reproduce:
# download JBoss EAP7 ER5
# unzip and set JBOSS_HOME to that directory
# change {{standalone/configuration/standalone-full-ha.xml}} to enable jts transactions
## change attribute {{transactions}} iiop-openjdk subsystem to value {{full}}
## add element {{<jts/>}} under transactions subsystem
# take EAP sources and run integration test
## {{./integration-tests.sh clean install -Dts.noSmoke -Dts.clustering
-Djboss.dist=$JBOSS_HOME -Dtest=RemoteFailoverTestCase#testStatefulFailover}}
was:
. download JBoss EAP7 ER5
. unzip and set JBOSS_HOME to that directory
. change {{standalone/configuration/standalone-full-ha.xml}} to enable jts transactions
.. change attribute {{transactions}} iiop-openjdk subsystem to value {{full}}
.. add element {{<jts/>}} under transactions subsystem
. take EAP sources and run integration test
.. {{./integration-tests.sh clean install -Dts.noSmoke -Dts.clustering
-Djboss.dist=$JBOSS_HOME -Dtest=RemoteFailoverTestCase#testStatefulFailover}}
Failing RemoteFailoverTestCase#testStatefulFailover when transaction
run under JTS
----------------------------------------------------------------------------------
Key: WFLY-6160
URL:
https://issues.jboss.org/browse/WFLY-6160
Project: WildFly
Issue Type: Bug
Components: Clustering, Test Suite
Reporter: Ondřej Chaloupka
Assignee: Paul Ferraro
I can see failing test {{RemoteFailoverTestCase#testStatefulFailover}} when transactions
are set to run under JTS. I'm not sure if this is a trouble of clustering component or
only a testsuite issue.
This could be connected with JBEAP-1954.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)