nodece commented on code in PR #18218:
URL: https://github.com/apache/pulsar/pull/18218#discussion_r1010211673


##########
pulsar-client-tools-test/src/test/java/org/apache/pulsar/admin/cli/PulsarAdminToolTest.java:
##########
@@ -1701,10 +1708,10 @@ public void topics() throws Exception {
         cmdTopics.run(split("remove-delayed-delivery 
persistent://myprop/clust/ns1/ds1"));
         
verify(mockTopics).removeDelayedDeliveryPolicy("persistent://myprop/clust/ns1/ds1")
 ;
 
-        cmdTopics.run(split("set-offload-policies 
persistent://myprop/clust/ns1/ds1 -d s3 -r region -b bucket -e endpoint -m 8 
-rb 9 -t 10 -orp tiered-storage-first"));
+        cmdTopics.run(split("set-offload-policies 
persistent://myprop/clust/ns1/ds1 -d s3 -r region -b bucket -e endpoint -oats 
50 -m 8 -rb 9 -t 10 -orp tiered-storage-first"));

Review Comment:
   Should be `-ts 50`?



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