From d72671fd73d85ab70f44f09232a5f0ef916e1add Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Mon, 5 Jul 2021 11:37:11 +0800 Subject: [PATCH] [TD-4985]:test query limit and offset function --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index d10f76041d..1785e5ebfa 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -334,6 +334,7 @@ python3 ./test.py -f tag_lite/alter_tag.py python3 test.py -f tools/taosdemoAllTest/taosdemoTestInsertWithJson.py python3 test.py -f tools/taosdemoAllTest/taosdemoTestQueryWithJson.py +python3 test.py -f tools/taosdemoAllTest/TD-4985/query-limit-offset.py python3 ./test.py -f tag_lite/drop_auto_create.py python3 test.py -f alter/alter_keep_exception.py #======================p4-end=============== -- GitLab