test: add testcase that merge same ver stt file after split db

This commit is contained in:
chenhaoran 2024-01-02 20:19:09 +08:00
parent b48df60fdd
commit 7b805d2b00
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ class TDTestCase:
def run(self):
# prepare env
self.prepareEnv()
tdLog.info("add two same ver stt file like v4f1944ver3.stt and v4f1944ver3.stt to db2 and db1 ")
tdLog.info("add two same ver stt file like v4f1944ver3.stt and v4f1944ver4.stt to db2 and db1 ")
for dbname in [self.db2, self.db1]:
tdSql.execute(f'insert into {dbname}.t1 values("2023-03-28 10:40:00.010",103,103,"2023-03-28 18:41:39.999") ;')
tdSql.execute(f'flush database {dbname}')