reddycharan commented on a change in pull request #2090: Update and flush 
lastLogMark when replaying journal
URL: https://github.com/apache/bookkeeper/pull/2090#discussion_r282605373
 
 

 ##########
 File path: 
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/BookieInitializationTest.java
 ##########
 @@ -136,6 +137,126 @@ public void tearDown() throws Exception {
         super.tearDown();
     }
 
+    @Test
+    public void testOneJournalReplayForBookieRestartInReadOnlyMode() throws 
Exception {
+        testJournalReplayForBookieRestartInReadOnlyMode(1);
+    }
+
+    @Test
+    public void testFourJournalReplayForBookieRestartInReadOnlyMode() throws 
Exception {
 
 Review comment:
   nit: testMultipleJournalReplayForBookieRestartInReadOnlyMode would be better.

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