From 13dbfb1490e1b94ad566df8bb86c015f89304a8b Mon Sep 17 00:00:00 2001 From: cpwu Date: Mon, 9 May 2022 10:20:11 +0800 Subject: [PATCH] test: add ltrim add rtrim to CI --- tests/system-test/fulltest.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index cb9d472116..4eef6a943f 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -11,6 +11,8 @@ python3 ./test.py -f 0-others/telemetry.py #python3 ./test.py -f 2-query/between.py python3 ./test.py -f 2-query/distinct.py python3 ./test.py -f 2-query/varchar.py +python3 ./test.py -f 2-query/ltrim.py +python3 ./test.py -f 2-query/rtrim.py python3 ./test.py -f 2-query/timezone.py python3 ./test.py -f 2-query/Now.py -- GitLab