eolivelli 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_r139544639
##########
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:
Drop explicit timeout please. Recently we choose not to use it
----------------------------------------------------------------
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