From d77bd548387587865b357620a1f781daa3c5f19f Mon Sep 17 00:00:00 2001 From: cpwu Date: Wed, 25 May 2022 16:07:06 +0800 Subject: [PATCH] add spread to CI --- tests/system-test/fulltest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 1e12344446..4d7cb31d97 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -28,6 +28,7 @@ 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/union.py +python3 ./test.py -f 2-query/spread.py python3 ./test.py -f 2-query/check_tsdb.py @@ -62,7 +63,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 @@ -71,4 +72,3 @@ python3 ./test.py -f 7-tmq/subscribeStb.py python3 ./test.py -f 7-tmq/subscribeStb0.py python3 ./test.py -f 7-tmq/subscribeStb1.py python3 ./test.py -f 7-tmq/subscribeStb2.py -