Shoothzj commented on code in PR #3260:
URL: https://github.com/apache/bookkeeper/pull/3260#discussion_r911129980
##########
bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/storage/ldb/DbLedgerStorageWriteCacheTest.java:
##########
@@ -132,15 +145,15 @@ public void writeCacheFull() throws Exception {
assertEquals("key", new String(storage.readMasterKey(4)));
// Add enough entries to fill the 1st write cache
- for (int i = 0; i < 5; i++) {
+ for (int i = 0; i < 10; i++) {
Review Comment:
why we need to change former tests?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]