This commit is contained in:
liuyq-617 2021-03-17 13:02:51 +08:00
parent 608134c229
commit 4c64997447
2 changed files with 5 additions and 0 deletions

View File

@ -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===============

View File

@ -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===============