From 8baf72a7f13ec9f0087acba02de7a6b5efbb337f Mon Sep 17 00:00:00 2001 From: tomchon Date: Mon, 4 Jul 2022 20:55:03 +0800 Subject: [PATCH] test:modify fullltest --- tests/system-test/fulltest.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index cf523ef545..d7bca59795 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -246,7 +246,6 @@ python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 2 python3 ./test.py -f 2-query/twa.py -Q 2 python3 ./test.py -f 2-query/irate.py -Q 2 python3 ./test.py -f 2-query/function_null.py -Q 2 -python3 ./test.py -f 2-query/queryQnode.py -Q 2 #------------querPolicy 3----------- @@ -308,7 +307,7 @@ python3 ./test.py -f 2-query/arctan.py -Q 3 python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 3 # python3 ./test.py -f 2-query/nestedQuery.py -Q 3 # python3 ./test.py -f 2-query/nestedQuery_str.py -Q 3 -python3 ./test.py -f 2-query/avg.py -Q 3 +# python3 ./test.py -f 2-query/avg.py -Q 3 python3 ./test.py -f 2-query/elapsed.py -Q 3 python3 ./test.py -f 2-query/csum.py -Q 3 python3 ./test.py -f 2-query/mavg.py -Q 3 @@ -332,5 +331,4 @@ python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 3 python3 ./test.py -f 2-query/twa.py -Q 3 python3 ./test.py -f 2-query/irate.py -Q 3 python3 ./test.py -f 2-query/function_null.py -Q 3 -python3 ./test.py -f 2-query/queryQnode.py -Q 3