codelipenghui commented on a change in pull request #5489: fix: bug in delayed 
messaging which prevented some messages from getting delivered
URL: https://github.com/apache/pulsar/pull/5489#discussion_r339990782
 
 

 ##########
 File path: 
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/DelayedDeliveryTest.java
 ##########
 @@ -53,6 +56,47 @@ public void cleanup() throws Exception {
         super.internalCleanup();
     }
 
+    @Test
+    public void test() throws Exception {
+
+        String topic = "testNegativeAcks-" + System.nanoTime();
 
 Review comment:
   Seems this test not related to negative acks.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to