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:
Shuduo Sang 2022-09-01 22:18:05 +08:00 committed by GitHub
parent 43034662fb
commit 8a0040d36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')