浏览代码

config kNumLevels for TEST LastLevelCompaction

light_ver
ArcueidType 3 周前
父节点
当前提交
2481ca24ba
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      test/ttl_test.cc

+ 1
- 3
test/ttl_test.cc 查看文件

@ -104,9 +104,7 @@ TEST(TestTTL, CompactionTTL) {
delete db;
}
// Time-consuming when kNumLevels is 7, so run this test when kNumLevels is set to 3,
// the codes on branch light_ver
// In this case level 2 is the last level with files
// Test handling last level with kNumLevels = 3
TEST(TestTTL, LastLevelCompaction) {
DB *db;

正在加载...
取消
保存