diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 506d469b2f2ed37fd42eb89fb3829b9078462dd3..84a52d81a918bcd768a51b730a3a2357370c2cf8 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 d0bd7179e5f04f1cc57763a0f09c0f1f7c554548..33489b50ffd64a1170db88a9ef5dd3edc15b9266 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===============