From 5565cbd1598cd3eb4eea4ceb673c8a340cbcdd64 Mon Sep 17 00:00:00 2001 From: cpwu Date: Tue, 10 May 2022 17:46:33 +0800 Subject: [PATCH] add cast case to CI --- tests/system-test/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index f713f707cb..d75189f468 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -18,6 +18,7 @@ python3 ./test.py -f 2-query/char_length.py 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 -- GitLab