yzang commented on a change in pull request #513: BOOKKEEPER-1106: Introduce
write FileInfo cache and read FileInfo cache
URL: https://github.com/apache/bookkeeper/pull/513#discussion_r142016882
##########
File path:
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/IndexPersistenceMgrTest.java
##########
@@ -128,4 +130,138 @@ private void evictFileInfoTest(boolean createFile)
throws Exception {
indexPersistenceMgr.close();
}
}
+
+ final long lid = 1L;
+ final byte[] masterKey = "write".getBytes();
+
+ @Test(timeout = 60000)
Review comment:
Sure, I'll fix the timeout
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services