test: add test case for auto compact

This commit is contained in:
kailixu 2024-12-28 19:30:19 +08:00
parent 1bc3c4a449
commit 0101bfccee
1 changed files with 3 additions and 3 deletions

View File

@ -101,9 +101,9 @@ class TDTestCase:
def run(self):
# self.alter_buffer()
# self.alter_pages()
# self.alter_encrypt_alrogithm()
self.alter_buffer()
self.alter_pages()
self.alter_encrypt_alrogithm()
self.alter_same_options()
def stop(self):