add casr to CI

This commit is contained in:
cpwu 2022-05-17 12:01:56 +08:00
parent b0cb4fe6a2
commit 784f630f63
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ python3 ./test.py -f 2-query/upper.py
python3 ./test.py -f 2-query/lower.py
python3 ./test.py -f 2-query/join.py
python3 ./test.py -f 2-query/cast.py
# python3 ./test.py -f 2-query/concat.py # after wal ,crash occured
# python3 ./test.py -f 2-query/concat_ws.py
python3 ./test.py -f 2-query/concat.py # after wal ,crash occured
python3 ./test.py -f 2-query/concat_ws.py
python3 ./test.py -f 2-query/union.py
python3 ./test.py -f 2-query/timezone.py
python3 ./test.py -f 2-query/Now.py