You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/07/27 22:32:37 UTC

[GitHub] [activemq-artemis] michaelandrepearce commented on a change in pull request #3676: ARTEMIS-1925 - allow redistribution with loadbalance type of OFF to e…

michaelandrepearce commented on a change in pull request #3676:
URL: https://github.com/apache/activemq-artemis/pull/3676#discussion_r677845114



##########
File path: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/MessageRedistributionTest.java
##########
@@ -730,6 +730,40 @@ public void testRedistributionWhenRemoteConsumerIsAdded() throws Exception {
       verifyNotReceive(1);
    }
 
+   @Test
+   public void testRedistributionWhenRemoteConsumerIsAddedLbOff() throws Exception {
+      setupCluster(MessageLoadBalancingType.OFF);

Review comment:
       This test is actually proving we're introducing a breaking change...




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org