提交 970cf3f1 authored 作者: Andrei Tokar's avatar Andrei Tokar

adjust test

上级 54974669
...@@ -151,7 +151,7 @@ public class TestStreamStore extends TestBase { ...@@ -151,7 +151,7 @@ public class TestStreamStore extends TestBase {
long readCount = s.getFileStore().getReadCount(); long readCount = s.getFileStore().getReadCount();
// the read count should be low because new blocks // the read count should be low because new blocks
// are appended at the end (not between existing blocks) // are appended at the end (not between existing blocks)
assertTrue("rc: " + readCount, readCount <= 17); assertTrue("rc: " + readCount, readCount <= 20);
map = s.openMap("data"); map = s.openMap("data");
assertTrue("size: " + map.size(), map.sizeAsLong() >= 200); assertTrue("size: " + map.size(), map.sizeAsLong() >= 200);
s.close(); s.close();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论