From 68a9df5ad29ace08fa0b43a8ad21017713fe6456 Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Fri, 11 Dec 2020 18:40:03 +0800 Subject: [PATCH] update fulltest --- tests/pytest/fulltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 9e9d7f39eb..2b364ee7cd 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -34,7 +34,6 @@ python3 ./test.py -f table/alter_column.py python3 ./test.py -f table/boundary.py python3 ./test.py -f table/create.py python3 ./test.py -f table/del_stable.py -python3 ./test.py -f table/queryWithTaosdKilled.py # tag @@ -173,6 +172,7 @@ python3 ./test.py -f query/unionAllTest.py python3 ./test.py -f query/bug2281.py python3 ./test.py -f query/bug2119.py python3 ./test.py -f query/isNullTest.py +python3 ./test.py -f query/queryWithTaosdKilled.py #stream python3 ./test.py -f stream/metric_1.py -- GitLab