From 327aa87aa9888763cb9a1419543719e9749d13ca Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Thu, 9 Sep 2021 21:41:09 +0800 Subject: [PATCH] regex:add configuration option for max regex string len --- tests/pytest/functions/showOfflineThresholdIs864000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/functions/showOfflineThresholdIs864000.py b/tests/pytest/functions/showOfflineThresholdIs864000.py index 8ec25cef26..d92bebf1ff 100644 --- a/tests/pytest/functions/showOfflineThresholdIs864000.py +++ b/tests/pytest/functions/showOfflineThresholdIs864000.py @@ -25,7 +25,7 @@ class TDTestCase: def run(self): tdSql.query("show variables") - tdSql.checkData(55, 1, 864000) + tdSql.checkData(56, 1, 864000) def stop(self): tdSql.close()