From b7d3b8e7accf392937a3f0f47595cd47372bfa4b Mon Sep 17 00:00:00 2001 From: cpwu Date: Fri, 27 May 2022 16:07:37 +0800 Subject: [PATCH] fix case --- tests/system-test/fulltest.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index d1a60057e9..ad3dcef207 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -23,15 +23,15 @@ python3 ./test.py -f 2-query/length.py 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/join2.py +python3 ./test.py -f 2-query/join.py +python3 ./test.py -f 2-query/join2.py python3 ./test.py -f 2-query/cast.py python3 ./test.py -f 2-query/union.py python3 ./test.py -f 2-query/union1.py -#python3 ./test.py -f 2-query/concat.py -#python3 ./test.py -f 2-query/concat2.py -#python3 ./test.py -f 2-query/concat_ws.py -#python3 ./test.py -f 2-query/concat_ws2.py +python3 ./test.py -f 2-query/concat.py +python3 ./test.py -f 2-query/concat2.py +python3 ./test.py -f 2-query/concat_ws.py +python3 ./test.py -f 2-query/concat_ws2.py python3 ./test.py -f 2-query/check_tsdb.py python3 ./test.py -f 2-query/spread.py python3 ./test.py -f 2-query/hyperloglog.py -- GitLab