test:recover testcase and environment

This commit is contained in:
chenhaoran 2022-10-21 10:14:16 +00:00
parent d2e4b0b5f6
commit 72b92e9619
5 changed files with 1024 additions and 1034 deletions

View File

@ -2,19 +2,19 @@
set -e set -e
set -x set -x
# python3 ./test.py -f 5-taos-tools/taosbenchmark/auto_create_table_json.py python3 ./test.py -f 5-taos-tools/taosbenchmark/auto_create_table_json.py
# #python3 ./test.py -f 5-taos-tools/taosbenchmark/commandline.py #python3 ./test.py -f 5-taos-tools/taosbenchmark/commandline.py
# python3 ./test.py -f 5-taos-tools/taosbenchmark/custom_col_tag.py python3 ./test.py -f 5-taos-tools/taosbenchmark/custom_col_tag.py
# python3 ./test.py -f 5-taos-tools/taosbenchmark/default_json.py python3 ./test.py -f 5-taos-tools/taosbenchmark/default_json.py
# python3 ./test.py -f 5-taos-tools/taosbenchmark/demo.py python3 ./test.py -f 5-taos-tools/taosbenchmark/demo.py
# python3 ./test.py -f 5-taos-tools/taosbenchmark/insert_alltypes_json.py python3 ./test.py -f 5-taos-tools/taosbenchmark/insert_alltypes_json.py
# python3 ./test.py -f 5-taos-tools/taosbenchmark/invalid_commandline.py python3 ./test.py -f 5-taos-tools/taosbenchmark/invalid_commandline.py
# python3 ./test.py -f 5-taos-tools/taosbenchmark/json_tag.py python3 ./test.py -f 5-taos-tools/taosbenchmark/json_tag.py
# #python3 ./test.py -f 5-taos-tools/taosbenchmark/limit_offset_json.py #python3 ./test.py -f 5-taos-tools/taosbenchmark/limit_offset_json.py
# python3 ./test.py -f 5-taos-tools/taosbenchmark/query_json.py python3 ./test.py -f 5-taos-tools/taosbenchmark/query_json.py
# python3 ./test.py -f 5-taos-tools/taosbenchmark/sample_csv_json.py python3 ./test.py -f 5-taos-tools/taosbenchmark/sample_csv_json.py
# #python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_interlace.py #python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_interlace.py
# python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py
# #python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_telnet_alltypes.py #python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_telnet_alltypes.py
# #python3 ./test.py -f 5-taos-tools/taosbenchmark/taosadapter_json.py #python3 ./test.py -f 5-taos-tools/taosbenchmark/taosadapter_json.py
# #python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py #python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py

View File

@ -79,8 +79,7 @@ if [ $RET -ne 0 ]; then
pwd pwd
fi fi
sleep 36000
exit $RET exit $RET

View File

@ -68,7 +68,7 @@ if [ $ent -ne 0 ]; then
CONTAINER_TESTDIR=/home/TDinternal/community CONTAINER_TESTDIR=/home/TDinternal/community
SIM_DIR=/home/TDinternal/sim SIM_DIR=/home/TDinternal/sim
REP_MOUNT_PARAM="$INTERNAL_REPDIR:/home/TDinternal" REP_MOUNT_PARAM="$INTERNAL_REPDIR:/home/TDinternal"
REP_MOUNT_LIB="$INTERNAL_REPDIR/debug/build/lib:/home/TDinternal/debug/build/lib" REP_MOUNT_LIB="$INTERNAL_REPDIR/debug/build/lib:/home/TDinternal/debug/build/lib:ro"
else else
# community edition # community edition
@ -76,7 +76,7 @@ else
CONTAINER_TESTDIR=/home/TDengine CONTAINER_TESTDIR=/home/TDengine
SIM_DIR=/home/TDengine/sim SIM_DIR=/home/TDengine/sim
REP_MOUNT_PARAM="$REPDIR:/home/TDengine" REP_MOUNT_PARAM="$REPDIR:/home/TDengine"
REP_MOUNT_LIB="$REPDIR/debug/build/lib:/home/TDengine/debug/build/lib" REP_MOUNT_LIB="$REPDIR/debug/build/lib:/home/TDengine/debug/build/lib:ro"
fi fi
@ -114,7 +114,7 @@ docker run \
-v ${TMP_DIR}/thread_volume/$thread_no/coredump:$coredump_dir \ -v ${TMP_DIR}/thread_volume/$thread_no/coredump:$coredump_dir \
-v $WORKDIR/taos-connector-python/taos:/usr/local/lib/python3.8/site-packages/taos:ro \ -v $WORKDIR/taos-connector-python/taos:/usr/local/lib/python3.8/site-packages/taos:ro \
-v $WORKDIR/taos-connector-python/taosrest:/usr/local/lib/python3.8/site-packages/taosrest:ro \ -v $WORKDIR/taos-connector-python/taosrest:/usr/local/lib/python3.8/site-packages/taosrest:ro \
--ulimit core=-1 taos_test:v1.0 $CONTAINER_TESTDIR/tests/parallel_test/run_case.sh -d "$exec_dir" -c "$cmd" $extra_param --rm --ulimit core=-1 taos_test:v1.0 $CONTAINER_TESTDIR/tests/parallel_test/run_case.sh -d "$exec_dir" -c "$cmd" $extra_param
ret=$? ret=$?
exit $ret exit $ret

View File

