lhotari commented on code in PR #25126:
URL: https://github.com/apache/pulsar/pull/25126#discussion_r3117146459
##########
pulsar-client-tools-test/src/test/java/org/apache/pulsar/admin/cli/PulsarAdminToolTest.java:
##########
@@ -1738,10 +1737,6 @@ public void topics() throws Exception {
verify(mockTopics).createSubscription("persistent://myprop/ns1/ds1",
"sub1",
MessageId.earliest, false, null);
- cmdTopics.run(split("analyze-backlog persistent://myprop/ns1/ds1 -s
sub1"));
-
verify(mockTopics).analyzeSubscriptionBacklog("persistent://myprop/ns1/ds1",
"sub1",
- Optional.empty());
-
Review Comment:
it could be useful to keep a unit test for parameter parsing since this
would catch issues before the integration test is run
--
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]