[test: modify test case]
This commit is contained in:
parent
0260686faa
commit
75c06777c1
|
@ -288,7 +288,7 @@ class TDTestCase:
|
||||||
retCode = taos_command(buildPath, "f", keyDict['f'], 'performance_schema', keyDict['c'], '', '', '')
|
retCode = taos_command(buildPath, "f", keyDict['f'], 'performance_schema', keyDict['c'], '', '', '')
|
||||||
print("============ ret code: ", retCode)
|
print("============ ret code: ", retCode)
|
||||||
if retCode != "TAOS_OK":
|
if retCode != "TAOS_OK":
|
||||||
tdLog.exit("taos -s fail")
|
tdLog.exit("taos -f fail")
|
||||||
|
|
||||||
print ("========== check new db ==========")
|
print ("========== check new db ==========")
|
||||||
tdSql.query("show databases")
|
tdSql.query("show databases")
|
||||||
|
|
Loading…
Reference in New Issue