sijie commented on a change in pull request #244: Issue#243 - asyncAddEntry fails with NPE with LedgerHandlerAdv URL: https://github.com/apache/bookkeeper/pull/244#discussion_r127800142
########## File path: bookkeeper-server/src/test/java/org/apache/bookkeeper/client/BookieWriteLedgerTest.java ########## @@ -179,6 +180,27 @@ public void testLedgerCreateAdv() throws Exception { } /** + * Verify that LedgerHandleAdv can handle asynchAddEntry without the entryId + * + * @throws Exception + */ + @Test(timeout = 60000) + public void testAsynchAddEntryLedgerCreateAdv() throws Exception { Review comment: Asynch => Async ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services