From fffedcf1762115c181779cbfaab24807bb87beea Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Wed, 15 Dec 2021 17:09:30 +0800 Subject: [PATCH] [add cases] --- tests/pytest/fulltest-query.sh | 1 + tests/pytest/fulltest-tools.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/tests/pytest/fulltest-query.sh b/tests/pytest/fulltest-query.sh index 9932135137..04e1eb7c52 100755 --- a/tests/pytest/fulltest-query.sh +++ b/tests/pytest/fulltest-query.sh @@ -62,6 +62,7 @@ python3 ./test.py -f tag_lite/unsignedSmallint.py python3 ./test.py -f tag_lite/unsignedTinyint.py python3 ./test.py -f tag_lite/alter_tag.py python3 ./test.py -f tag_lite/drop_auto_create.py +python3 ./test.py -f tag_lite/json_tag_extra.py #query python3 ./test.py -f query/distinctOneColTb.py diff --git a/tests/pytest/fulltest-tools.sh b/tests/pytest/fulltest-tools.sh index c4ac42cb57..cac4455012 100755 --- a/tests/pytest/fulltest-tools.sh +++ b/tests/pytest/fulltest-tools.sh @@ -31,6 +31,9 @@ python3 test.py -f tools/taosdemoAllTest/TD-5213/insert4096columns_not_use_taosd python3 test.py -f tools/taosdemoAllTest/TD-5213/insertSigcolumnsNum4096.py #python3 test.py -f tools/taosdemoAllTest/TD-10539/create_taosdemo.py python3 test.py -f tools/taosdemoAllTest/taosdemoTestInsertWithJsonStmt.py +python3 test.py -f tools/taosdemoAllTest/taosdemoTestInsertWithJsonSml.py +python3 test.py -f tools/taosdemoAllTest/taosdemoTestInsertShell.py + -- GitLab