coverage: incSnapshot.py add sleep(5s) after flush database

This commit is contained in:
Alex Duan 2024-02-28 10:44:55 +08:00
parent cf6e1c9695
commit 43b9a1c386
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ class TDTestCase(TBase):
# clusterDnodes.starttaosd(1)
# time.sleep(5)
autoGen.insert_data(5000, True)
tdSql.execute(f"flush database {self.db}")
self.flushDb(True)
# wait flush operation over
time.sleep(5)
# sql = 'show vnodes;'
# while True: