Jason918 commented on code in PR #21798:
URL: https://github.com/apache/pulsar/pull/21798#discussion_r1452883473
##########
pulsar-client-tools-test/src/test/java/org/apache/pulsar/admin/cli/PulsarAdminToolTest.java:
##########
@@ -1368,9 +1368,9 @@ public void topicPolicies() throws Exception {
cmdTopics.run(split("get-delayed-delivery
persistent://myprop/clust/ns1/ds1 -g"));
verify(mockGlobalTopicsPolicies).getDelayedDeliveryPolicy("persistent://myprop/clust/ns1/ds1",
false);
- cmdTopics.run(split("set-delayed-delivery
persistent://myprop/clust/ns1/ds1 -t 10s --enable -g"));
+ cmdTopics.run(split("set-delayed-delivery
persistent://myprop/clust/ns1/ds1 -t 10s --enable -md 5s-g"));
Review Comment:
```suggestion
cmdTopics.run(split("set-delayed-delivery
persistent://myprop/clust/ns1/ds1 -t 10s --enable -md 5s -g"));
```
--
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]