Technoboy- commented on code in PR #15963:
URL: https://github.com/apache/pulsar/pull/15963#discussion_r892337710


##########
pulsar-broker/src/test/java/org/apache/pulsar/client/api/KeySharedSubscriptionTest.java:
##########
@@ -363,6 +363,51 @@ public void 
testNonKeySendAndReceiveWithHashRangeExclusiveStickyKeyConsumerSelec
         receiveAndCheck(checkList);
     }
 
+    @Test(dataProvider = "batch")
+    public void 
testKeySendAndReceiveWithHashRangeExclusiveStickyKeyUnMatchConsumer(boolean 
enableBatch)
+            throws PulsarClientException, InterruptedException {
+        this.conf.setSubscriptionKeySharedEnable(true);

Review Comment:
   Seems this config not work.



##########
pulsar-broker/src/test/java/org/apache/pulsar/client/api/KeySharedSubscriptionTest.java:
##########
@@ -363,6 +363,51 @@ public void 
testNonKeySendAndReceiveWithHashRangeExclusiveStickyKeyConsumerSelec
         receiveAndCheck(checkList);
     }
 
+    @Test(dataProvider = "batch")
+    public void 
testKeySendAndReceiveWithHashRangeExclusiveStickyKeyUnMatchConsumer(boolean 
enableBatch)
+            throws PulsarClientException, InterruptedException {
+        this.conf.setSubscriptionKeySharedEnable(true);

Review Comment:
   Seems this config not work.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to