update test case

This commit is contained in:
charles 2024-01-18 13:37:22 +08:00
commit d7ca30b8f3
2 changed files with 2 additions and 2 deletions

View File

@ -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);")

View File

@ -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
#