fix: add show path information

This commit is contained in:
Alex Duan 2023-12-30 14:48:36 +08:00
parent 64164f5684
commit 26023864f1
1 changed files with 3 additions and 2 deletions

View File

@ -70,14 +70,15 @@ class TDTestCase(TBase):
# sleep 70s
tdLog.info(f"wait 70s ...")
time.sleep(70)
self.trimDb()
self.trimDb(True)
rootPath = sc.clusterRootPath()
cmd = f"ls {rootPath}/dnode1/data02/vnode/vnode*/tsdb/*.data"
tdLog.info(cmd)
loop = 0
while len(eos.runRetList(cmd)) > 0 and loop < 40:
time.sleep(5)
self.trimDb()
self.trimDb(True)
loop += 1
# run