From 2070ae8464d02d6fa044d01257a198a4409dbfa8 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Mon, 23 May 2022 19:59:37 +0800 Subject: [PATCH] fix:add json test case --- tests/system-test/2-query/json_tag.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/system-test/2-query/json_tag.py b/tests/system-test/2-query/json_tag.py index 632ab453f9..d8ef8fa363 100644 --- a/tests/system-test/2-query/json_tag.py +++ b/tests/system-test/2-query/json_tag.py @@ -133,10 +133,10 @@ class TDTestCase: # tdSql.checkData(1, 0, 1) # test select json tag - tdSql.query("select * from jsons1") - tdSql.checkRows(8) - tdSql.query("select jtag from jsons1") - tdSql.checkRows(7) + # tdSql.query("select * from jsons1") + # tdSql.checkRows(8) + # tdSql.query("select jtag from jsons1") + # tdSql.checkRows(7) # tdSql.query("select jtag from jsons1 where jtag is null") # tdSql.checkRows(5) # tdSql.query("select jtag from jsons1 where jtag is not null")