update case

This commit is contained in:
wenzhouwww@live.cn 2022-07-28 18:02:09 +08:00
parent d132a6d4f3
commit d42a76aeac
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ class TDTestCase:
self.current_thread.join()
tdDnodes[self.stop_dnode_id-1].starttaosd()
self.wait_start_dnode_OK()
self.wait_start_dnode_OK(newTdSql)
tdSql.query(" select count(*) from {}.{} ".format(dbname,"stb1"))
tdLog.debug(" ==== expected insert {} rows of database {} , really is {}".format(total_rows, dbname , tdSql.queryResult[0][0]))