diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 5c5b1f543ae2967761faf79451a552fda8a551e7..a6b4408cdcbed9fff9cbef2e63edb83c73606cd8 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