add compaction obtest & unittest

This commit is contained in:
yangqise7en
2024-07-12 03:16:39 +00:00
committed by ob-robot
parent 84d44176d9
commit 3e720b0574
28 changed files with 257 additions and 231 deletions

View File

@ -688,6 +688,7 @@ public:
ls_meta_.tenant_id_ = 1001;
ls_meta_.ls_id_ = ObLSID(100);
}
~FakeLS() {}
int64_t get_min_reserved_snapshot() { return 10; }
};