From 0bf3204dee6578a68a1a94764391406753bc016f Mon Sep 17 00:00:00 2001 From: cpwu Date: Sun, 24 Apr 2022 16:21:32 +0800 Subject: [PATCH] fix case --- tests/system-test/2-query/sum.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/2-query/sum.py b/tests/system-test/2-query/sum.py index 3af3fdcf00..99ea0dbba4 100644 --- a/tests/system-test/2-query/sum.py +++ b/tests/system-test/2-query/sum.py @@ -86,6 +86,7 @@ class TDTestCase: tbname = ["ct1", "ct2", "ct4", "t1"] for tb in tbname: self.__sum_current_check(tb) + tdLog.printNoPrefix(f"==========current sql condition check in {tb} over==========") def __test_error(self): tdLog.printNoPrefix("==========err sql condition check , must return error==========") @@ -94,6 +95,7 @@ class TDTestCase: for tb in tbname: for errsql in self.__sum_err_check(tb): tdSql.error(sql=errsql) + tdLog.printNoPrefix(f"==========err sql condition check in {tb} over==========") def all_test(self):