From 8fcf35783ac7989482baf47763d8bc52ba31d503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chappyguoxy=E2=80=9D?= <“happy_guoxy@163.com”> Date: Mon, 13 May 2024 10:32:05 +0800 Subject: [PATCH] add pk cases --- tests/system-test/2-query/primary_ts_base_4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/system-test/2-query/primary_ts_base_4.py b/tests/system-test/2-query/primary_ts_base_4.py index 85e825df96..7e446ff442 100644 --- a/tests/system-test/2-query/primary_ts_base_4.py +++ b/tests/system-test/2-query/primary_ts_base_4.py @@ -36,9 +36,9 @@ class TDTestCase(TDTestCase): # self.touying_pk_1(self.database,1) # self.touying_pk_where(self.database,'') - self.touying_pk_where(self.database,'tags') + # self.touying_pk_where(self.database,'tags') self.touying_pk_where(self.database,'distinct') - self.count_pk(self.database,1) + # self.count_pk(self.database,1) endTime = time.time() print("total time %ds" % (endTime - startTime))