From b5194e4cf3d84501f9cb7073e1a075d99d2b4431 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Tue, 20 Apr 2021 17:40:43 +0800 Subject: [PATCH] add test case for unsigned tag --- tests/pytest/fulltest.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index e7e0586636..eef7a64fbe 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -303,6 +303,11 @@ python3 ./test.py -f insert/unsignedSmallint.py python3 ./test.py -f insert/unsignedTinyint.py python3 ./test.py -f query/filterAllUnsignedIntTypes.py +python3 ./test.py -f tag_lite/unsignedInt.py +python3 ./test.py -f tag_lite/unsignedBigint.py +python3 ./test.py -f tag_lite/unsignedSmallint.py +python3 ./test.py -f tag_lite/unsignedTinyint.py + python3 ./test.py -f functions/function_percentile2.py python3 ./test.py -f insert/boundary2.py python3 ./test.py -f alter/alter_debugFlag.py -- GitLab