diff --git a/tests/pytest/fulltest-query.sh b/tests/pytest/fulltest-query.sh index 99321351370d9d09b31dea57b9890cccb00205b2..04e1eb7c527a69fdadf78985062ee2ba02d41517 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 c4ac42cb57f84cd2f4769a2e1608508d68e6d1a6..cac445501229f0b54f1464a07583d05cbf4c88a4 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 +