feat: update taostools for3.0 (#16588)
* feat: update taos-tools d2b5dec for 3.0 * test: remove 'show vnodes' from tools/taosdumpTest2.py
This commit is contained in:
parent
43034662fb
commit
8a0040d36a
|
@ -134,7 +134,6 @@ class TDTestCase:
|
|||
os.system("%s -i ./taosdumptest/tmp -y" % binPath)
|
||||
|
||||
tdSql.execute("use test")
|
||||
tdSql.error("show vnodes '' ")
|
||||
tdSql.query("show stables")
|
||||
tdSql.checkRows(1)
|
||||
tdSql.checkData(0, 0, 'stb')
|
||||
|
|
Loading…
Reference in New Issue