From 68194344fa05221af69f8e09809a2d628efb1f10 Mon Sep 17 00:00:00 2001 From: tomchon Date: Fri, 24 Sep 2021 16:58:08 +0800 Subject: [PATCH] [TD-10352]:add taosdemo case of supporting unsigned data type --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index b8bb94b26d..6818191139 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -219,6 +219,7 @@ python3 ./test.py -f perfbenchmark/taosdemoInsert.py #taosdemo python3 test.py -f tools/taosdemoAllTest/taosdemoTestInsertWithJson.py python3 test.py -f tools/taosdemoAllTest/taosdemoTestQueryWithJson.py +python3 test.py -f tools/taosdemoAllTest/taosdemoTestInsertAllType.py #query python3 test.py -f query/distinctOneColTb.py -- GitLab