fix import_merge/importToCommit.py path issue.

This commit is contained in:
Shuduo Sang 2020-05-21 18:03:37 +08:00
parent 6a5836a6e4
commit c736e05cea
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ class TDTestCase:
tdLog.info("================= step2") tdLog.info("================= step2")
tdLog.info('insert data until the first commit') tdLog.info('insert data until the first commit')
dnodesDir = tdDnodes.getDnodesRootDir() dnodesDir = tdDnodes.getDnodesRootDir()
dataDir = dnodesDir + '/dnode1/data/data' dataDir = dnodesDir + '/dnode1/data/vnode'
tdLog.info('CBD: dataDir=%s' % dataDir)
startTime = self.startTime startTime = self.startTime
rid0 = 1 rid0 = 1
while (True): while (True):