This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
from 2ffd94e682 ARTEMIS-4253 disabling a few
ActiveMQServerControlUsingCoreTest tests
add 101eabdda8 ARTEMIS-4254 Transactional test with replication
No new revisions were added by this update.
Summary of changes:
tests/soak-tests/pom.xml | 51 +++++++
.../replicated-static0/broker.xml | 2 -
.../replicated-static1/broker.xml | 2 -
.../standalone}/broker.xml | 32 +---
.../soak/replicationflow/ReplicaTXCheckTest.java | 170 +++++++++++++++++++++
5 files changed, 224 insertions(+), 33 deletions(-)
copy tests/soak-tests/src/main/resources/servers/{ =>
replica-tx-check}/replicated-static0/broker.xml (98%)
copy tests/soak-tests/src/main/resources/servers/{ =>
replica-tx-check}/replicated-static1/broker.xml (98%)
copy tests/soak-tests/src/main/resources/servers/{replicated-static0 =>
replica-tx-check/standalone}/broker.xml (81%)
create mode 100644
tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/replicationflow/ReplicaTXCheckTest.java