@ -1,458 +1,451 @@
# #======================b1-start=============== #======================b1-start===============
# # ---- user ---- # ---- user ----
# ./test.sh -f tsim/user/basic.sim ./test.sh -f tsim/user/basic.sim
# ./test.sh -f tsim/user/password.sim ./test.sh -f tsim/user/password.sim
# ./test.sh -f tsim/user/privilege_db.sim ./test.sh -f tsim/user/privilege_db.sim
# ./test.sh -f tsim/user/privilege_sysinfo.sim ./test.sh -f tsim/user/privilege_sysinfo.sim
# # ---- db ---- # ---- db ----
# ./test.sh -f tsim/db/alter_option.sim ./test.sh -f tsim/db/alter_option.sim
# # unsupport ./test.sh -f tsim/db/alter_replica_13.sim # unsupport ./test.sh -f tsim/db/alter_replica_13.sim
# # unsupport ./test.sh -f tsim/db/alter_replica_31.sim # unsupport ./test.sh -f tsim/db/alter_replica_31.sim
# ./test.sh -f tsim/db/basic1.sim ./test.sh -f tsim/db/basic1.sim
# ./test.sh -f tsim/db/basic2.sim ./test.sh -f tsim/db/basic2.sim
# ./test.sh -f tsim/db/basic3.sim ./test.sh -f tsim/db/basic3.sim
# ./test.sh -f tsim/db/basic4.sim ./test.sh -f tsim/db/basic4.sim
# ./test.sh -f tsim/db/basic5.sim ./test.sh -f tsim/db/basic5.sim
# ./test.sh -f tsim/db/basic6.sim ./test.sh -f tsim/db/basic6.sim
# ./test.sh -f tsim/db/commit.sim ./test.sh -f tsim/db/commit.sim
# ./test.sh -f tsim/db/create_all_options.sim ./test.sh -f tsim/db/create_all_options.sim
# ./test.sh -f tsim/db/delete_reuse1.sim ./test.sh -f tsim/db/delete_reuse1.sim
# ./test.sh -f tsim/db/delete_reuse2.sim ./test.sh -f tsim/db/delete_reuse2.sim
# ./test.sh -f tsim/db/delete_reusevnode.sim ./test.sh -f tsim/db/delete_reusevnode.sim
# ./test.sh -f tsim/db/delete_reusevnode2.sim ./test.sh -f tsim/db/delete_reusevnode2.sim
# ./test.sh -f tsim/db/delete_writing1.sim ./test.sh -f tsim/db/delete_writing1.sim
# ./test.sh -f tsim/db/delete_writing2.sim ./test.sh -f tsim/db/delete_writing2.sim
# # unsupport ./test.sh -f tsim/db/dropdnodes.sim # unsupport ./test.sh -f tsim/db/dropdnodes.sim
# ./test.sh -f tsim/db/error1.sim ./test.sh -f tsim/db/error1.sim
# ./test.sh -f tsim/db/keep.sim ./test.sh -f tsim/db/keep.sim
# ./test.sh -f tsim/db/len.sim ./test.sh -f tsim/db/len.sim
# ./test.sh -f tsim/db/repeat.sim ./test.sh -f tsim/db/repeat.sim
# ./test.sh -f tsim/db/show_create_db.sim ./test.sh -f tsim/db/show_create_db.sim
# ./test.sh -f tsim/db/show_create_table.sim ./test.sh -f tsim/db/show_create_table.sim
# ./test.sh -f tsim/db/tables.sim ./test.sh -f tsim/db/tables.sim
# ./test.sh -f tsim/db/taosdlog.sim ./test.sh -f tsim/db/taosdlog.sim
# # ---- dnode # ---- dnode
# # unsupport ./test.sh -f tsim/dnode/balance_replica1.sim # unsupport ./test.sh -f tsim/dnode/balance_replica1.sim
# # unsupport ./test.sh -f tsim/dnode/balance_replica3.sim # unsupport ./test.sh -f tsim/dnode/balance_replica3.sim
# # unsupport ./test.sh -f tsim/dnode/balance1.sim # unsupport ./test.sh -f tsim/dnode/balance1.sim
# # unsupport ./test.sh -f tsim/dnode/balance2.sim # unsupport ./test.sh -f tsim/dnode/balance2.sim
# # unsupport ./test.sh -f tsim/dnode/balance3.sim # unsupport ./test.sh -f tsim/dnode/balance3.sim
# # unsupport ./test.sh -f tsim/dnode/balancex.sim # unsupport ./test.sh -f tsim/dnode/balancex.sim
# ./test.sh -f tsim/dnode/create_dnode.sim ./test.sh -f tsim/dnode/create_dnode.sim
# ./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim ./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim
# # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim
# # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim
# # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica3.sim # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica3.sim
# # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica1.sim # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica1.sim
# # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim # unsupport ./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim
# ./test.sh -f tsim/dnode/offline_reason.sim ./test.sh -f tsim/dnode/offline_reason.sim
# # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim
# # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim
# # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim
# # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim
# # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim # unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim
# # unsupport ./test.sh -f tsim/dnode/vnode_clean.sim # unsupport ./test.sh -f tsim/dnode/vnode_clean.sim
# ./test.sh -f tsim/dnode/use_dropped_dnode.sim ./test.sh -f tsim/dnode/use_dropped_dnode.sim
# # ---- import ---- # ---- import ----
# ./test.sh -f tsim/import/basic.sim ./test.sh -f tsim/import/basic.sim
# ./test.sh -f tsim/import/commit.sim ./test.sh -f tsim/import/commit.sim
# ./test.sh -f tsim/import/large.sim ./test.sh -f tsim/import/large.sim
# ./test.sh -f tsim/import/replica1.sim ./test.sh -f tsim/import/replica1.sim
# # ---- insert ---- # ---- insert ----
# ./test.sh -f tsim/insert/backquote.sim ./test.sh -f tsim/insert/backquote.sim
# ./test.sh -f tsim/insert/basic.sim ./test.sh -f tsim/insert/basic.sim
# ./test.sh -f tsim/insert/basic0.sim ./test.sh -f tsim/insert/basic0.sim
# ./test.sh -f tsim/insert/basic1.sim ./test.sh -f tsim/insert/basic1.sim
# ./test.sh -f tsim/insert/basic2.sim ./test.sh -f tsim/insert/basic2.sim
# ./test.sh -f tsim/insert/commit-merge0.sim ./test.sh -f tsim/insert/commit-merge0.sim
# ./test.sh -f tsim/insert/insert_drop.sim ./test.sh -f tsim/insert/insert_drop.sim
# ./test.sh -f tsim/insert/insert_select.sim ./test.sh -f tsim/insert/insert_select.sim
# ./test.sh -f tsim/insert/null.sim ./test.sh -f tsim/insert/null.sim
# ./test.sh -f tsim/insert/query_block1_file.sim ./test.sh -f tsim/insert/query_block1_file.sim
# ./test.sh -f tsim/insert/query_block1_memory.sim ./test.sh -f tsim/insert/query_block1_memory.sim
# ./test.sh -f tsim/insert/query_block2_file.sim ./test.sh -f tsim/insert/query_block2_file.sim
# ./test.sh -f tsim/insert/query_block2_memory.sim ./test.sh -f tsim/insert/query_block2_memory.sim
# ./test.sh -f tsim/insert/query_file_memory.sim ./test.sh -f tsim/insert/query_file_memory.sim
# ./test.sh -f tsim/insert/query_multi_file.sim ./test.sh -f tsim/insert/query_multi_file.sim
# ./test.sh -f tsim/insert/tcp.sim ./test.sh -f tsim/insert/tcp.sim
# ./test.sh -f tsim/insert/update0.sim ./test.sh -f tsim/insert/update0.sim
# ./test.sh -f tsim/insert/update1_sort_merge.sim ./test.sh -f tsim/insert/update1_sort_merge.sim
# # ---- parser ---- # ---- parser ----
# ./test.sh -f tsim/parser/alter__for_community_version.sim ./test.sh -f tsim/parser/alter__for_community_version.sim
# ./test.sh -f tsim/parser/alter_column.sim ./test.sh -f tsim/parser/alter_column.sim
# ./test.sh -f tsim/parser/alter_stable.sim ./test.sh -f tsim/parser/alter_stable.sim
# ./test.sh -f tsim/parser/alter.sim ./test.sh -f tsim/parser/alter.sim
# ./test.sh -f tsim/parser/alter1.sim ./test.sh -f tsim/parser/alter1.sim
# ./test.sh -f tsim/parser/auto_create_tb_drop_tb.sim ./test.sh -f tsim/parser/auto_create_tb_drop_tb.sim
# ./test.sh -f tsim/parser/auto_create_tb.sim ./test.sh -f tsim/parser/auto_create_tb.sim
# ./test.sh -f tsim/parser/between_and.sim ./test.sh -f tsim/parser/between_and.sim
# ./test.sh -f tsim/parser/binary_escapeCharacter.sim ./test.sh -f tsim/parser/binary_escapeCharacter.sim
# ./test.sh -f tsim/parser/col_arithmetic_operation.sim ./test.sh -f tsim/parser/col_arithmetic_operation.sim
# ./test.sh -f tsim/parser/columnValue_bigint.sim ./test.sh -f tsim/parser/columnValue_bigint.sim
# ./test.sh -f tsim/parser/columnValue_bool.sim ./test.sh -f tsim/parser/columnValue_bool.sim
# ./test.sh -f tsim/parser/columnValue_double.sim ./test.sh -f tsim/parser/columnValue_double.sim
# ./test.sh -f tsim/parser/columnValue_float.sim ./test.sh -f tsim/parser/columnValue_float.sim
# ./test.sh -f tsim/parser/columnValue_int.sim ./test.sh -f tsim/parser/columnValue_int.sim
# ./test.sh -f tsim/parser/columnValue_smallint.sim ./test.sh -f tsim/parser/columnValue_smallint.sim
# ./test.sh -f tsim/parser/columnValue_tinyint.sim ./test.sh -f tsim/parser/columnValue_tinyint.sim
# ./test.sh -f tsim/parser/columnValue_unsign.sim ./test.sh -f tsim/parser/columnValue_unsign.sim
# ./test.sh -f tsim/parser/commit.sim ./test.sh -f tsim/parser/commit.sim
# ./test.sh -f tsim/parser/condition.sim ./test.sh -f tsim/parser/condition.sim
# ./test.sh -f tsim/parser/constCol.sim ./test.sh -f tsim/parser/constCol.sim
# ./test.sh -f tsim/parser/create_db.sim ./test.sh -f tsim/parser/create_db.sim
# ./test.sh -f tsim/parser/create_mt.sim ./test.sh -f tsim/parser/create_mt.sim
# ./test.sh -f tsim/parser/create_tb_with_tag_name.sim ./test.sh -f tsim/parser/create_tb_with_tag_name.sim
# ./test.sh -f tsim/parser/create_tb.sim ./test.sh -f tsim/parser/create_tb.sim
# ./test.sh -f tsim/parser/dbtbnameValidate.sim ./test.sh -f tsim/parser/dbtbnameValidate.sim
# ./test.sh -f tsim/parser/distinct.sim ./test.sh -f tsim/parser/distinct.sim
# # TD-17623 ./test.sh -f tsim/parser/fill_stb.sim # TD-17623 ./test.sh -f tsim/parser/fill_stb.sim
# ./test.sh -f tsim/parser/fill_us.sim ./test.sh -f tsim/parser/fill_us.sim
# ./test.sh -f tsim/parser/fill.sim ./test.sh -f tsim/parser/fill.sim
# ./test.sh -f tsim/parser/first_last.sim ./test.sh -f tsim/parser/first_last.sim
# ./test.sh -f tsim/parser/fourArithmetic-basic.sim ./test.sh -f tsim/parser/fourArithmetic-basic.sim
# ./test.sh -f tsim/parser/function.sim ./test.sh -f tsim/parser/function.sim
# ./test.sh -f tsim/parser/groupby-basic.sim ./test.sh -f tsim/parser/groupby-basic.sim
# ./test.sh -f tsim/parser/groupby.sim ./test.sh -f tsim/parser/groupby.sim
# ./test.sh -f tsim/parser/having_child.sim ./test.sh -f tsim/parser/having_child.sim
# ./test.sh -f tsim/parser/having.sim ./test.sh -f tsim/parser/having.sim
# ./test.sh -f tsim/parser/import_commit1.sim ./test.sh -f tsim/parser/import_commit1.sim
# ./test.sh -f tsim/parser/import_commit2.sim ./test.sh -f tsim/parser/import_commit2.sim
# ./test.sh -f tsim/parser/import_commit3.sim ./test.sh -f tsim/parser/import_commit3.sim
# ./test.sh -f tsim/parser/import_file.sim ./test.sh -f tsim/parser/import_file.sim
# ./test.sh -f tsim/parser/import.sim ./test.sh -f tsim/parser/import.sim
# ./test.sh -f tsim/parser/insert_multiTbl.sim ./test.sh -f tsim/parser/insert_multiTbl.sim
# ./test.sh -f tsim/parser/insert_tb.sim ./test.sh -f tsim/parser/insert_tb.sim
# # TD-18293 ./test.sh -f tsim/parser/interp.sim # TD-18293 ./test.sh -f tsim/parser/interp.sim
# ./test.sh -f tsim/parser/join_manyblocks.sim ./test.sh -f tsim/parser/join_manyblocks.sim
# ./test.sh -f tsim/parser/join_multitables.sim ./test.sh -f tsim/parser/join_multitables.sim
# ./test.sh -f tsim/parser/join_multivnode.sim ./test.sh -f tsim/parser/join_multivnode.sim
# ./test.sh -f tsim/parser/join.sim ./test.sh -f tsim/parser/join.sim
# ./test.sh -f tsim/parser/last_cache.sim ./test.sh -f tsim/parser/last_cache.sim
# ./test.sh -f tsim/parser/last_groupby.sim ./test.sh -f tsim/parser/last_groupby.sim
# ./test.sh -f tsim/parser/lastrow.sim ./test.sh -f tsim/parser/lastrow.sim
# ./test.sh -f tsim/parser/lastrow2.sim ./test.sh -f tsim/parser/lastrow2.sim
# ./test.sh -f tsim/parser/like.sim ./test.sh -f tsim/parser/like.sim
# ./test.sh -f tsim/parser/limit.sim ./test.sh -f tsim/parser/limit.sim
# ./test.sh -f tsim/parser/limit1.sim ./test.sh -f tsim/parser/limit1.sim
# # TD-17623 ./test.sh -f tsim/parser/limit2.sim # TD-17623 ./test.sh -f tsim/parser/limit2.sim
# ./test.sh -f tsim/parser/mixed_blocks.sim ./test.sh -f tsim/parser/mixed_blocks.sim
# ./test.sh -f tsim/parser/nchar.sim ./test.sh -f tsim/parser/nchar.sim
# ./test.sh -f tsim/parser/nestquery.sim ./test.sh -f tsim/parser/nestquery.sim
# ./test.sh -f tsim/parser/null_char.sim ./test.sh -f tsim/parser/null_char.sim
# ./test.sh -f tsim/parser/precision_ns.sim ./test.sh -f tsim/parser/precision_ns.sim
# ./test.sh -f tsim/parser/projection_limit_offset.sim ./test.sh -f tsim/parser/projection_limit_offset.sim
# ./test.sh -f tsim/parser/regex.sim ./test.sh -f tsim/parser/regex.sim
# ./test.sh -f tsim/parser/select_across_vnodes.sim ./test.sh -f tsim/parser/select_across_vnodes.sim
# ./test.sh -f tsim/parser/select_distinct_tag.sim ./test.sh -f tsim/parser/select_distinct_tag.sim
# ./test.sh -f tsim/parser/select_from_cache_disk.sim ./test.sh -f tsim/parser/select_from_cache_disk.sim
# ./test.sh -f tsim/parser/select_with_tags.sim ./test.sh -f tsim/parser/select_with_tags.sim
# ./test.sh -f tsim/parser/selectResNum.sim ./test.sh -f tsim/parser/selectResNum.sim
# ./test.sh -f tsim/parser/set_tag_vals.sim ./test.sh -f tsim/parser/set_tag_vals.sim
# # TD-19572 ./test.sh -f tsim/parser/single_row_in_tb.sim # TD-19572 ./test.sh -f tsim/parser/single_row_in_tb.sim
# ./test.sh -f tsim/parser/sliding.sim ./test.sh -f tsim/parser/sliding.sim
# ./test.sh -f tsim/parser/slimit_alter_tags.sim ./test.sh -f tsim/parser/slimit_alter_tags.sim
# ./test.sh -f tsim/parser/slimit.sim ./test.sh -f tsim/parser/slimit.sim
# ./test.sh -f tsim/parser/slimit1.sim ./test.sh -f tsim/parser/slimit1.sim
# ./test.sh -f tsim/parser/stableOp.sim ./test.sh -f tsim/parser/stableOp.sim
# ./test.sh -f tsim/parser/tags_dynamically_specifiy.sim ./test.sh -f tsim/parser/tags_dynamically_specifiy.sim
# ./test.sh -f tsim/parser/tags_filter.sim ./test.sh -f tsim/parser/tags_filter.sim
# ./test.sh -f tsim/parser/tbnameIn.sim ./test.sh -f tsim/parser/tbnameIn.sim
# ./test.sh -f tsim/parser/timestamp.sim ./test.sh -f tsim/parser/timestamp.sim
# ./test.sh -f tsim/parser/top_groupby.sim ./test.sh -f tsim/parser/top_groupby.sim
# ./test.sh -f tsim/parser/topbot.sim ./test.sh -f tsim/parser/topbot.sim
# ./test.sh -f tsim/parser/union.sim ./test.sh -f tsim/parser/union.sim
# ./test.sh -f tsim/parser/union_sysinfo.sim ./test.sh -f tsim/parser/union_sysinfo.sim
# ./test.sh -f tsim/parser/where.sim ./test.sh -f tsim/parser/where.sim
# # ---- query ---- # ---- query ----
# ./test.sh -f tsim/query/charScalarFunction.sim ./test.sh -f tsim/query/charScalarFunction.sim
# ./test.sh -f tsim/query/explain.sim ./test.sh -f tsim/query/explain.sim
# ./test.sh -f tsim/query/interval-offset.sim ./test.sh -f tsim/query/interval-offset.sim
# ./test.sh -f tsim/query/interval.sim ./test.sh -f tsim/query/interval.sim
# ./test.sh -f tsim/query/scalarFunction.sim ./test.sh -f tsim/query/scalarFunction.sim
# ./test.sh -f tsim/query/scalarNull.sim ./test.sh -f tsim/query/scalarNull.sim
# ./test.sh -f tsim/query/session.sim ./test.sh -f tsim/query/session.sim
# ./test.sh -f tsim/query/udf.sim ./test.sh -f tsim/query/udf.sim
# # ---- qnode # ---- qnode
# ./test.sh -f tsim/qnode/basic1.sim ./test.sh -f tsim/qnode/basic1.sim
# # ---- snode ---- # ---- snode ----
# # unsupport ./test.sh -f tsim/snode/basic1.sim # unsupport ./test.sh -f tsim/snode/basic1.sim
# # ---- bnode # ---- mnode
# ./test.sh -f tsim/bnode/basic1.sim ./test.sh -f tsim/mnode/basic1.sim
./test.sh -f tsim/mnode/basic2.sim
./test.sh -f tsim/mnode/basic3.sim
./test.sh -f tsim/mnode/basic4.sim
./test.sh -f tsim/mnode/basic5.sim
# # ---- mnode # ---- show ----
# ./test.sh -f tsim/mnode/basic1.sim ./test.sh -f tsim/show/basic.sim
# ./test.sh -f tsim/mnode/basic2.sim
# ./test.sh -f tsim/mnode/basic3.sim
# ./test.sh -f tsim/mnode/basic4.sim
# ./test.sh -f tsim/mnode/basic5.sim
# # ---- show ---- # ---- table ----
# ./test.sh -f tsim/show/basic.sim ./test.sh -f tsim/table/autocreate.sim
./test.sh -f tsim/table/basic1.sim
./test.sh -f tsim/table/basic2.sim
./test.sh -f tsim/table/basic3.sim
./test.sh -f tsim/table/bigint.sim
./test.sh -f tsim/table/binary.sim
./test.sh -f tsim/table/bool.sim
./test.sh -f tsim/table/column_name.sim
./test.sh -f tsim/table/column_num.sim
./test.sh -f tsim/table/column_value.sim
./test.sh -f tsim/table/column2.sim
./test.sh -f tsim/table/createmulti.sim
./test.sh -f tsim/table/date.sim
./test.sh -f tsim/table/db.table.sim
./test.sh -f tsim/table/delete_reuse1.sim
./test.sh -f tsim/table/delete_reuse2.sim
./test.sh -f tsim/table/delete_writing.sim
./test.sh -f tsim/table/describe.sim
./test.sh -f tsim/table/double.sim
./test.sh -f tsim/table/float.sim
./test.sh -f tsim/table/hash.sim
./test.sh -f tsim/table/int.sim
./test.sh -f tsim/table/limit.sim
./test.sh -f tsim/table/smallint.sim
./test.sh -f tsim/table/table_len.sim
./test.sh -f tsim/table/table.sim
./test.sh -f tsim/table/tinyint.sim
./test.sh -f tsim/table/vgroup.sim
# # ---- table ---- # ---- stream
# ./test.sh -f tsim/table/autocreate.sim ./test.sh -f tsim/stream/basic0.sim -v
# ./test.sh -f tsim/table/basic1.sim ./test.sh -f tsim/stream/basic1.sim
# ./test.sh -f tsim/table/basic2.sim ./test.sh -f tsim/stream/basic2.sim
# ./test.sh -f tsim/table/basic3.sim ./test.sh -f tsim/stream/drop_stream.sim
# ./test.sh -f tsim/table/bigint.sim ./test.sh -f tsim/stream/distributeInterval0.sim
# ./test.sh -f tsim/table/binary.sim ./test.sh -f tsim/stream/distributeIntervalRetrive0.sim
# ./test.sh -f tsim/table/bool.sim ./test.sh -f tsim/stream/distributeSession0.sim
# ./test.sh -f tsim/table/column_name.sim ./test.sh -f tsim/stream/session0.sim
# ./test.sh -f tsim/table/column_num.sim ./test.sh -f tsim/stream/session1.sim
# ./test.sh -f tsim/table/column_value.sim ./test.sh -f tsim/stream/state0.sim
# ./test.sh -f tsim/table/column2.sim ./test.sh -f tsim/stream/triggerInterval0.sim
# ./test.sh -f tsim/table/createmulti.sim ./test.sh -f tsim/stream/triggerSession0.sim
# ./test.sh -f tsim/table/date.sim ./test.sh -f tsim/stream/partitionby.sim
# ./test.sh -f tsim/table/db.table.sim ./test.sh -f tsim/stream/partitionby1.sim
# ./test.sh -f tsim/table/delete_reuse1.sim # unsupport ./test.sh -f tsim/stream/schedSnode.sim
# ./test.sh -f tsim/table/delete_reuse2.sim ./test.sh -f tsim/stream/windowClose.sim
# ./test.sh -f tsim/table/delete_writing.sim ./test.sh -f tsim/stream/ignoreExpiredData.sim
# ./test.sh -f tsim/table/describe.sim ./test.sh -f tsim/stream/sliding.sim
# ./test.sh -f tsim/table/double.sim ./test.sh -f tsim/stream/partitionbyColumnInterval.sim
# ./test.sh -f tsim/table/float.sim #./test.sh -f tsim/stream/partitionbyColumnSession.sim
# ./test.sh -f tsim/table/hash.sim #./test.sh -f tsim/stream/partitionbyColumnState.sim
# ./test.sh -f tsim/table/int.sim #./test.sh -f tsim/stream/deleteInterval.sim
# ./test.sh -f tsim/table/limit.sim #./test.sh -f tsim/stream/deleteSession.sim
# ./test.sh -f tsim/table/smallint.sim #./test.sh -f tsim/stream/deleteState.sim
# ./test.sh -f tsim/table/table_len.sim #./test.sh -f tsim/stream/fillIntervalDelete0.sim
# ./test.sh -f tsim/table/table.sim #./test.sh -f tsim/stream/fillIntervalDelete1.sim
# ./test.sh -f tsim/table/tinyint.sim ./test.sh -f tsim/stream/fillIntervalLinear.sim
# ./test.sh -f tsim/table/vgroup.sim #./test.sh -f tsim/stream/fillIntervalPartitionBy.sim
./test.sh -f tsim/stream/fillIntervalPrevNext.sim
./test.sh -f tsim/stream/fillIntervalValue.sim
# # ---- stream # ---- transaction ----
# ./test.sh -f tsim/stream/basic0.sim ./test.sh -f tsim/trans/lossdata1.sim
# ./test.sh -f tsim/stream/basic1.sim ./test.sh -f tsim/trans/create_db.sim
# ./test.sh -f tsim/stream/basic2.sim
# ./test.sh -f tsim/stream/drop_stream.sim
# ./test.sh -f tsim/stream/distributeInterval0.sim
# ./test.sh -f tsim/stream/distributeIntervalRetrive0.sim
# ./test.sh -f tsim/stream/distributeSession0.sim
# ./test.sh -f tsim/stream/session0.sim
# ./test.sh -f tsim/stream/session1.sim
# ./test.sh -f tsim/stream/state0.sim
# ./test.sh -f tsim/stream/triggerInterval0.sim
# ./test.sh -f tsim/stream/triggerSession0.sim
# ./test.sh -f tsim/stream/partitionby.sim
# ./test.sh -f tsim/stream/partitionby1.sim
# # unsupport ./test.sh -f tsim/stream/schedSnode.sim
# ./test.sh -f tsim/stream/windowClose.sim
# ./test.sh -f tsim/stream/ignoreExpiredData.sim
# ./test.sh -f tsim/stream/sliding.sim
# #./test.sh -f tsim/stream/partitionbyColumnInterval.sim
# #./test.sh -f tsim/stream/partitionbyColumnSession.sim
# #./test.sh -f tsim/stream/partitionbyColumnState.sim
# #./test.sh -f tsim/stream/deleteInterval.sim
# #./test.sh -f tsim/stream/deleteSession.sim
# #./test.sh -f tsim/stream/deleteState.sim
# # ---- transaction ---- # ---- tmq
# ./test.sh -f tsim/trans/lossdata1.sim ./test.sh -f tsim/tmq/basic1.sim
# ./test.sh -f tsim/trans/create_db.sim ./test.sh -f tsim/tmq/basic2.sim
./test.sh -f tsim/tmq/basic3.sim
./test.sh -f tsim/tmq/basic4.sim
./test.sh -f tsim/tmq/basic1Of2Cons.sim
./test.sh -f tsim/tmq/basic2Of2Cons.sim
./test.sh -f tsim/tmq/basic3Of2Cons.sim
./test.sh -f tsim/tmq/basic4Of2Cons.sim
./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim
./test.sh -f tsim/tmq/topic.sim
./test.sh -f tsim/tmq/snapshot.sim
./test.sh -f tsim/tmq/snapshot1.sim
# # ---- tmq # --- stable ----
# ./test.sh -f tsim/tmq/basic1.sim ./test.sh -f tsim/stable/alter_comment.sim
# ./test.sh -f tsim/tmq/basic2.sim ./test.sh -f tsim/stable/alter_count.sim
# ./test.sh -f tsim/tmq/basic3.sim ./test.sh -f tsim/stable/alter_import.sim
# ./test.sh -f tsim/tmq/basic4.sim ./test.sh -f tsim/stable/alter_insert1.sim
# ./test.sh -f tsim/tmq/basic1Of2Cons.sim ./test.sh -f tsim/stable/alter_insert2.sim
# ./test.sh -f tsim/tmq/basic2Of2Cons.sim ./test.sh -f tsim/stable/alter_metrics.sim
# ./test.sh -f tsim/tmq/basic3Of2Cons.sim ./test.sh -f tsim/stable/column_add.sim
# ./test.sh -f tsim/tmq/basic4Of2Cons.sim ./test.sh -f tsim/stable/column_drop.sim
# ./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim ./test.sh -f tsim/stable/column_modify.sim
# ./test.sh -f tsim/tmq/topic.sim ./test.sh -f tsim/stable/disk.sim
# ./test.sh -f tsim/tmq/snapshot.sim ./test.sh -f tsim/stable/dnode3.sim
# ./test.sh -f tsim/tmq/snapshot1.sim ./test.sh -f tsim/stable/metrics.sim
./test.sh -f tsim/stable/refcount.sim
./test.sh -f tsim/stable/tag_add.sim
./test.sh -f tsim/stable/tag_drop.sim
./test.sh -f tsim/stable/tag_filter.sim
./test.sh -f tsim/stable/tag_modify.sim
./test.sh -f tsim/stable/tag_rename.sim
./test.sh -f tsim/stable/values.sim
./test.sh -f tsim/stable/vnode3.sim
# # --- stable ---- # --- sma
# ./test.sh -f tsim/stable/alter_comment.sim ./test.sh -f tsim/sma/drop_sma.sim
# ./test.sh -f tsim/stable/alter_count.sim ./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim
# ./test.sh -f tsim/stable/alter_import.sim # temp disable
# ./test.sh -f tsim/stable/alter_insert1.sim ./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
# ./test.sh -f tsim/stable/alter_insert2.sim ./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim
# ./test.sh -f tsim/stable/alter_metrics.sim
# ./test.sh -f tsim/stable/column_add.sim
# ./test.sh -f tsim/stable/column_drop.sim
# ./test.sh -f tsim/stable/column_modify.sim
# ./test.sh -f tsim/stable/disk.sim
# ./test.sh -f tsim/stable/dnode3.sim
# ./test.sh -f tsim/stable/metrics.sim
# ./test.sh -f tsim/stable/refcount.sim
# ./test.sh -f tsim/stable/tag_add.sim
# ./test.sh -f tsim/stable/tag_drop.sim
# ./test.sh -f tsim/stable/tag_filter.sim
# ./test.sh -f tsim/stable/tag_modify.sim
# ./test.sh -f tsim/stable/tag_rename.sim
# ./test.sh -f tsim/stable/values.sim
# ./test.sh -f tsim/stable/vnode3.sim
# # --- for multi process mode # --- valgrind ----
# ./test.sh -f tsim/user/basic.sim -m ./test.sh -f tsim/valgrind/checkError1.sim
# ./test.sh -f tsim/db/basic3.sim -m ./test.sh -f tsim/valgrind/checkError2.sim
# ./test.sh -f tsim/db/error1.sim -m ./test.sh -f tsim/valgrind/checkError3.sim
# ./test.sh -f tsim/insert/backquote.sim -m ./test.sh -f tsim/valgrind/checkError4.sim
# # unsupport ./test.sh -f tsim/parser/fourArithmetic-basic.sim -m ./test.sh -f tsim/valgrind/checkError5.sim
# ./test.sh -f tsim/query/interval-offset.sim -m ./test.sh -f tsim/valgrind/checkError6.sim
# # unsupport ./test.sh -f tsim/tmq/basic3.sim -m ./test.sh -f tsim/valgrind/checkError7.sim
# ./test.sh -f tsim/stable/vnode3.sim -m ./test.sh -f tsim/valgrind/checkError8.sim
# ./test.sh -f tsim/qnode/basic1.sim -m ./test.sh -f tsim/valgrind/checkUdf.sim
# # unsupport ./test.sh -f tsim/mnode/basic1.sim -m
# # --- sma # --- vnode ----
# ./test.sh -f tsim/sma/drop_sma.sim # unsupport ./test.sh -f tsim/vnode/replica3_basic.sim
# ./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim # unsupport ./test.sh -f tsim/vnode/replica3_repeat.sim
# # temp disable # unsupport ./test.sh -f tsim/vnode/replica3_vgroup.sim
# ./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim # unsupport ./test.sh -f tsim/vnode/replica3_many.sim
# ./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim # unsupport ./test.sh -f tsim/vnode/replica3_import.sim
# unsupport ./test.sh -f tsim/vnode/stable_balance_replica1.sim
# unsupport ./test.sh -f tsim/vnode/stable_dnode2_stop.sim
./test.sh -f tsim/vnode/stable_dnode2.sim
./test.sh -f tsim/vnode/stable_dnode3.sim
./test.sh -f tsim/vnode/stable_replica3_dnode6.sim
./test.sh -f tsim/vnode/stable_replica3_vnode3.sim
# # --- valgrind ---- # --- sync
# ./test.sh -f tsim/valgrind/checkError1.sim ./test.sh -f tsim/sync/3Replica1VgElect.sim
# ./test.sh -f tsim/valgrind/checkError2.sim ./test.sh -f tsim/sync/3Replica5VgElect.sim
# ./test.sh -f tsim/valgrind/checkError3.sim ./test.sh -f tsim/sync/oneReplica1VgElect.sim
# ./test.sh -f tsim/valgrind/checkError4.sim ./test.sh -f tsim/sync/oneReplica5VgElect.sim
# ./test.sh -f tsim/valgrind/checkError5.sim
# ./test.sh -f tsim/valgrind/checkError6.sim
# ./test.sh -f tsim/valgrind/checkError7.sim
# ./test.sh -f tsim/valgrind/checkError8.sim
# ./test.sh -f tsim/valgrind/checkUdf.sim
# # --- vnode ---- # --- catalog ----
# # unsupport ./test.sh -f tsim/vnode/replica3_basic.sim ./test.sh -f tsim/catalog/alterInCurrent.sim
# # unsupport ./test.sh -f tsim/vnode/replica3_repeat.sim
# # unsupport ./test.sh -f tsim/vnode/replica3_vgroup.sim
# # unsupport ./test.sh -f tsim/vnode/replica3_many.sim
# # unsupport ./test.sh -f tsim/vnode/replica3_import.sim
# # unsupport ./test.sh -f tsim/vnode/stable_balance_replica1.sim
# # unsupport ./test.sh -f tsim/vnode/stable_dnode2_stop.sim
# ./test.sh -f tsim/vnode/stable_dnode2.sim
# ./test.sh -f tsim/vnode/stable_dnode3.sim
# ./test.sh -f tsim/vnode/stable_replica3_dnode6.sim
# ./test.sh -f tsim/vnode/stable_replica3_vnode3.sim
# # --- sync # --- scalar ----
# ./test.sh -f tsim/sync/3Replica1VgElect.sim ./test.sh -f tsim/scalar/in.sim
# ./test.sh -f tsim/sync/3Replica5VgElect.sim ./test.sh -f tsim/scalar/scalar.sim
# ./test.sh -f tsim/sync/oneReplica1VgElect.sim ./test.sh -f tsim/scalar/filter.sim
# ./test.sh -f tsim/sync/oneReplica5VgElect.sim ./test.sh -f tsim/scalar/caseWhen.sim
# # --- catalog ---- # ---- alter ----
# ./test.sh -f tsim/catalog/alterInCurrent.sim ./test.sh -f tsim/alter/cached_schema_after_alter.sim
./test.sh -f tsim/alter/dnode.sim
./test.sh -f tsim/alter/table.sim
# # --- scalar ---- # ---- cache ----
# ./test.sh -f tsim/scalar/in.sim ./test.sh -f tsim/cache/new_metrics.sim
# ./test.sh -f tsim/scalar/scalar.sim ./test.sh -f tsim/cache/restart_table.sim
# ./test.sh -f tsim/scalar/filter.sim ./test.sh -f tsim/cache/restart_metrics.sim
# ./test.sh -f tsim/scalar/caseWhen.sim
# # ---- alter ---- # ---- column ----
# ./test.sh -f tsim/alter/cached_schema_after_alter.sim ./test.sh -f tsim/column/commit.sim
# ./test.sh -f tsim/alter/dnode.sim ./test.sh -f tsim/column/metrics.sim
# ./test.sh -f tsim/alter/table.sim ./test.sh -f tsim/column/table.sim
# # ---- cache ---- # ---- compress ----
# ./test.sh -f tsim/cache/new_metrics.sim ./test.sh -f tsim/compress/commitlog.sim
# ./test.sh -f tsim/cache/restart_table.sim ./test.sh -f tsim/compress/compress2.sim
# ./test.sh -f tsim/cache/restart_metrics.sim ./test.sh -f tsim/compress/compress.sim
./test.sh -f tsim/compress/uncompress.sim
# # ---- column ---- # ---- compute ----
# ./test.sh -f tsim/column/commit.sim ./test.sh -f tsim/compute/avg.sim
# ./test.sh -f tsim/column/metrics.sim ./test.sh -f tsim/compute/block_dist.sim
# ./test.sh -f tsim/column/table.sim ./test.sh -f tsim/compute/bottom.sim
./test.sh -f tsim/compute/count.sim
./test.sh -f tsim/compute/diff.sim
./test.sh -f tsim/compute/diff2.sim
./test.sh -f tsim/compute/first.sim
./test.sh -f tsim/compute/interval.sim
./test.sh -f tsim/compute/last_row.sim
./test.sh -f tsim/compute/last.sim
./test.sh -f tsim/compute/leastsquare.sim
./test.sh -f tsim/compute/max.sim
./test.sh -f tsim/compute/min.sim
./test.sh -f tsim/compute/null.sim
./test.sh -f tsim/compute/percentile.sim
./test.sh -f tsim/compute/stddev.sim
./test.sh -f tsim/compute/sum.sim
./test.sh -f tsim/compute/top.sim
# # ---- compress ---- # ---- field ----
# ./test.sh -f tsim/compress/commitlog.sim ./test.sh -f tsim/field/2.sim
# ./test.sh -f tsim/compress/compress2.sim ./test.sh -f tsim/field/3.sim
# ./test.sh -f tsim/compress/compress.sim ./test.sh -f tsim/field/4.sim
# ./test.sh -f tsim/compress/uncompress.sim ./test.sh -f tsim/field/5.sim
./test.sh -f tsim/field/6.sim
./test.sh -f tsim/field/binary.sim
./test.sh -f tsim/field/bigint.sim
./test.sh -f tsim/field/bool.sim
./test.sh -f tsim/field/double.sim
./test.sh -f tsim/field/float.sim
./test.sh -f tsim/field/int.sim
./test.sh -f tsim/field/single.sim
./test.sh -f tsim/field/smallint.sim
./test.sh -f tsim/field/tinyint.sim
./test.sh -f tsim/field/unsigined_bigint.sim
# # ---- compute ---- # ---- vector ----
# ./test.sh -f tsim/compute/avg.sim ./test.sh -f tsim/vector/metrics_field.sim
# ./test.sh -f tsim/compute/block_dist.sim ./test.sh -f tsim/vector/metrics_mix.sim
# ./test.sh -f tsim/compute/bottom.sim ./test.sh -f tsim/vector/metrics_query.sim
# ./test.sh -f tsim/compute/count.sim ./test.sh -f tsim/vector/metrics_tag.sim
# ./test.sh -f tsim/compute/diff.sim ./test.sh -f tsim/vector/metrics_time.sim
# ./test.sh -f tsim/compute/diff2.sim ./test.sh -f tsim/vector/multi.sim
# ./test.sh -f tsim/compute/first.sim ./test.sh -f tsim/vector/single.sim
# ./test.sh -f tsim/compute/interval.sim ./test.sh -f tsim/vector/table_field.sim
# ./test.sh -f tsim/compute/last_row.sim ./test.sh -f tsim/vector/table_mix.sim
# ./test.sh -f tsim/compute/last.sim ./test.sh -f tsim/vector/table_query.sim
# ./test.sh -f tsim/compute/leastsquare.sim ./test.sh -f tsim/vector/table_time.sim
# ./test.sh -f tsim/compute/max.sim
# ./test.sh -f tsim/compute/min.sim
# ./test.sh -f tsim/compute/null.sim
# ./test.sh -f tsim/compute/percentile.sim
# ./test.sh -f tsim/compute/stddev.sim
# ./test.sh -f tsim/compute/sum.sim
# ./test.sh -f tsim/compute/top.sim
# # ---- field ---- # ---- wal ----
# ./test.sh -f tsim/field/2.sim ./test.sh -f tsim/wal/kill.sim
# ./test.sh -f tsim/field/3.sim
# ./test.sh -f tsim/field/4.sim
# ./test.sh -f tsim/field/5.sim
# ./test.sh -f tsim/field/6.sim
# ./test.sh -f tsim/field/binary.sim
# ./test.sh -f tsim/field/bigint.sim
# ./test.sh -f tsim/field/bool.sim
# ./test.sh -f tsim/field/double.sim
# ./test.sh -f tsim/field/float.sim
# ./test.sh -f tsim/field/int.sim
# ./test.sh -f tsim/field/single.sim
# ./test.sh -f tsim/field/smallint.sim
# ./test.sh -f tsim/field/tinyint.sim
# ./test.sh -f tsim/field/unsigined_bigint.sim
# # ---- vector ---- # ---- tag ----
# ./test.sh -f tsim/vector/metrics_field.sim ./test.sh -f tsim/tag/3.sim
# ./test.sh -f tsim/vector/metrics_mix.sim ./test.sh -f tsim/tag/4.sim
# ./test.sh -f tsim/vector/metrics_query.sim ./test.sh -f tsim/tag/5.sim
# ./test.sh -f tsim/vector/metrics_tag.sim ./test.sh -f tsim/tag/6.sim
# ./test.sh -f tsim/vector/metrics_time.sim ./test.sh -f tsim/tag/add.sim
# ./test.sh -f tsim/vector/multi.sim ./test.sh -f tsim/tag/bigint.sim
# ./test.sh -f tsim/vector/single.sim ./test.sh -f tsim/tag/binary_binary.sim
# ./test.sh -f tsim/vector/table_field.sim ./test.sh -f tsim/tag/binary.sim
# ./test.sh -f tsim/vector/table_mix.sim ./test.sh -f tsim/tag/bool_binary.sim
# ./test.sh -f tsim/vector/table_query.sim ./test.sh -f tsim/tag/bool_int.sim
# ./test.sh -f tsim/vector/table_time.sim ./test.sh -f tsim/tag/bool.sim
./test.sh -f tsim/tag/change.sim
./test.sh -f tsim/tag/column.sim
./test.sh -f tsim/tag/commit.sim
./test.sh -f tsim/tag/create.sim
./test.sh -f tsim/tag/delete.sim
./test.sh -f tsim/tag/double.sim
./test.sh -f tsim/tag/filter.sim
./test.sh -f tsim/tag/float.sim
./test.sh -f tsim/tag/int_binary.sim
./test.sh -f tsim/tag/int_float.sim
./test.sh -f tsim/tag/int.sim
./test.sh -f tsim/tag/set.sim
./test.sh -f tsim/tag/smallint.sim
./test.sh -f tsim/tag/tinyint.sim
./test.sh -f tsim/tag/drop_tag.sim
# # ---- wal ----
# ./test.sh -f tsim/wal/kill.sim
# # ---- tag ---- #======================b1-end===============
# ./test.sh -f tsim/tag/3.sim
# ./test.sh -f tsim/tag/4.sim
# ./test.sh -f tsim/tag/5.sim
# ./test.sh -f tsim/tag/6.sim
# ./test.sh -f tsim/tag/add.sim
# ./test.sh -f tsim/tag/bigint.sim
# ./test.sh -f tsim/tag/binary_binary.sim
# ./test.sh -f tsim/tag/binary.sim
# ./test.sh -f tsim/tag/bool_binary.sim
# ./test.sh -f tsim/tag/bool_int.sim
# ./test.sh -f tsim/tag/bool.sim
# ./test.sh -f tsim/tag/change.sim
# ./test.sh -f tsim/tag/column.sim
# ./test.sh -f tsim/tag/commit.sim
# ./test.sh -f tsim/tag/create.sim
# ./test.sh -f tsim/tag/delete.sim
# ./test.sh -f tsim/tag/double.sim
# ./test.sh -f tsim/tag/filter.sim
# ./test.sh -f tsim/tag/float.sim
# ./test.sh -f tsim/tag/int_binary.sim
# ./test.sh -f tsim/tag/int_float.sim
# ./test.sh -f tsim/tag/int.sim
# ./test.sh -f tsim/tag/set.sim
# ./test.sh -f tsim/tag/smallint.sim
# ./test.sh -f tsim/tag/tinyint.sim
# #======================b1-end===============

File diff suppressed because it is too large Load Diff