diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index a6dfd5129fd9beed3ef7e649713105854470cb5e..cf62915aed9d1252f9c1214089c3688d98fa2d0d 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -25,6 +25,7 @@ python3 ./test.py -f 2-query/join.py python3 ./test.py -f 2-query/cast.py python3 ./test.py -f 2-query/concat.py python3 ./test.py -f 2-query/concat_ws.py +python3 ./test.py -f 2-query/check_tsdb.py # python3 ./test.py -f 2-query/union.py # python3 ./test.py -f 2-query/union2.py # python3 ./test.py -f 2-query/union3.py @@ -60,6 +61,7 @@ python3 ./test.py -f 2-query/arccos.py python3 ./test.py -f 2-query/arctan.py python3 ./test.py -f 2-query/query_cols_tags_and_or.py python3 ./test.py -f 2-query/nestedQuery.py + python3 ./test.py -f 7-tmq/basic5.py python3 ./test.py -f 7-tmq/subscribeDb.py