test: modify case
This commit is contained in:
parent
17b622ac29
commit
4588463717
|
@ -391,7 +391,7 @@ class TDTestCase:
|
||||||
showRow = 1
|
showRow = 1
|
||||||
self.startTmqSimProcess(buildPath,cfgPath,pollDelay,parameterDict["dbName"],showMsg, showRow)
|
self.startTmqSimProcess(buildPath,cfgPath,pollDelay,parameterDict["dbName"],showMsg, showRow)
|
||||||
|
|
||||||
time.sleep(2)
|
time.sleep(1.5)
|
||||||
tdLog.info("drop som child table of stb1")
|
tdLog.info("drop som child table of stb1")
|
||||||
dropTblNum = 4
|
dropTblNum = 4
|
||||||
tdSql.query("drop table if exists %s.%s_1"%(parameterDict["dbName"], parameterDict["stbName"]))
|
tdSql.query("drop table if exists %s.%s_1"%(parameterDict["dbName"], parameterDict["stbName"]))
|
||||||
|
|
Loading…
Reference in New Issue