test/offlineThreshold: fix index in show variables;

This commit is contained in:
Minglei Jin 2021-06-04 10:24:56 +08:00
parent 0b33fdbec1
commit e4c10a3e24
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class TDTestCase:
def run(self):
tdSql.query("show variables")
tdSql.checkData(51, 1, 864000)
tdSql.checkData(52, 1, 864000)
def stop(self):
tdSql.close()
@ -33,4 +33,4 @@ class TDTestCase:
tdCases.addWindows(__file__, TDTestCase())
tdCases.addLinux(__file__, TDTestCase())
tdCases.addLinux(__file__, TDTestCase())