oneby-wang commented on code in PR #25126:
URL: https://github.com/apache/pulsar/pull/25126#discussion_r2710637727
##########
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:
I haven't found similar examples for reference. Could you provide me some
examples.
I don't know how to invoke admin CLI in integration tests and how to receive
theire outputs(since they are printed to the console output).
--
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]