poorbarcode commented on code in PR #21885:
URL: https://github.com/apache/pulsar/pull/21885#discussion_r1451867777


##########
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/PatternTopicsConsumerImplTest.java:
##########
@@ -679,6 +681,58 @@ public void 
testAutoSubscribePatterConsumerFromBrokerWatcher(boolean delayWatchi
         }
     }
 
+    @DataProvider(name= "partitioned")
+    public Object[][] partitioned(){
+        return new Object[][]{
+                {true},
+                {false}
+        };
+    }
+
+    @Test(timeOut = testTimeout, dataProvider = "partitioned")
+    public void testPreciseRegexpSubscribe(boolean partitioned) throws 
Exception {

Review Comment:
   After enabling `enableBrokerSideSubscriptionPatternEvaluation `, the feature 
`TopicListWatcher` will be disabled, too. I will create a separate discussion 
to cover this case.



-- 
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