diff --git a/tests/army/community/query/function/test_fun_elapsed.py b/tests/army/community/query/function/test_func_elapsed.py similarity index 99% rename from tests/army/community/query/function/test_fun_elapsed.py rename to tests/army/community/query/function/test_func_elapsed.py index 0279e92704..fe1cecc8f2 100644 --- a/tests/army/community/query/function/test_fun_elapsed.py +++ b/tests/army/community/query/function/test_func_elapsed.py @@ -394,7 +394,6 @@ class TDTestCase(TBase): tdSql.error("select elapsed(max(ts), 1s) from st1 group by tbname order by ts;") tdSql.error("select elapsed(first(ts), 1s) from st1 group by tbname order by ts;") tdSql.error("select elapsed(last(ts), 1s) from st1 group by tbname order by ts;") - # other error tdSql.error("select elapsed(ts, 1s) from t1 where ts between '2023-03-01 15:00:00.000' and '2023-03-01 15:01:40.000' interval(10s) fill(next) union select elapsed(ts, 1s) from st2 where ts between '2023-03-01 15:00:00.000' and '2023-03-01 15:01:49.000' interval(5s) fill(prev) group by tbname;") tdSql.error("select elapsed(time ,1s) from (select elapsed(ts,1s) time from st1);") diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 239ed7a25e..a9d0273ad0 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -11,8 +11,9 @@ ,,y,army,./pytest.sh python3 ./test.py -f enterprise/multi-level/mlevel_basic.py -N 3 -L 3 -D 2 ,,y,army,./pytest.sh python3 ./test.py -f enterprise/s3/s3_basic.py -L 3 -D 1 ,,y,army,./pytest.sh python3 ./test.py -f community/cluster/snapshot.py -N 3 -L 3 -D 2 +,,y,army,./pytest.sh python3 ./test.py -f community/query/function/test_func_elapsed.py ,,n,army,python3 ./test.py -f community/cmdline/fullopt.py -,,y,army,python3 ./test.py -f community/query/function/test_fun_elapsed.py + #