test: remove 'show vnodes' from tools/taosdumpTest2.py

This commit is contained in:
Shuduo Sang 2022-09-01 21:38:16 +08:00
parent 5259cb5bdd
commit a553293459
1 changed files with 0 additions and 1 deletions

View File

@ -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')