Browse Source

comment for TEST LastLevelCompaction

naive_version
ArcueidType 2 weeks ago
parent
commit
c175e4ed40
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      test/ttl_test.cc

+ 2
- 2
test/ttl_test.cc View File

@ -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;

Loading…
Cancel
Save