From 0d3042b0f9267e7295f01b8dadffefd4666d9845 Mon Sep 17 00:00:00 2001 From: jiacy-jcy <714897623@qq.com> Date: Thu, 26 May 2022 12:46:13 +0800 Subject: [PATCH] add case to ci --- tests/system-test/fulltest.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index d6918e2f14..37dbc3cc13 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -40,14 +40,15 @@ python3 ./test.py -f 2-query/max.py python3 ./test.py -f 2-query/min.py python3 ./test.py -f 2-query/count.py python3 ./test.py -f 2-query/last.py - +# python3 ./test.py -f 2-query/first.py python3 ./test.py -f 2-query/To_iso8601.py python3 ./test.py -f 2-query/To_unixtimestamp.py python3 ./test.py -f 2-query/timetruncate.py python3 ./test.py -f 2-query/diff.py python3 ./test.py -f 2-query/Timediff.py #python3 ./test.py -f 2-query/cast.py - +python3 ./test.py -f 2-query/top.py +python3 ./test.py -f 2-query/bottom.py python3 ./test.py -f 2-query/abs.py python3 ./test.py -f 2-query/ceil.py