From ab6fbf5abae9fb42f3cd0031b727374b2ca95a65 Mon Sep 17 00:00:00 2001 From: wu-champion Date: Wed, 10 Mar 2021 14:07:08 +0800 Subject: [PATCH] [TD-3182] : add queryBetweenAnd.py to CI --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 14f2b6e07e..eeedd6276a 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -183,6 +183,7 @@ python3 ./test.py -f query/isNullTest.py python3 ./test.py -f query/queryWithTaosdKilled.py python3 ./test.py -f query/floatCompare.py python3 ./test.py -f query/queryGroupbySort.py +python3 ./test.py -f query/queryBetweenAnd.py #stream python3 ./test.py -f stream/metric_1.py -- GitLab