diff --git a/tests/army/community/cluster/snapshot.py b/tests/army/community/cluster/snapshot.py index 1cd7c1b2f6..b21cbb1ad8 100644 --- a/tests/army/community/cluster/snapshot.py +++ b/tests/army/community/cluster/snapshot.py @@ -36,10 +36,6 @@ class TDTestCase(TBase): "ifAdtFse" : "1", 'slowLogScope' : "insert" } - updatecfgDict = { - - } - def insertData(self): tdLog.info(f"insert data.") @@ -61,7 +57,7 @@ class TDTestCase(TBase): sql = f"select * from {self.db}.{self.stb} where fc!=100" tdSql.query(sql) tdSql.checkRows(0) - sql = f"select count(*) from {self.db}.{self.stb} where dc!=200" + sql = f"select * from {self.db}.{self.stb} where dc!=200" tdSql.query(sql) tdSql.checkRows(0) sql = f"select avg(fc) from {self.db}.{self.stb}"