shibd commented on code in PR #16719:
URL: https://github.com/apache/pulsar/pull/16719#discussion_r927646481
##########
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/PatternTopicsConsumerImplTest.java:
##########
@@ -469,11 +469,6 @@ public void testStartEmptyPatternConsumer() throws
Exception {
.messageRoutingMode(org.apache.pulsar.client.api.MessageRoutingMode.RoundRobinPartition)
.create();
- List<String> topicNames = Lists.newArrayList(topicName1, topicName2,
topicName3);
- NamespaceService nss = pulsar.getNamespaceService();
- doReturn(CompletableFuture.completedFuture(topicNames)).when(nss)
-
.getListOfPersistentTopics(NamespaceName.get("my-property/my-ns"));
Review Comment:
This is a PR added before trying to fix that test, it didn't work.
https://github.com/apache/pulsar/pull/16599/files
--
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]