Merge branch 'fix/TD-5578' of https://github.com/taosdata/TDengine into fix/TD-5578

This commit is contained in:
wangmm0220 2021-08-04 18:17:29 +08:00
commit 67201b1667
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class TDTestCase:
def run(self):
tdSql.query("show variables")
tdSql.checkData(53, 1, 864000)
tdSql.checkData(54, 1, 864000)
def stop(self):
tdSql.close()