From 4c64997447fe45210b00e5ef50ca28f4d8f03771 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Wed, 17 Mar 2021 13:02:51 +0800 Subject: [PATCH] add case --- tests/pytest/fulltest.sh | 1 + tests/script/jenkins/basic.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 506d469b2f..84a52d81a9 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -294,5 +294,6 @@ python3 ./test.py -f query/queryFillTest.py python3 ./test.py -f alter/alter_debugFlag.py python3 ./test.py -f query/queryBetweenAnd.py python3 ./test.py -f tag_lite/alter_tag.py +python3 test.py -f tools/taosdemoTestSampleData.py #======================p4-end=============== \ No newline at end of file diff --git a/tests/script/jenkins/basic.txt b/tests/script/jenkins/basic.txt index d0bd7179e5..33489b50ff 100644 --- a/tests/script/jenkins/basic.txt +++ b/tests/script/jenkins/basic.txt @@ -420,5 +420,9 @@ cd ../../../debug; make ./test.sh -f unique/mnode/mgmtr2.sim ./test.sh -f unique/arbitrator/insert_duplicationTs.sim +./test.sh -f general/parser/join_manyblocks.sim +./test.sh -f general/parser/stableOp.sim +./test.sh -f general/parser/timestamp.sim +./test.sh -f general/parser/sliding.sim #======================s7-end=============== -- GitLab