oneby-wang commented on code in PR #25126:
URL: https://github.com/apache/pulsar/pull/25126#discussion_r2710761879


##########
pulsar-client-tools-test/src/test/java/org/apache/pulsar/admin/cli/PulsarAdminToolTest.java:
##########
@@ -2181,6 +2182,97 @@ public boolean matches(Long timestamp) {
 
     }
 
+    @Test
+    public void topicsAnalyzeBacklog() throws Exception {

Review Comment:
   Seems we need to handle the test in integration module like `CLITest`?
   
   
https://github.com/apache/pulsar/blob/85625e0f100479dd95fb1311aeb52411b6b0a25d/tests/integration/src/test/java/org/apache/pulsar/tests/integration/cli/CLITest.java
   
   Is there a better approach? After all, running the tests in integration 
module requires local image building.



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