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 85f26ce  This closes #3090
     new 91a4ef4  ARTEMIS-2722 Separate tests for FileLockNodeManager from 
FailoverTest
     new d81c0f4  NO-JIRA Fixing intermittent failures
     new 576e01d  ARTEMIS-2725 Implementing retries policy on tests
     new dbc7dca  This closes #3091

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:
 .../activemq/artemis/utils/RetryMethod.java}       |  9 +-
 .../apache/activemq/artemis/utils/RetryRule.java   | 96 ++++++++++++++++++++++
 .../core/postoffice/impl/DuplicateIDCacheImpl.java |  4 +-
 .../core/remoting/impl/netty/NettyAcceptor.java    |  8 +-
 pom.xml                                            | 11 ++-
 .../integration/amqp/JMSNonDestructiveTest.java    |  2 +-
 .../integration/client/ConsumerWindowSizeTest.java |  6 +-
 .../integration/cluster/bridge/BridgeTestBase.java |  6 ++
 .../cluster/distribution/ClusterTestBase.java      | 74 +++++++++--------
 .../distribution/ClusteredGroupingTest.java        |  5 ++
 .../integration/cluster/failover/FailoverTest.java | 21 +++--
 ...loverTest.java => FileLockNodeManagerTest.java} | 33 ++++++--
 .../cluster/failover/NettyFailoverTest.java        | 25 ++----
 .../cluster/failover/QuorumFailOverTest.java       |  7 ++
 .../cluster/failover/QuorumResultWaitTest.java     |  7 ++
 ...atedMultipleServerFailoverExtraBackupsTest.java |  7 ++
 .../failover/ReplicatedPagedFailoverTest.java      | 20 +++++
 .../tests/integration/jms/RedeployTest.java        | 13 +--
 .../paging/PageCountSyncOnNonTXTest.java           |  5 ++
 .../tests/integration/paging/PagingTest.java       |  7 ++
 .../tests/integration/remoting/ReconnectTest.java  | 16 +++-
 .../integration/server/ScaleDownRemoveSFTest.java  |  5 ++
 .../artemis/tests/integration/stomp/StompTest.java | 29 +++----
 .../tests/integration/stomp/StompTestBase.java     |  5 ++
 .../tests/integration/xa/SessionFailureXATest.java |  5 ++
 .../resources/reload-queue-routingtype-updated.xml |  1 +
 .../test/resources/reload-queue-routingtype.xml    |  1 +
 .../smoke/replicationflow/SoakPagingTest.java      |  5 ++
 28 files changed, 327 insertions(+), 106 deletions(-)
 copy 
artemis-commons/src/{main/java/org/apache/activemq/artemis/utils/ExecutorFactory.java
 => test/java/org/apache/activemq/artemis/utils/RetryMethod.java} (83%)
 create mode 100644 
artemis-commons/src/test/java/org/apache/activemq/artemis/utils/RetryRule.java
 copy 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/{NettyFailoverTest.java
 => FileLockNodeManagerTest.java} (85%)

Reply via email to