liangyepianzhou commented on code in PR #21274: URL: https://github.com/apache/pulsar/pull/21274#discussion_r1542527570
########## pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/pendingack/PendingAckPersistentTest.java: ########## @@ -100,6 +104,61 @@ protected void cleanup() { super.internalCleanup(); } + /** + * Test consumer can be built successfully with retryable exception + * and get correct error with no-retryable exception. + * @throws Exception + */ + @Test + public void testBuildConsumerEncouonterPendingAckInitFailure() throws Exception { Review Comment: This is outdate -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org