From 60730982b09c86af8d88136853a6e8332f8d1a9f Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Tue, 7 Sep 2021 14:20:39 +0800 Subject: [PATCH] update udf case --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index b1cdf61fd3..522ce678a1 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -242,6 +242,7 @@ python3 ./test.py -f query/bug2143.py python3 ./test.py -f query/sliding.py python3 ./test.py -f query/unionAllTest.py python3 ./test.py -f query/bug2281.py +python3 ./test.py -f query/udf.py python3 ./test.py -f query/bug2119.py python3 ./test.py -f query/isNullTest.py python3 ./test.py -f query/queryWithTaosdKilled.py -- GitLab