Merge branch 'develop' into hotfix/test
This commit is contained in:
commit
f1b42ccf28
|
@ -111,7 +111,7 @@ matrix:
|
||||||
description: TDengine
|
description: TDengine
|
||||||
|
|
||||||
# Where email notification of build analysis results will be sent
|
# Where email notification of build analysis results will be sent
|
||||||
notification_email: sdsang@taosdata.com
|
notification_email: sdsang@taosdata.com, slguan@taosdata.com
|
||||||
|
|
||||||
# Commands to prepare for build_command
|
# Commands to prepare for build_command
|
||||||
# ** likely specific to your build **
|
# ** likely specific to your build **
|
||||||
|
@ -178,7 +178,7 @@ matrix:
|
||||||
|
|
||||||
cd ${TRAVIS_BUILD_DIR}
|
cd ${TRAVIS_BUILD_DIR}
|
||||||
lcov -d . --capture --rc lcov_branch_coverage=1 -o coverage.info
|
lcov -d . --capture --rc lcov_branch_coverage=1 -o coverage.info
|
||||||
lcov --remove coverage.info '*tests*' '*deps*' -o coverage.info
|
lcov --remove coverage.info '*/tests/*' '*/test/*' '*/deps/*' -o coverage.info
|
||||||
lcov -l --rc lcov_branch_coverage=1 coverage.info || travis_terminate $?
|
lcov -l --rc lcov_branch_coverage=1 coverage.info || travis_terminate $?
|
||||||
|
|
||||||
gem install coveralls-lcov
|
gem install coveralls-lcov
|
||||||
|
|
|
@ -0,0 +1,136 @@
|
||||||
|
#!/bin/bash
|
||||||
|
ulimit -c unlimited
|
||||||
|
|
||||||
|
python3 ./test.py -f insert/basic.py
|
||||||
|
python3 ./test.py -f insert/int.py
|
||||||
|
python3 ./test.py -f insert/float.py
|
||||||
|
python3 ./test.py -f insert/bigint.py
|
||||||
|
python3 ./test.py -f insert/bool.py
|
||||||
|
python3 ./test.py -f insert/double.py
|
||||||
|
python3 ./test.py -f insert/smallint.py
|
||||||
|
python3 ./test.py -f insert/tinyint.py
|
||||||
|
python3 ./test.py -f insert/date.py
|
||||||
|
python3 ./test.py -f insert/binary.py
|
||||||
|
python3 ./test.py -f insert/nchar.py
|
||||||
|
# python3 ./test.py -f insert/nchar-boundary.py
|
||||||
|
# python3 ./test.py -f insert/nchar-unicode.py
|
||||||
|
python3 ./test.py -f insert/multi.py
|
||||||
|
python3 ./test.py -f insert/randomNullCommit.py
|
||||||
|
|
||||||
|
python3 ./test.py -f table/column_name.py
|
||||||
|
python3 ./test.py -f table/column_num.py
|
||||||
|
python3 ./test.py -f table/db_table.py
|
||||||
|
# python3 ./test.py -f table/tablename-boundary.py
|
||||||
|
|
||||||
|
# tag
|
||||||
|
python3 ./test.py -f tag_lite/filter.py
|
||||||
|
python3 ./test.py -f tag_lite/create-tags-boundary.py
|
||||||
|
python3 ./test.py -f tag_lite/3.py
|
||||||
|
python3 ./test.py -f tag_lite/4.py
|
||||||
|
python3 ./test.py -f tag_lite/5.py
|
||||||
|
python3 ./test.py -f tag_lite/6.py
|
||||||
|
# python3 ./test.py -f tag_lite/add.py
|
||||||
|
python3 ./test.py -f tag_lite/bigint.py
|
||||||
|
python3 ./test.py -f tag_lite/binary_binary.py
|
||||||
|
python3 ./test.py -f tag_lite/binary.py
|
||||||
|
python3 ./test.py -f tag_lite/bool_binary.py
|
||||||
|
python3 ./test.py -f tag_lite/bool_int.py
|
||||||
|
python3 ./test.py -f tag_lite/bool.py
|
||||||
|
python3 ./test.py -f tag_lite/change.py
|
||||||
|
python3 ./test.py -f tag_lite/column.py
|
||||||
|
# python3 ./test.py -f tag_lite/commit.py
|
||||||
|
python3 ./test.py -f tag_lite/create.py
|
||||||
|
# python3 ./test.py -f tag_lite/datatype.py
|
||||||
|
python3 ./test.py -f tag_lite/datatype-without-alter.py
|
||||||
|
# python3 ./test.py -f tag_lite/delete.py
|
||||||
|
python3 ./test.py -f tag_lite/double.py
|
||||||
|
python3 ./test.py -f tag_lite/float.py
|
||||||
|
python3 ./test.py -f tag_lite/int_binary.py
|
||||||
|
python3 ./test.py -f tag_lite/int_float.py
|
||||||
|
python3 ./test.py -f tag_lite/int.py
|
||||||
|
# python3 ./test.py -f tag_lite/set.py
|
||||||
|
python3 ./test.py -f tag_lite/smallint.py
|
||||||
|
python3 ./test.py -f tag_lite/tinyint.py
|
||||||
|
|
||||||
|
# python3 ./test.py -f dbmgmt/database-name-boundary.py
|
||||||
|
|
||||||
|
python3 ./test.py -f import_merge/importBlock1HO.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock1HPO.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock1H.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock1S.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock1Sub.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock1TO.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock1TPO.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock1T.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock2HO.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock2HPO.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock2H.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock2S.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock2Sub.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock2TO.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock2TPO.py
|
||||||
|
python3 ./test.py -f import_merge/importBlock2T.py
|
||||||
|
python3 ./test.py -f import_merge/importBlockbetween.py
|
||||||
|
python3 ./test.py -f import_merge/importCacheFileHO.py
|
||||||
|
python3 ./test.py -f import_merge/importCacheFileHPO.py
|
||||||
|
python3 ./test.py -f import_merge/importCacheFileH.py
|
||||||
|
python3 ./test.py -f import_merge/importCacheFileS.py
|
||||||
|
python3 ./test.py -f import_merge/importCacheFileSub.py
|
||||||
|
python3 ./test.py -f import_merge/importCacheFileTO.py
|
||||||
|
python3 ./test.py -f import_merge/importCacheFileTPO.py
|
||||||
|
python3 ./test.py -f import_merge/importCacheFileT.py
|
||||||
|
python3 ./test.py -f import_merge/importDataH2.py
|
||||||
|
# python3 ./test.py -f import_merge/importDataHO2.py
|
||||||
|
# python3 ./test.py -f import_merge/importDataHO.py
|
||||||
|
python3 ./test.py -f import_merge/importDataHPO.py
|
||||||
|
python3 ./test.py -f import_merge/importDataLastHO.py
|
||||||
|
python3 ./test.py -f import_merge/importDataLastHPO.py
|
||||||
|
python3 ./test.py -f import_merge/importDataLastH.py
|
||||||
|
python3 ./test.py -f import_merge/importDataLastS.py
|
||||||
|
python3 ./test.py -f import_merge/importDataLastSub.py
|
||||||
|
python3 ./test.py -f import_merge/importDataLastTO.py
|
||||||
|
python3 ./test.py -f import_merge/importDataLastTPO.py
|
||||||
|
python3 ./test.py -f import_merge/importDataLastT.py
|
||||||
|
python3 ./test.py -f import_merge/importDataS.py
|
||||||
|
# python3 ./test.py -f import_merge/importDataSub.py
|
||||||
|
python3 ./test.py -f import_merge/importDataTO.py
|
||||||
|
python3 ./test.py -f import_merge/importDataTPO.py
|
||||||
|
python3 ./test.py -f import_merge/importDataT.py
|
||||||
|
python3 ./test.py -f import_merge/importHeadOverlap.py
|
||||||
|
python3 ./test.py -f import_merge/importHeadPartOverlap.py
|
||||||
|
python3 ./test.py -f import_merge/importHead.py
|
||||||
|
python3 ./test.py -f import_merge/importHORestart.py
|
||||||
|
python3 ./test.py -f import_merge/importHPORestart.py
|
||||||
|
python3 ./test.py -f import_merge/importHRestart.py
|
||||||
|
python3 ./test.py -f import_merge/importLastHO.py
|
||||||
|
python3 ./test.py -f import_merge/importLastHPO.py
|
||||||
|
python3 ./test.py -f import_merge/importLastH.py
|
||||||
|
python3 ./test.py -f import_merge/importLastS.py
|
||||||
|
python3 ./test.py -f import_merge/importLastSub.py
|
||||||
|
python3 ./test.py -f import_merge/importLastTO.py
|
||||||
|
python3 ./test.py -f import_merge/importLastTPO.py
|
||||||
|
python3 ./test.py -f import_merge/importLastT.py
|
||||||
|
python3 ./test.py -f import_merge/importSpan.py
|
||||||
|
python3 ./test.py -f import_merge/importSRestart.py
|
||||||
|
python3 ./test.py -f import_merge/importSubRestart.py
|
||||||
|
python3 ./test.py -f import_merge/importTailOverlap.py
|
||||||
|
python3 ./test.py -f import_merge/importTailPartOverlap.py
|
||||||
|
python3 ./test.py -f import_merge/importTail.py
|
||||||
|
python3 ./test.py -f import_merge/importToCommit.py
|
||||||
|
python3 ./test.py -f import_merge/importTORestart.py
|
||||||
|
python3 ./test.py -f import_merge/importTPORestart.py
|
||||||
|
python3 ./test.py -f import_merge/importTRestart.py
|
||||||
|
python3 ./test.py -f import_merge/importInsertThenImport.py
|
||||||
|
|
||||||
|
# user
|
||||||
|
python3 ./test.py -f user/user_create.py
|
||||||
|
python3 ./test.py -f user/pass_len.py
|
||||||
|
|
||||||
|
# table
|
||||||
|
#python3 ./test.py -f table/del_stable.py
|
||||||
|
|
||||||
|
#query
|
||||||
|
python3 ./test.py -f query/filter.py
|
||||||
|
# python3 ./test.py -f query/filterCombo.py
|
||||||
|
# python3 ./test.py -f query/queryNormal.py
|
||||||
|
# python3 ./test.py -f query/queryError.py
|
|
@ -194,13 +194,13 @@ class TDDnode:
|
||||||
selfPath = os.path.dirname(os.path.realpath(__file__))
|
selfPath = os.path.dirname(os.path.realpath(__file__))
|
||||||
binPath = ""
|
binPath = ""
|
||||||
|
|
||||||
if ("TDinternal" in selfPath):
|
if ("community" in selfPath):
|
||||||
projPath = selfPath + "/../../../../"
|
projPath = selfPath + "/../../../../"
|
||||||
|
|
||||||
for root, dirs, files in os.walk(projPath):
|
for root, dirs, files in os.walk(projPath):
|
||||||
if ("taosd" in files):
|
if ("taosd" in files):
|
||||||
rootRealPath = os.path.dirname(os.path.realpath(root))
|
rootRealPath = os.path.dirname(os.path.realpath(root))
|
||||||
if ("community" not in rootRealPath):
|
if ("packaging" not in rootRealPath):
|
||||||
binPath = os.path.join(root, "taosd")
|
binPath = os.path.join(root, "taosd")
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
|
@ -213,7 +213,7 @@ class TDDnode:
|
||||||
break
|
break
|
||||||
|
|
||||||
if (binPath == ""):
|
if (binPath == ""):
|
||||||
tdLog.exit("taosd not found!s")
|
tdLog.exit("taosd not found!")
|
||||||
else:
|
else:
|
||||||
tdLog.info("taosd found in %s" % rootRealPath)
|
tdLog.info("taosd found in %s" % rootRealPath)
|
||||||
|
|
||||||
|
|
|
@ -307,78 +307,3 @@ cd ../../../debug; make
|
||||||
./test.sh -f unique/vnode/replica3_basic.sim
|
./test.sh -f unique/vnode/replica3_basic.sim
|
||||||
./test.sh -f unique/vnode/replica3_repeat.sim
|
./test.sh -f unique/vnode/replica3_repeat.sim
|
||||||
./test.sh -f unique/vnode/replica3_vgroup.sim
|
./test.sh -f unique/vnode/replica3_vgroup.sim
|
||||||
|
|
||||||
./test.sh -f unique/account/account_create.sim
|
|
||||||
./test.sh -f unique/account/account_delete.sim
|
|
||||||
./test.sh -f unique/account/account_len.sim
|
|
||||||
./test.sh -f unique/account/authority.sim
|
|
||||||
./test.sh -f unique/account/basic.sim
|
|
||||||
./test.sh -f unique/account/paras.sim
|
|
||||||
./test.sh -f unique/account/pass_alter.sim
|
|
||||||
./test.sh -f unique/account/pass_len.sim
|
|
||||||
./test.sh -f unique/account/usage.sim
|
|
||||||
./test.sh -f unique/account/user_create.sim
|
|
||||||
./test.sh -f unique/account/user_len.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/big/balance.sim
|
|
||||||
./test.sh -f unique/big/maxvnodes.sim
|
|
||||||
./test.sh -f unique/big/tcp.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/cluster/balance1.sim
|
|
||||||
./test.sh -f unique/cluster/balance2.sim
|
|
||||||
./test.sh -f unique/cluster/balance3.sim
|
|
||||||
./test.sh -f unique/cluster/cache.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/column/replica3.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/db/commit.sim
|
|
||||||
./test.sh -f unique/db/delete.sim
|
|
||||||
./test.sh -f unique/db/delete_part.sim
|
|
||||||
./test.sh -f unique/db/replica_add12.sim
|
|
||||||
./test.sh -f unique/db/replica_add13.sim
|
|
||||||
./test.sh -f unique/db/replica_add23.sim
|
|
||||||
./test.sh -f unique/db/replica_reduce21.sim
|
|
||||||
./test.sh -f unique/db/replica_reduce32.sim
|
|
||||||
./test.sh -f unique/db/replica_reduce31.sim
|
|
||||||
./test.sh -f unique/db/replica_part.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/dnode/balance1.sim
|
|
||||||
./test.sh -f unique/dnode/balance2.sim
|
|
||||||
./test.sh -f unique/dnode/balance3.sim
|
|
||||||
./test.sh -f unique/dnode/balancex.sim
|
|
||||||
./test.sh -f unique/dnode/offline1.sim
|
|
||||||
./test.sh -f unique/dnode/offline2.sim
|
|
||||||
./test.sh -f unique/dnode/remove1.sim
|
|
||||||
./test.sh -f unique/dnode/remove2.sim
|
|
||||||
./test.sh -f unique/dnode/vnode_clean.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/http/admin.sim
|
|
||||||
./test.sh -f unique/http/opentsdb.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/import/replica2.sim
|
|
||||||
./test.sh -f unique/import/replica3.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/stable/balance_replica1.sim
|
|
||||||
./test.sh -f unique/stable/dnode2_stop.sim
|
|
||||||
./test.sh -f unique/stable/dnode2.sim
|
|
||||||
./test.sh -f unique/stable/dnode3.sim
|
|
||||||
./test.sh -f unique/stable/replica2_dnode4.sim
|
|
||||||
./test.sh -f unique/stable/replica2_vnode3.sim
|
|
||||||
./test.sh -f unique/stable/replica3_dnode6.sim
|
|
||||||
./test.sh -f unique/stable/replica3_vnode3.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/mnode/mgmt22.sim
|
|
||||||
./test.sh -f unique/mnode/mgmt23.sim
|
|
||||||
./test.sh -f unique/mnode/mgmt24.sim
|
|
||||||
./test.sh -f unique/mnode/mgmt25.sim
|
|
||||||
./test.sh -f unique/mnode/mgmt26.sim
|
|
||||||
./test.sh -f unique/mnode/mgmt33.sim
|
|
||||||
./test.sh -f unique/mnode/mgmt34.sim
|
|
||||||
./test.sh -f unique/mnode/mgmtr2.sim
|
|
||||||
|
|
||||||
./test.sh -f unique/vnode/many.sim
|
|
||||||
./test.sh -f unique/vnode/replica2_basic2.sim
|
|
||||||
./test.sh -f unique/vnode/replica2_repeat.sim
|
|
||||||
./test.sh -f unique/vnode/replica3_basic.sim
|
|
||||||
./test.sh -f unique/vnode/replica3_repeat.sim
|
|
||||||
./test.sh -f unique/vnode/replica3_vgroup.sim
|
|
||||||
|
|
|
@ -0,0 +1,213 @@
|
||||||
|
#unsupport run general/alter/cached_schema_after_alter.sim
|
||||||
|
#unsupport run general/alter/count.sim
|
||||||
|
#unsupport run general/alter/import.sim
|
||||||
|
#unsupport run general/alter/insert1.sim
|
||||||
|
#unsupport run general/alter/insert2.sim
|
||||||
|
#unsupport run general/alter/metrics.sim
|
||||||
|
#unsupport run general/alter/table.sim
|
||||||
|
run general/cache/new_metrics.sim
|
||||||
|
run general/cache/restart_metrics.sim
|
||||||
|
run general/cache/restart_table.sim
|
||||||
|
run general/connection/connection.sim
|
||||||
|
run general/column/commit.sim
|
||||||
|
run general/column/metrics.sim
|
||||||
|
run general/column/table.sim
|
||||||
|
run general/compress/commitlog.sim
|
||||||
|
run general/compress/compress.sim
|
||||||
|
run general/compress/compress2.sim
|
||||||
|
run general/compress/uncompress.sim
|
||||||
|
run general/compute/avg.sim
|
||||||
|
run general/compute/bottom.sim
|
||||||
|
run general/compute/count.sim
|
||||||
|
run general/compute/diff.sim
|
||||||
|
run general/compute/diff2.sim
|
||||||
|
run general/compute/first.sim
|
||||||
|
run general/compute/interval.sim
|
||||||
|
run general/compute/last.sim
|
||||||
|
run general/compute/leastsquare.sim
|
||||||
|
run general/compute/max.sim
|
||||||
|
run general/compute/min.sim
|
||||||
|
run general/compute/null.sim
|
||||||
|
run general/compute/percentile.sim
|
||||||
|
run general/compute/stddev.sim
|
||||||
|
run general/compute/sum.sim
|
||||||
|
run general/compute/top.sim
|
||||||
|
run general/db/alter_option.sim
|
||||||
|
run general/db/alter_tables_d2.sim
|
||||||
|
run general/db/alter_tables_v1.sim
|
||||||
|
run general/db/alter_tables_v4.sim
|
||||||
|
run general/db/alter_vgroups.sim
|
||||||
|
run general/db/basic.sim
|
||||||
|
run general/db/basic1.sim
|
||||||
|
run general/db/basic2.sim
|
||||||
|
run general/db/basic3.sim
|
||||||
|
run general/db/basic4.sim
|
||||||
|
run general/db/basic5.sim
|
||||||
|
run general/db/delete_reuse1.sim
|
||||||
|
run general/db/delete_reuse2.sim
|
||||||
|
run general/db/delete_reusevnode.sim
|
||||||
|
run general/db/delete_reusevnode2.sim
|
||||||
|
run general/db/delete_writing1.sim
|
||||||
|
run general/db/delete_writing2.sim
|
||||||
|
run general/db/delete.sim
|
||||||
|
run general/db/len.sim
|
||||||
|
run general/db/repeat.sim
|
||||||
|
run general/db/tables.sim
|
||||||
|
run general/db/vnodes.sim
|
||||||
|
run general/field/2.sim
|
||||||
|
run general/field/3.sim
|
||||||
|
run general/field/4.sim
|
||||||
|
run general/field/5.sim
|
||||||
|
run general/field/6.sim
|
||||||
|
run general/field/bigint.sim
|
||||||
|
run general/field/binary.sim
|
||||||
|
run general/field/bool.sim
|
||||||
|
run general/field/single.sim
|
||||||
|
run general/field/smallint.sim
|
||||||
|
run general/field/tinyint.sim
|
||||||
|
run general/http/restful.sim
|
||||||
|
run general/http/restful_insert.sim
|
||||||
|
run general/http/restful_limit.sim
|
||||||
|
run general/http/restful_full.sim
|
||||||
|
run general/http/prepare.sim
|
||||||
|
run general/http/telegraf.sim
|
||||||
|
# run general/http/grafana_bug.sim
|
||||||
|
# run general/http/grafana.sim
|
||||||
|
run general/import/basic.sim
|
||||||
|
run general/import/commit.sim
|
||||||
|
run general/import/large.sim
|
||||||
|
run general/import/replica1.sim
|
||||||
|
run general/insert/basic.sim
|
||||||
|
run general/insert/insert_drop.sim
|
||||||
|
run general/insert/query_block1_memory.sim
|
||||||
|
run general/insert/query_block2_memory.sim
|
||||||
|
run general/insert/query_block1_file.sim
|
||||||
|
run general/insert/query_block2_file.sim
|
||||||
|
run general/insert/query_file_memory.sim
|
||||||
|
run general/insert/query_multi_file.sim
|
||||||
|
run general/insert/tcp.sim
|
||||||
|
#unsupport run general/parser/alter.sim
|
||||||
|
#unsupport run general/parser/alter1.sim
|
||||||
|
#unsupport run general/parser/alter_stable.sim
|
||||||
|
run general/parser/auto_create_tb.sim
|
||||||
|
run general/parser/auto_create_tb_drop_tb.sim
|
||||||
|
run general/parser/col_arithmetic_operation.sim
|
||||||
|
run general/parser/columnValue.sim
|
||||||
|
# run general/parser/commit.sim
|
||||||
|
run general/parser/create_db.sim
|
||||||
|
run general/parser/create_mt.sim
|
||||||
|
run general/parser/create_tb.sim
|
||||||
|
run general/parser/dbtbnameValidate.sim
|
||||||
|
run general/parser/import_commit1.sim
|
||||||
|
run general/parser/import_commit2.sim
|
||||||
|
run general/parser/import_commit3.sim
|
||||||
|
run general/parser/insert_tb.sim
|
||||||
|
# run general/parser/first_last.sim
|
||||||
|
#unsupport run general/parser/import_file.sim
|
||||||
|
# run general/parser/lastrow.sim
|
||||||
|
run general/parser/nchar.sim
|
||||||
|
#unsupport run general/parser/null_char.sim
|
||||||
|
# run general/parser/single_row_in_tb.sim
|
||||||
|
run general/parser/select_from_cache_disk.sim
|
||||||
|
# run general/parser/limit.sim
|
||||||
|
# run general/parser/limit1.sim
|
||||||
|
# run general/parser/limit1_tblocks100.sim
|
||||||
|
# run general/parser/mixed_blocks.sim
|
||||||
|
# run general/parser/selectResNum.sim
|
||||||
|
run general/parser/select_across_vnodes.sim
|
||||||
|
run general/parser/slimit1.sim
|
||||||
|
run general/parser/tbnameIn.sim
|
||||||
|
run general/parser/binary_escapeCharacter.sim
|
||||||
|
# run general/parser/projection_limit_offset.sim
|
||||||
|
run general/parser/limit2.sim
|
||||||
|
# run general/parser/slimit.sim
|
||||||
|
run general/parser/fill.sim
|
||||||
|
# run general/parser/fill_stb.sim
|
||||||
|
# run general/parser/interp.sim
|
||||||
|
# run general/parser/where.sim
|
||||||
|
#unsupport run general/parser/join.sim
|
||||||
|
#unsupport run general/parser/join_multivnode.sim
|
||||||
|
# run general/parser/select_with_tags.sim
|
||||||
|
#unsupport run general/parser/groupby.sim
|
||||||
|
#unsupport run general/parser/bug.sim
|
||||||
|
#unsupport run general/parser/tags_dynamically_specifiy.sim
|
||||||
|
#unsupport run general/parser/set_tag_vals.sim
|
||||||
|
#unsupport run general/parser/repeatAlter.sim
|
||||||
|
#unsupport run general/parser/slimit_alter_tags.sim
|
||||||
|
#unsupport run general/parser/stream_on_sys.sim
|
||||||
|
#unsupport run general/parser/stream.sim
|
||||||
|
#unsupport run general/parser/repeatStream.sim
|
||||||
|
run general/stable/disk.sim
|
||||||
|
run general/stable/dnode3.sim
|
||||||
|
run general/stable/metrics.sim
|
||||||
|
run general/stable/values.sim
|
||||||
|
run general/stable/vnode3.sim
|
||||||
|
# run general/table/autocreate.sim
|
||||||
|
run general/table/basic1.sim
|
||||||
|
run general/table/basic2.sim
|
||||||
|
run general/table/basic3.sim
|
||||||
|
run general/table/bigint.sim
|
||||||
|
run general/table/binary.sim
|
||||||
|
run general/table/bool.sim
|
||||||
|
run general/table/column_name.sim
|
||||||
|
run general/table/column_num.sim
|
||||||
|
run general/table/column_value.sim
|
||||||
|
run general/table/column2.sim
|
||||||
|
run general/table/date.sim
|
||||||
|
run general/table/db.table.sim
|
||||||
|
run general/table/delete_reuse1.sim
|
||||||
|
run general/table/delete_reuse2.sim
|
||||||
|
run general/table/delete_writing.sim
|
||||||
|
run general/table/describe.sim
|
||||||
|
run general/table/double.sim
|
||||||
|
run general/table/fill.sim
|
||||||
|
run general/table/float.sim
|
||||||
|
run general/table/int.sim
|
||||||
|
run general/table/limit.sim
|
||||||
|
run general/table/smallint.sim
|
||||||
|
run general/table/table_len.sim
|
||||||
|
# run general/table/table.sim
|
||||||
|
run general/table/tinyint.sim
|
||||||
|
run general/table/vgroup.sim
|
||||||
|
run general/tag/3.sim
|
||||||
|
run general/tag/4.sim
|
||||||
|
run general/tag/5.sim
|
||||||
|
run general/tag/6.sim
|
||||||
|
#unsupport run general/tag/add.sim
|
||||||
|
run general/tag/bigint.sim
|
||||||
|
run general/tag/binary_binary.sim
|
||||||
|
run general/tag/binary.sim
|
||||||
|
run general/tag/bool_binary.sim
|
||||||
|
run general/tag/bool_int.sim
|
||||||
|
run general/tag/bool.sim
|
||||||
|
#unsupport run general/tag/change.sim
|
||||||
|
run general/tag/column.sim
|
||||||
|
#unsupport run general/tag/commit.sim
|
||||||
|
run general/tag/create.sim
|
||||||
|
#unsupport run general/tag/delete.sim
|
||||||
|
run general/tag/double.sim
|
||||||
|
run general/tag/filter.sim
|
||||||
|
run general/tag/float.sim
|
||||||
|
run general/tag/int_binary.sim
|
||||||
|
run general/tag/int_float.sim
|
||||||
|
run general/tag/int.sim
|
||||||
|
#unsupport run general/tag/set.sim
|
||||||
|
run general/tag/smallint.sim
|
||||||
|
run general/tag/tinyint.sim
|
||||||
|
run general/user/authority.sim
|
||||||
|
run general/user/monitor.sim
|
||||||
|
run general/user/pass_alter.sim
|
||||||
|
run general/user/pass_len.sim
|
||||||
|
run general/user/user_create.sim
|
||||||
|
run general/user/user_len.sim
|
||||||
|
run general/vector/metrics_field.sim
|
||||||
|
run general/vector/metrics_mix.sim
|
||||||
|
run general/vector/metrics_query.sim
|
||||||
|
run general/vector/metrics_tag.sim
|
||||||
|
run general/vector/metrics_time.sim
|
||||||
|
run general/vector/multi.sim
|
||||||
|
run general/vector/single.sim
|
||||||
|
run general/vector/table_field.sim
|
||||||
|
run general/vector/table_mix.sim
|
||||||
|
run general/vector/table_query.sim
|
||||||
|
run general/vector/table_time.sim
|
|
@ -57,23 +57,21 @@ run_back unique/vnode/back_insert_many.sim
|
||||||
sleep 5000
|
sleep 5000
|
||||||
|
|
||||||
print ======== step3
|
print ======== step3
|
||||||
system sh/exec.sh -n dnode2 -s stop
|
|
||||||
sleep 5000
|
|
||||||
|
|
||||||
$x = 0
|
$x = 0
|
||||||
loop:
|
loop:
|
||||||
|
|
||||||
print ======== step4
|
print ======== step4
|
||||||
system sh/exec.sh -n dnode2 -s start
|
|
||||||
sleep 5000
|
|
||||||
system sh/exec.sh -n dnode3 -s stop
|
system sh/exec.sh -n dnode3 -s stop
|
||||||
sleep 5000
|
sleep 5000
|
||||||
|
system sh/exec.sh -n dnode3 -s start
|
||||||
|
sleep 5000
|
||||||
|
|
||||||
print ======== step5
|
print ======== step5
|
||||||
system sh/exec.sh -n dnode3 -s start
|
|
||||||
sleep 5000
|
|
||||||
system sh/exec.sh -n dnode2 -s stop
|
system sh/exec.sh -n dnode2 -s stop
|
||||||
sleep 5000
|
sleep 5000
|
||||||
|
system sh/exec.sh -n dnode2 -s start
|
||||||
|
sleep 5000
|
||||||
|
|
||||||
print ======== step6
|
print ======== step6
|
||||||
sql select count(*) from db1.tb1
|
sql select count(*) from db1.tb1
|
||||||
|
|
|
@ -138,25 +138,25 @@ sleep 5000
|
||||||
#sql insert into d3.t3 values(now, 3)
|
#sql insert into d3.t3 values(now, 3)
|
||||||
#sql insert into d4.t4 values(now, 3)
|
#sql insert into d4.t4 values(now, 3)
|
||||||
|
|
||||||
sql select * from d1.t1
|
#sql select * from d1.t1
|
||||||
if $rows != 2 then
|
#if $rows != 2 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
#endi
|
||||||
|
|
||||||
sql select * from d2.t2
|
#sql select * from d2.t2
|
||||||
if $rows != 2 then
|
#if $rows != 2 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
#endi
|
||||||
|
|
||||||
sql select * from d3.t3
|
#sql select * from d3.t3
|
||||||
if $rows != 2 then
|
#if $rows != 2 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
#endi
|
||||||
|
|
||||||
sql select * from d4.t4
|
#sql select * from d4.t4
|
||||||
if $rows != 2 then
|
#if $rows != 2 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
#endi
|
||||||
|
|
||||||
print ========= step4
|
print ========= step4
|
||||||
system sh/exec.sh -n dnode2 -s start
|
system sh/exec.sh -n dnode2 -s start
|
||||||
|
@ -169,25 +169,25 @@ sleep 5000
|
||||||
#sql insert into d3.t3 values(now, 4)
|
#sql insert into d3.t3 values(now, 4)
|
||||||
#sql insert into d4.t4 values(now, 4)
|
#sql insert into d4.t4 values(now, 4)
|
||||||
|
|
||||||
sql select * from d1.t1
|
#sql select * from d1.t1
|
||||||
if $rows != 2 then
|
#if $rows != 2 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
#endi
|
||||||
|
|
||||||
sql select * from d2.t2
|
#sql select * from d2.t2
|
||||||
if $rows != 2 then
|
#if $rows != 2 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
#endi
|
||||||
|
|
||||||
sql select * from d3.t3
|
#sql select * from d3.t3
|
||||||
if $rows != 2 then
|
#if $rows != 2 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
#endi
|
||||||
|
|
||||||
sql select * from d4.t4
|
#sql select * from d4.t4
|
||||||
if $rows != 2 then
|
#if $rows != 2 then
|
||||||
return -1
|
# return -1
|
||||||
endi
|
#endi
|
||||||
|
|
||||||
print ========= step5
|
print ========= step5
|
||||||
system sh/exec.sh -n dnode3 -s start
|
system sh/exec.sh -n dnode3 -s start
|
||||||
|
|
|
@ -37,22 +37,20 @@ run_back unique/vnode/back_insert.sim
|
||||||
sleep 3000
|
sleep 3000
|
||||||
|
|
||||||
print ======== step3
|
print ======== step3
|
||||||
system sh/exec.sh -n dnode2 -s stop
|
|
||||||
sleep 5000
|
|
||||||
|
|
||||||
$x = 0
|
$x = 0
|
||||||
loop:
|
loop:
|
||||||
|
|
||||||
print ======== step4
|
print ======== step4
|
||||||
system sh/exec.sh -n dnode2 -s start
|
system sh/exec.sh -n dnode2 -s stop
|
||||||
sleep 5000
|
sleep 5000
|
||||||
system sh/exec.sh -n dnode3 -s stop
|
system sh/exec.sh -n dnode2 -s start
|
||||||
sleep 5000
|
sleep 5000
|
||||||
|
|
||||||
print ======== step5
|
print ======== step5
|
||||||
system sh/exec.sh -n dnode3 -s start
|
system sh/exec.sh -n dnode3 -s stop
|
||||||
sleep 5000
|
sleep 5000
|
||||||
system sh/exec.sh -n dnode2 -s stop
|
system sh/exec.sh -n dnode3 -s start
|
||||||
sleep 5000
|
sleep 5000
|
||||||
|
|
||||||
print ======== step6
|
print ======== step6
|
||||||
|
|
|
@ -24,14 +24,19 @@ GREEN_DARK='\033[0;32m'
|
||||||
GREEN_UNDERLINE='\033[4;32m'
|
GREEN_UNDERLINE='\033[4;32m'
|
||||||
NC='\033[0m'
|
NC='\033[0m'
|
||||||
|
|
||||||
echo "### run TSIM script ###"
|
echo "### run TSIM test case ###"
|
||||||
cd script
|
cd script
|
||||||
|
|
||||||
[ -f out.log ] && rm -f out.log
|
[ -f out.log ] && rm -f out.log
|
||||||
|
|
||||||
if [ "$1" == "cron" ]; then
|
if [ "$1" == "cron" ]; then
|
||||||
|
echo "### run TSIM regression test ###"
|
||||||
|
runSimCaseOneByOne regressionSuite.sim
|
||||||
|
elif [ "$1" == "full" ]; then
|
||||||
|
echo "### run TSIM full test ###"
|
||||||
runSimCaseOneByOne fullGeneralSuite.sim
|
runSimCaseOneByOne fullGeneralSuite.sim
|
||||||
else
|
else
|
||||||
|
echo "### run TSIM smoke test ###"
|
||||||
runSimCaseOneByOne basicSuite.sim
|
runSimCaseOneByOne basicSuite.sim
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -53,14 +58,19 @@ if [ "$totalFailed" -ne "0" ]; then
|
||||||
# exit $totalFailed
|
# exit $totalFailed
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "### run Python script ###"
|
echo "### run Python test case ###"
|
||||||
cd ../pytest
|
cd ../pytest
|
||||||
|
|
||||||
[ -f pytest-out.log ] && rm -f pytest-out.log
|
[ -f pytest-out.log ] && rm -f pytest-out.log
|
||||||
|
|
||||||
if [ "$1" == "cron" ]; then
|
if [ "$1" == "cron" ]; then
|
||||||
|
echo "### run Python regression test ###"
|
||||||
|
runPyCaseOneByOne regressiontest.sh
|
||||||
|
elif [ "$1" == "full" ]; then
|
||||||
|
echo "### run Python full test ###"
|
||||||
runPyCaseOneByOne fulltest.sh
|
runPyCaseOneByOne fulltest.sh
|
||||||
else
|
else
|
||||||
|
echo "### run Python smoke test ###"
|
||||||
runPyCaseOneByOne smoketest.sh
|
runPyCaseOneByOne smoketest.sh
|
||||||
fi
|
fi
|
||||||
totalPySuccess=`grep 'successfully executed' pytest-out.log | wc -l`
|
totalPySuccess=`grep 'successfully executed' pytest-out.log | wc -l`
|
||||||
|
|
Loading…
Reference in New Issue