fix: fullopt.py index error

This commit is contained in:
Alex Duan 2024-02-18 21:21:41 +08:00
parent 85bfc7ceb4
commit 72a8fb15b7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class TDTestCase(TBase):
etool.benchMark(command = f"-d {self.db} -t {self.childtable_count} -n {self.insert_rows} -v 2 -y")
def checkQueryOK(self, rets):
if rets[-1][:9] != "Query OK,":
if rets[-2][:9] != "Query OK,":
tdLog.exit(f"check taos -s return unecpect: {rets}")
def doTaos(self):