This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch 2.19.x
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from 1f9b9be NO-JIRA fixing intermittent failures
new a57cd75 ARTEMIS-3496 Replica connection to its live should fail fast
new 55658c2 ARTEMIS-3496 - add test to verify no reconnect on locators -
mokito based and quite involved
new aeaf5bf NO-JIRA fixing intermittent test failure
new c11a0c0 ARTEMIS-3525 Empty Auto Created queues should be removed on
restart
The 4 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:
.../artemis/core/postoffice/AddressManager.java | 5 +
.../core/postoffice/impl/PostOfficeImpl.java | 20 +-
.../core/postoffice/impl/SimpleAddressManager.java | 9 +-
.../server/impl/ReplicationBackupActivation.java | 2 +-
.../server/impl/SharedNothingBackupActivation.java | 2 +-
.../postoffice/impl/PostOfficeTestAccessor.java | 2 +-
.../impl/BackupActivationNoReconnectTest.java | 278 +++++++++++++++++++++
.../tests/integration/client/AutoCreateTest.java | 91 +++++++
.../server/AutoCreateExpiryResourcesTest.java | 8 +-
9 files changed, 403 insertions(+), 14 deletions(-)
create mode 100644
artemis-server/src/test/java/org/apache/activemq/artemis/core/server/impl/BackupActivationNoReconnectTest.java