From 65a1cc542ae076e9cf94c2e01ac7cd0f82a0bc42 Mon Sep 17 00:00:00 2001 From: cpwu Date: Sat, 7 May 2022 15:43:24 +0800 Subject: [PATCH] fix case --- tests/system-test/2-query/concat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/2-query/concat.py b/tests/system-test/2-query/concat.py index 2a258506c7..d3547a317f 100644 --- a/tests/system-test/2-query/concat.py +++ b/tests/system-test/2-query/concat.py @@ -125,7 +125,7 @@ class TDTestCase: tdLog.printNoPrefix("==========current sql condition check , must return query ok==========") tbname = ["ct1", "ct2", "ct4", "t1", "stb1"] for tb in tbname: - self.__concat_current_check(tb) + self.__concat_current_check(tb,2) tdLog.printNoPrefix(f"==========current sql condition check in {tb} over==========") def __test_error(self): -- GitLab