You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/10/29 10:17:45 UTC

[GitHub] [pulsar] codelipenghui commented on a change in pull request #5489: fix: bug in delayed messaging which prevented some messages from getting delivered

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:
users@infra.apache.org


With regards,
Apache Git Services