From 1236375dedf36c3a72acf8d95c55582d164d13e2 Mon Sep 17 00:00:00 2001 From: cpwu Date: Thu, 11 Aug 2022 10:45:00 +0800 Subject: [PATCH] add case to CI --- .gitignore | 10 +++++++++- tests/system-test/fulltest.sh | 3 ++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1c609d3ba3..76b581b182 100644 --- a/.gitignore +++ b/.gitignore @@ -118,4 +118,12 @@ contrib/* !contrib/test sql debug*/ -.env \ No newline at end of file +.env +tools/README +tools/LICENSE +tools/README.1ST +tools/THANKS +tools/NEWS +tools/COPYING +tools/BUGS +tools/taos-tools \ No newline at end of file diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index df6c639ee9..92aa21127b 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -106,6 +106,8 @@ python3 ./test.py -f 2-query/function_null.py python3 ./test.py -f 2-query/function_null.py -R python3 ./test.py -f 2-query/function_stateduration.py python3 ./test.py -f 2-query/function_stateduration.py -R +python3 ./test.py -f 2-query/histogram.py +python3 ./test.py -f 2-query/histogram.py -R @@ -128,7 +130,6 @@ python3 ./test.py -f 2-query/concat2.py python3 ./test.py -f 2-query/spread.py python3 ./test.py -f 2-query/hyperloglog.py python3 ./test.py -f 2-query/leastsquares.py -python3 ./test.py -f 2-query/histogram.py python3 ./test.py -f 2-query/timezone.py -- GitLab