]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/utilities/ttl/ttl_test.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / rocksdb / utilities / ttl / ttl_test.cc
index 3960bc625dfb69f8f663428af05bd8b66f5eef1d..015f67cc4d82a25192ac2b8b53414f3a50c5952a 100644 (file)
@@ -668,8 +668,7 @@ TEST_F(TtlTest, ChangeTtlOnOpenDb) {
 
   OpenTtl(1);                                  // T=0:Open the db with ttl = 2
   SetTtl(3);
-  // @lint-ignore TXT2 T25377293 Grandfathered in
-  PutValues(0, kSampleSize_);                 // T=0:Insert Set1. Delete at t=2
+  PutValues(0, kSampleSize_);                  // T=0:Insert Set1. Delete at t=2
   SleepCompactCheck(2, 0, kSampleSize_, true); // T=2:Set1 should be there
   CloseTtl();
 }