summeriiii commented on code in PR #23502:
URL: https://github.com/apache/pulsar/pull/23502#discussion_r1813160242


##########
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/ReaderTest.java:
##########
@@ -906,6 +906,49 @@ public void 
testHasMessageAvailableAfterSeekTimestamp(boolean initializeLastMess
         }
     }
 
+    @Test(dataProvider = "initializeLastMessageIdInBroker")
+    public void 
testHasMessageAvailableAfterSeekTimestampWithMessageIdInclusive(boolean 
initializeLastMessageIdInBroker)

Review Comment:
   Yes, `initializeLastMessageIdInBroker` seems not needed in this test. I 
removed it.



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