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 a6243bee59 ARTEMIS-5232 Speed up RedirectTest
new df6f8be669 ARTEMIS-5232 Removing SharedEventLoopGroupTest
new a1e93b5a62 ARTEMIS-5232 Removing
RedeliveryPolicyTest::testRepeatedRedeliveryServerSessionNoCommit
new ecf49282cb ARTEMIS-5232 Tests cleanup and speedup
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:
.../impl/netty/SharedEventLoopGroupTest.java | 91 -
.../java/org/apache/activemq/ExpiryHogTest.java | 10 +-
.../org/apache/activemq/RedeliveryPolicyTest.java | 84 -
.../largemessage/LargeMessageTestBase.java | 39 +-
.../impl/SequentialFileFactoryTestBase.java | 2 -
.../artemis/tests/util/ActiveMQTestBase.java | 2 +-
.../client/InterruptedLargeMessageTest.java | 7 +-
.../client/LargeMessageAvoidLargeMessagesTest.java | 24 +-
.../client/LargeMessageCompressTest.java | 19 +-
.../tests/integration/client/LargeMessageTest.java | 39 +-
.../cluster/distribution/ClusterTestBase.java | 95 +-
.../distribution/ClusteredGroupingTest.java | 56 +-
.../LargeMessageRedistributionTest.java | 2 +-
.../distribution/MessageRedistributionTest.java | 311 ++-
.../cluster/distribution/SymmetricClusterTest.java | 8 +-
.../SymmetricClusterWithBackupTest.java | 2 -
.../SymmetricClusterWithDiscoveryTest.java | 4 +-
.../distribution/TwoWayTwoNodeClusterTest.java | 44 +-
.../cluster/failover/FailBackAutoTest.java | 45 -
.../cluster/failover/FailBackManualTest.java | 45 -
.../cluster/failover/FailoverListenerTest.java | 45 -
.../integration/cluster/failover/FailoverTest.java | 2680 ++------------------
.../cluster/failover/FailoverTestBase.java | 136 +-
.../cluster/failover/FileLockNodeManagerTest.java | 25 -
.../cluster/failover/LargeMessageFailoverTest.java | 16 -
.../failover/NettyReplicatedFailoverTest.java | 2167 ++++++++++++++++
.../failover/NetworkFailureFailoverTest.java | 25 -
.../cluster/failover/NetworkIsolationTest.java | 7 -
.../failover/PrimaryToPrimaryFailoverTest.java | 126 +-
...yMultipleServerFailoverNoNodeGroupNameTest.java | 2 +-
.../ReplicatedManyMultipleServerFailoverTest.java | 34 -
...atedMultipleServerFailoverExtraBackupsTest.java | 7 +
.../ReplicatedMultipleServerFailoverTest.java | 4 +-
.../failover/ReplicatedPagedFailoverTest.java | 13 -
.../integration/scheduling/DelayedMessageTest.java | 2 -
.../scheduling/MultipliedDelayedMessageTest.java | 1 -
.../scheduling/ScheduledMessageTest.java | 2 -
.../integration/spring/SpringIntegrationTest.java | 10 -
.../artemis/jms/tests/ActiveMQServerTestCase.java | 16 -
.../artemis/jms/tests/MessageConsumerTest.java | 1 -
.../tests/stress/chunk/LargeMessageStressTest.java | 40 -
.../tests/stress/paging/PageCursorStressTest.java | 6 -
.../artemis/tests/timing/util/UTF8Test.java | 1 -
43 files changed, 2786 insertions(+), 3509 deletions(-)
delete mode 100644
artemis-core-client/src/test/java/org/apache/activemq/artemis/core/remoting/impl/netty/SharedEventLoopGroupTest.java
delete mode 100644
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/failover/ReplicatedManyMultipleServerFailoverTest.java
delete mode 100644
tests/stress-tests/src/test/java/org/apache/activemq/artemis/tests/stress/chunk/LargeMessageStressTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact