[
https://issues.jboss.org/browse/WFWIP-87?page=com.atlassian.jira.plugin.s...
]
Erich Duda updated WFWIP-87:
----------------------------
Steps to Reproduce:
{code}
git clone
git://git.app.eng.bos.redhat.com/jbossqe/eap-tests-hornetq.git
cd eap-tests-hornetq/scripts/
git checkout eap7.2.x-artemis2.x-ha-jdbc
groovy
-DEAP_ZIP_URL=https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/eap-7.x-messaging-testing-prepare/181/artifact/jboss-eap.zip
PrepareServers7.groovy
export WORKSPACE=$PWD
export JBOSS_HOME_1=$WORKSPACE/server1/jboss-eap
export JBOSS_HOME_2=$WORKSPACE/server2/jboss-eap
export JBOSS_HOME_3=$WORKSPACE/server3/jboss-eap
export JBOSS_HOME_4=$WORKSPACE/server4/jboss-eap
cd ../jboss-hornetq-testsuite/
mvn clean test -Dtest=ReplicatedDedicatedFailoverTestWithMdb#testShutdown
-Deap7.org.jboss.qa.hornetq.apps.clients.version=7.1533784013-SNAPSHOT
-DfailIfNoTests=false -Deap=7x | tee log
{code}
[Artemis 2.x upgrade] Transaction remained in prepared state after
failover of MDB
----------------------------------------------------------------------------------
Key: WFWIP-87
URL:
https://issues.jboss.org/browse/WFWIP-87
Project: WildFly WIP
Issue Type: Bug
Components: Artemis
Reporter: Miroslav Novak
Assignee: Martyn Taylor
Priority: Blocker
There is regression in test scenario where MDB failovers from live to backup. Live is
cleanly shutdown.
Problem is that after MDB failovers to backup then there is still transaction in prepared
state which survive periodic recovery cycles.
Link to build:
https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/eap-7.x-messag...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)