This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.


    from 48feb0d  This closes #3225
     new 3d86d78  ARTEMIS-2587 Exposing ActiveMQServer::isActivate through 
management at ActiveMQServerControl
     new c00b210  ARTEMIS-2858 DNS Tests on reconnects and backups
     new e048328  This closes #3227

The 3 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:
 .../apache/activemq/artemis/util/ServerUtil.java   |  71 +-
 .../activemq/artemis/utils}/network/NetUtil.java   |  27 +-
 .../artemis/utils}/network/NetUtilResource.java    |   2 +-
 .../api/core/management/ActiveMQServerControl.java |   4 +
 .../management/impl/ActiveMQServerControlImpl.java |  15 +
 .../artemis/tests/util/ActiveMQTestBase.java       |  17 +-
 .../failover/NetworkFailureFailoverTest.java       |   4 +-
 .../management/ActiveMQServerControlTest.java      |   1 +
 .../ActiveMQServerControlUsingCoreTest.java        |   5 +
 tests/smoke-tests/pom.xml                          |  91 +++
 .../broker.xml                                     |  14 +-
 .../management.xml                                 |   0
 .../broker.xml                                     |  14 +-
 .../management.xml                                 |   0
 .../broker.xml                                     |  14 +-
 .../management.xml                                 |   0
 .../servers/{mqtt => dnsswitch}/broker.xml         |  19 +-
 .../servers/{mqtt => dnsswitch2}/broker.xml        |  19 +-
 .../artemis/tests/smoke/common/SmokeTestBase.java  |   6 +
 .../tests/smoke/dnsswitch/DNSSwitchTest.java       | 837 +++++++++++++++++++++
 20 files changed, 1057 insertions(+), 103 deletions(-)
 rename 
{tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util 
=> 
artemis-commons/src/test/java/org/apache/activemq/artemis/utils}/network/NetUtil.java
 (90%)
 rename 
{tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/util 
=> 
artemis-commons/src/test/java/org/apache/activemq/artemis/utils}/network/NetUtilResource.java
 (94%)
 copy tests/smoke-tests/src/main/resources/servers/{replicated-failback-slave1 
=> dnsswitch-replicated-backup}/broker.xml (90%)
 copy tests/smoke-tests/src/main/resources/servers/{replicated-failback-master2 
=> dnsswitch-replicated-backup}/management.xml (100%)
 copy tests/smoke-tests/src/main/resources/servers/{replicated-failback-master1 
=> dnsswitch-replicated-main-noretrydns}/broker.xml (90%)
 copy tests/smoke-tests/src/main/resources/servers/{replicated-failback-master1 
=> dnsswitch-replicated-main-noretrydns}/management.xml (100%)
 copy tests/smoke-tests/src/main/resources/servers/{replicated-failback-master1 
=> dnsswitch-replicated-main}/broker.xml (90%)
 copy tests/smoke-tests/src/main/resources/servers/{replicated-failback-master1 
=> dnsswitch-replicated-main}/management.xml (100%)
 copy tests/smoke-tests/src/main/resources/servers/{mqtt => 
dnsswitch}/broker.xml (84%)
 copy tests/smoke-tests/src/main/resources/servers/{mqtt => 
dnsswitch2}/broker.xml (84%)
 create mode 100644 
tests/smoke-tests/src/test/java/org/apache/activemq/artemis/tests/smoke/dnsswitch/DNSSwitchTest.java

Reply via email to