提交 ef857032 authored 作者: Thomas Mueller's avatar Thomas Mueller

Fix test cases

上级 76461bcf
......@@ -33,7 +33,11 @@ public class TestDiskFull extends TestBase {
@Override
public void test() throws Exception {
fs = FilePathUnstable.register();
fs.setPartialWrites(true);
if (config.mvStore) {
fs.setPartialWrites(true);
} else {
fs.setPartialWrites(false);
}
try {
test(Integer.MAX_VALUE);
int max = Integer.MAX_VALUE - fs.getDiskFullCount() + 10;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论