From c6c3ce3646bb3e8ed809874aaa3c197df020304f Mon Sep 17 00:00:00 2001 From: jiajingbin Date: Mon, 1 Nov 2021 14:11:40 +0800 Subject: [PATCH] [TD-6124]: finish influxdb and opentsdbschemaless test update schemalessInsert.py openTsdbTelnetLinesInsert.py openTsdbJsonInsert.py query/schemalessQueryCrash.py --- tests/pytest/fulltest.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 0255c27074..031419df22 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -399,7 +399,6 @@ python3 test.py -f alter/alter_cacheLastRow.py python3 ./test.py -f query/querySession.py python3 test.py -f alter/alter_create_exception.py python3 ./test.py -f insert/flushwhiledrop.py -#python3 ./test.py -f insert/schemalessInsert.py python3 ./test.py -f alter/alterColMultiTimes.py python3 ./test.py -f query/queryWildcardLength.py python3 ./test.py -f query/queryTbnameUpperLower.py @@ -416,6 +415,10 @@ python3 ./test.py -f insert/verifyMemToDiskCrash.py python3 ./test.py -f query/queryRegex.py python3 ./test.py -f tools/taosdemoTestdatatype.py +python3 ./test.py -f insert/schemalessInsert.py +python3 ./test.py -f insert/openTsdbTelnetLinesInsert.py +python3 ./test.py -f insert/openTsdbJsonInsert.py + #======================p4-end=============== -- GitLab