This is an automated email from the ASF dual-hosted git repository.
gtully pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from 95aa20b NO-JIRA fixing intermittent failures
new 1dc9d4f ARTEMIS-3496 Replica connection to its live should fail fast
new 6f4c609 ARTEMIS-3496 - add test to verify no reconnect on locators -
mokito based and quite involved
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../server/impl/ReplicationBackupActivation.java | 2 +-
.../server/impl/SharedNothingBackupActivation.java | 2 +-
.../impl/BackupActivationNoReconnectTest.java | 278 +++++++++++++++++++++
3 files changed, 280 insertions(+), 2 deletions(-)
create mode 100644
artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/BackupActivationNoReconnectTest.java