浏览代码

comment for TEST LastLevelCompaction

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

+ 2
- 2
test/ttl_test.cc 查看文件

@ -105,8 +105,8 @@ TEST(TestTTL, CompactionTTL) {
}
// 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
// the codes on branch light_ver is a version with kNumLevels set to 3.
// In this case level 2 is the last level with files.
TEST(TestTTL, LastLevelCompaction) {
DB *db;

正在加载...
取消
保存