Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
8cc57a6b
T
TDengine
项目概览
taosdata
/
TDengine
大约 2 年 前同步成功
通知
1192
Star
22018
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
8cc57a6b
编写于
10月 19, 2022
作者:
haoranc
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
test:temp test
上级
cbfc9872
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
1039 addition
and
1039 deletion
+1039
-1039
tests/parallel_test/run_container.sh
tests/parallel_test/run_container.sh
+1
-1
tests/script/jenkins/basic.txt
tests/script/jenkins/basic.txt
+457
-457
tests/system-test/fulltest.sh
tests/system-test/fulltest.sh
+581
-581
未找到文件。
tests/parallel_test/run_container.sh
浏览文件 @
8cc57a6b
...
...
@@ -109,7 +109,7 @@ docker run \
-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/taosrest:/usr/local/lib/python3.8/site-packages/taosrest:ro
\
--
rm
--
ulimit
core
=
-1
taos_test:v1.0
$CONTAINER_TESTDIR
/tests/parallel_test/run_case.sh
-d
"
$exec_dir
"
-c
"
$cmd
"
$extra_param
--ulimit
core
=
-1
taos_test:v1.0
$CONTAINER_TESTDIR
/tests/parallel_test/run_case.sh
-d
"
$exec_dir
"
-c
"
$cmd
"
$extra_param
ret
=
$?
exit
$ret
tests/script/jenkins/basic.txt
浏览文件 @
8cc57a6b
#======================b1-start===============
# ---- user ----
./test.sh -f tsim/user/basic.sim
./test.sh -f tsim/user/password.sim
./test.sh -f tsim/user/privilege_db.sim
./test.sh -f tsim/user/privilege_sysinfo.sim
# ---- db ----
./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_31.sim
./test.sh -f tsim/db/basic1.sim
./test.sh -f tsim/db/basic2.sim
./test.sh -f tsim/db/basic3.sim
./test.sh -f tsim/db/basic4.sim
./test.sh -f tsim/db/basic5.sim
./test.sh -f tsim/db/basic6.sim
./test.sh -f tsim/db/commit.sim
./test.sh -f tsim/db/create_all_options.sim
./test.sh -f tsim/db/delete_reuse1.sim
./test.sh -f tsim/db/delete_reuse2.sim
./test.sh -f tsim/db/delete_reusevnode.sim
./test.sh -f tsim/db/delete_reusevnode2.sim
./test.sh -f tsim/db/delete_writing1.sim
./test.sh -f tsim/db/delete_writing2.sim
# unsupport ./test.sh -f tsim/db/dropdnodes.sim
./test.sh -f tsim/db/error1.sim
./test.sh -f tsim/db/keep.sim
./test.sh -f tsim/db/len.sim
./test.sh -f tsim/db/repeat.sim
./test.sh -f tsim/db/show_create_db.sim
./test.sh -f tsim/db/show_create_table.sim
./test.sh -f tsim/db/tables.sim
./test.sh -f tsim/db/taosdlog.sim
# ---- dnode
# unsupport ./test.sh -f tsim/dnode/balance_replica1.sim
# unsupport ./test.sh -f tsim/dnode/balance_replica3.sim
# unsupport ./test.sh -f tsim/dnode/balance1.sim
# unsupport ./test.sh -f tsim/dnode/balance2.sim
# unsupport ./test.sh -f tsim/dnode/balance3.sim
# unsupport ./test.sh -f tsim/dnode/balancex.sim
./test.sh -f tsim/dnode/create_dnode.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_vnode_replica1.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_replica3.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_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_v2.sim
# unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim
# unsupport ./test.sh -f tsim/dnode/vnode_clean.sim
./test.sh -f tsim/dnode/use_dropped_dnode.sim
# ---- import ----
./test.sh -f tsim/import/basic.sim
./test.sh -f tsim/import/commit.sim
./test.sh -f tsim/import/large.sim
./test.sh -f tsim/import/replica1.sim
# ---- insert ----
./test.sh -f tsim/insert/backquote.sim
./test.sh -f tsim/insert/basic.sim
./test.sh -f tsim/insert/basic0.sim
./test.sh -f tsim/insert/basic1.sim
./test.sh -f tsim/insert/basic2.sim
./test.sh -f tsim/insert/commit-merge0.sim
./test.sh -f tsim/insert/insert_drop.sim
./test.sh -f tsim/insert/insert_select.sim
./test.sh -f tsim/insert/null.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_block2_file.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_multi_file.sim
./test.sh -f tsim/insert/tcp.sim
./test.sh -f tsim/insert/update0.sim
./test.sh -f tsim/insert/update1_sort_merge.sim
# ---- parser ----
./test.sh -f tsim/parser/alter__for_community_version.sim
./test.sh -f tsim/parser/alter_column.sim
./test.sh -f tsim/parser/alter_stable.sim
./test.sh -f tsim/parser/alter.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.sim
./test.sh -f tsim/parser/between_and.sim
./test.sh -f tsim/parser/binary_escapeCharacter.sim
./test.sh -f tsim/parser/col_arithmetic_operation.sim
./test.sh -f tsim/parser/columnValue_bigint.sim
./test.sh -f tsim/parser/columnValue_bool.sim
./test.sh -f tsim/parser/columnValue_double.sim
./test.sh -f tsim/parser/columnValue_float.sim
./test.sh -f tsim/parser/columnValue_int.sim
./test.sh -f tsim/parser/columnValue_smallint.sim
./test.sh -f tsim/parser/columnValue_tinyint.sim
./test.sh -f tsim/parser/columnValue_unsign.sim
./test.sh -f tsim/parser/commit.sim
./test.sh -f tsim/parser/condition.sim
./test.sh -f tsim/parser/constCol.sim
./test.sh -f tsim/parser/create_db.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.sim
./test.sh -f tsim/parser/dbtbnameValidate.sim
./test.sh -f tsim/parser/distinct.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.sim
./test.sh -f tsim/parser/first_last.sim
./test.sh -f tsim/parser/fourArithmetic-basic.sim
./test.sh -f tsim/parser/function.sim
./test.sh -f tsim/parser/groupby-basic.sim
./test.sh -f tsim/parser/groupby.sim
./test.sh -f tsim/parser/having_child.sim
./test.sh -f tsim/parser/having.sim
./test.sh -f tsim/parser/import_commit1.sim
./test.sh -f tsim/parser/import_commit2.sim
./test.sh -f tsim/parser/import_commit3.sim
./test.sh -f tsim/parser/import_file.sim
./test.sh -f tsim/parser/import.sim
./test.sh -f tsim/parser/insert_multiTbl.sim
./test.sh -f tsim/parser/insert_tb.sim
# TD-18293 ./test.sh -f tsim/parser/interp.sim
./test.sh -f tsim/parser/join_manyblocks.sim
./test.sh -f tsim/parser/join_multitables.sim
./test.sh -f tsim/parser/join_multivnode.sim
./test.sh -f tsim/parser/join.sim
./test.sh -f tsim/parser/last_cache.sim
./test.sh -f tsim/parser/last_groupby.sim
./test.sh -f tsim/parser/lastrow.sim
./test.sh -f tsim/parser/lastrow2.sim
./test.sh -f tsim/parser/like.sim
./test.sh -f tsim/parser/limit.sim
./test.sh -f tsim/parser/limit1.sim
# TD-17623 ./test.sh -f tsim/parser/limit2.sim
./test.sh -f tsim/parser/mixed_blocks.sim
./test.sh -f tsim/parser/nchar.sim
./test.sh -f tsim/parser/nestquery.sim
./test.sh -f tsim/parser/null_char.sim
./test.sh -f tsim/parser/precision_ns.sim
./test.sh -f tsim/parser/projection_limit_offset.sim
./test.sh -f tsim/parser/regex.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_from_cache_disk.sim
./test.sh -f tsim/parser/select_with_tags.sim
./test.sh -f tsim/parser/selectResNum.sim
./test.sh -f tsim/parser/set_tag_vals.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/slimit_alter_tags.sim
./test.sh -f tsim/parser/slimit.sim
./test.sh -f tsim/parser/slimit1.sim
./test.sh -f tsim/parser/stableOp.sim
./test.sh -f tsim/parser/tags_dynamically_specifiy.sim
./test.sh -f tsim/parser/tags_filter.sim
./test.sh -f tsim/parser/tbnameIn.sim
./test.sh -f tsim/parser/timestamp.sim
./test.sh -f tsim/parser/top_groupby.sim
./test.sh -f tsim/parser/topbot.sim
./test.sh -f tsim/parser/union.sim
./test.sh -f tsim/parser/union_sysinfo.sim
./test.sh -f tsim/parser/where.sim
# ---- query ----
./test.sh -f tsim/query/charScalarFunction.sim
./test.sh -f tsim/query/explain.sim
./test.sh -f tsim/query/interval-offset.sim
./test.sh -f tsim/query/interval.sim
./test.sh -f tsim/query/scalarFunction.sim
./test.sh -f tsim/query/scalarNull.sim
./test.sh -f tsim/query/session.sim
./test.sh -f tsim/query/udf.sim
# ---- qnode
./test.sh -f tsim/qnode/basic1.sim
# ---- snode ----
# unsupport ./test.sh -f tsim/snode/basic1.sim
# ---- bnode
./test.sh -f tsim/bnode/basic1.sim
# ---- mnode
./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
# ---- show ----
./test.sh -f tsim/show/basic.sim
# ---- table ----
./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
# ---- stream
./test.sh -f tsim/stream/basic0.sim
./test.sh -f tsim/stream/basic1.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 ----
./test.sh -f tsim/trans/lossdata1.sim
./test.sh -f tsim/trans/create_db.sim
# ---- tmq
./test.sh -f tsim/tmq/basic1.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
# --- stable ----
./test.sh -f tsim/stable/alter_comment.sim
./test.sh -f tsim/stable/alter_count.sim
./test.sh -f tsim/stable/alter_import.sim
./test.sh -f tsim/stable/alter_insert1.sim
./test.sh -f tsim/stable/alter_insert2.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
./test.sh -f tsim/user/basic.sim -m
./test.sh -f tsim/db/basic3.sim -m
./test.sh -f tsim/db/error1.sim -m
./test.sh -f tsim/insert/backquote.sim -m
# unsupport ./test.sh -f tsim/parser/fourArithmetic-basic.sim -m
./test.sh -f tsim/query/interval-offset.sim -m
# unsupport ./test.sh -f tsim/tmq/basic3.sim -m
./test.sh -f tsim/stable/vnode3.sim -m
./test.sh -f tsim/qnode/basic1.sim -m
# unsupport ./test.sh -f tsim/mnode/basic1.sim -m
# --- sma
./test.sh -f tsim/sma/drop_sma.sim
./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim
# temp disable
./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim
# --- valgrind ----
./test.sh -f tsim/valgrind/checkError1.sim
./test.sh -f tsim/valgrind/checkError2.sim
./test.sh -f tsim/valgrind/checkError3.sim
./test.sh -f tsim/valgrind/checkError4.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 ----
# unsupport ./test.sh -f tsim/vnode/replica3_basic.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
./test.sh -f tsim/sync/3Replica1VgElect.sim
./test.sh -f tsim/sync/3Replica5VgElect.sim
./test.sh -f tsim/sync/oneReplica1VgElect.sim
./test.sh -f tsim/sync/oneReplica5VgElect.sim
# --- catalog ----
./test.sh -f tsim/catalog/alterInCurrent.sim
# --- scalar ----
./test.sh -f tsim/scalar/in.sim
./test.sh -f tsim/scalar/scalar.sim
./test.sh -f tsim/scalar/filter.sim
./test.sh -f tsim/scalar/caseWhen.sim
# ---- alter ----
./test.sh -f tsim/alter/cached_schema_after_alter.sim
./test.sh -f tsim/alter/dnode.sim
./test.sh -f tsim/alter/table.sim
# ---- cache ----
./test.sh -f tsim/cache/new_metrics.sim
./test.sh -f tsim/cache/restart_table.sim
./test.sh -f tsim/cache/restart_metrics.sim
# ---- column ----
./test.sh -f tsim/column/commit.sim
./test.sh -f tsim/column/metrics.sim
./test.sh -f tsim/column/table.sim
# ---- compress ----
./test.sh -f tsim/compress/commitlog.sim
./test.sh -f tsim/compress/compress2.sim
./test.sh -f tsim/compress/compress.sim
./test.sh -f tsim/compress/uncompress.sim
# ---- compute ----
./test.sh -f tsim/compute/avg.sim
./test.sh -f tsim/compute/block_dist.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
# ---- field ----
./test.sh -f tsim/field/2.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 ----
./test.sh -f tsim/vector/metrics_field.sim
./test.sh -f tsim/vector/metrics_mix.sim
./test.sh -f tsim/vector/metrics_query.sim
./test.sh -f tsim/vector/metrics_tag.sim
./test.sh -f tsim/vector/metrics_time.sim
./test.sh -f tsim/vector/multi.sim
./test.sh -f tsim/vector/single.sim
./test.sh -f tsim/vector/table_field.sim
./test.sh -f tsim/vector/table_mix.sim
./test.sh -f tsim/vector/table_query.sim
./test.sh -f tsim/vector/table_time.sim
# ---- wal ----
./test.sh -f tsim/wal/kill.sim
# ---- tag ----
./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===============
#
#
======================b1-start===============
#
#
---- user ----
#
./test.sh -f tsim/user/basic.sim
#
./test.sh -f tsim/user/password.sim
#
./test.sh -f tsim/user/privilege_db.sim
#
./test.sh -f tsim/user/privilege_sysinfo.sim
#
#
---- db ----
#
./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_31.sim
#
./test.sh -f tsim/db/basic1.sim
#
./test.sh -f tsim/db/basic2.sim
#
./test.sh -f tsim/db/basic3.sim
#
./test.sh -f tsim/db/basic4.sim
#
./test.sh -f tsim/db/basic5.sim
#
./test.sh -f tsim/db/basic6.sim
#
./test.sh -f tsim/db/commit.sim
#
./test.sh -f tsim/db/create_all_options.sim
#
./test.sh -f tsim/db/delete_reuse1.sim
#
./test.sh -f tsim/db/delete_reuse2.sim
#
./test.sh -f tsim/db/delete_reusevnode.sim
#
./test.sh -f tsim/db/delete_reusevnode2.sim
#
./test.sh -f tsim/db/delete_writing1.sim
#
./test.sh -f tsim/db/delete_writing2.sim
#
#
unsupport ./test.sh -f tsim/db/dropdnodes.sim
#
./test.sh -f tsim/db/error1.sim
#
./test.sh -f tsim/db/keep.sim
#
./test.sh -f tsim/db/len.sim
#
./test.sh -f tsim/db/repeat.sim
#
./test.sh -f tsim/db/show_create_db.sim
#
./test.sh -f tsim/db/show_create_table.sim
#
./test.sh -f tsim/db/tables.sim
#
./test.sh -f tsim/db/taosdlog.sim
#
#
---- dnode
#
#
unsupport ./test.sh -f tsim/dnode/balance_replica1.sim
#
#
unsupport ./test.sh -f tsim/dnode/balance_replica3.sim
#
#
unsupport ./test.sh -f tsim/dnode/balance1.sim
#
#
unsupport ./test.sh -f tsim/dnode/balance2.sim
#
#
unsupport ./test.sh -f tsim/dnode/balance3.sim
#
#
unsupport ./test.sh -f tsim/dnode/balancex.sim
#
./test.sh -f tsim/dnode/create_dnode.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_vnode_replica1.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_replica3.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_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_v2.sim
#
#
unsupport ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim
#
#
unsupport ./test.sh -f tsim/dnode/vnode_clean.sim
#
./test.sh -f tsim/dnode/use_dropped_dnode.sim
#
#
---- import ----
#
./test.sh -f tsim/import/basic.sim
#
./test.sh -f tsim/import/commit.sim
#
./test.sh -f tsim/import/large.sim
#
./test.sh -f tsim/import/replica1.sim
#
#
---- insert ----
#
./test.sh -f tsim/insert/backquote.sim
#
./test.sh -f tsim/insert/basic.sim
#
./test.sh -f tsim/insert/basic0.sim
#
./test.sh -f tsim/insert/basic1.sim
#
./test.sh -f tsim/insert/basic2.sim
#
./test.sh -f tsim/insert/commit-merge0.sim
#
./test.sh -f tsim/insert/insert_drop.sim
#
./test.sh -f tsim/insert/insert_select.sim
#
./test.sh -f tsim/insert/null.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_block2_file.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_multi_file.sim
#
./test.sh -f tsim/insert/tcp.sim
#
./test.sh -f tsim/insert/update0.sim
#
./test.sh -f tsim/insert/update1_sort_merge.sim
#
#
---- parser ----
#
./test.sh -f tsim/parser/alter__for_community_version.sim
#
./test.sh -f tsim/parser/alter_column.sim
#
./test.sh -f tsim/parser/alter_stable.sim
#
./test.sh -f tsim/parser/alter.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.sim
#
./test.sh -f tsim/parser/between_and.sim
#
./test.sh -f tsim/parser/binary_escapeCharacter.sim
#
./test.sh -f tsim/parser/col_arithmetic_operation.sim
#
./test.sh -f tsim/parser/columnValue_bigint.sim
#
./test.sh -f tsim/parser/columnValue_bool.sim
#
./test.sh -f tsim/parser/columnValue_double.sim
#
./test.sh -f tsim/parser/columnValue_float.sim
#
./test.sh -f tsim/parser/columnValue_int.sim
#
./test.sh -f tsim/parser/columnValue_smallint.sim
#
./test.sh -f tsim/parser/columnValue_tinyint.sim
#
./test.sh -f tsim/parser/columnValue_unsign.sim
#
./test.sh -f tsim/parser/commit.sim
#
./test.sh -f tsim/parser/condition.sim
#
./test.sh -f tsim/parser/constCol.sim
#
./test.sh -f tsim/parser/create_db.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.sim
#
./test.sh -f tsim/parser/dbtbnameValidate.sim
#
./test.sh -f tsim/parser/distinct.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.sim
#
./test.sh -f tsim/parser/first_last.sim
#
./test.sh -f tsim/parser/fourArithmetic-basic.sim
#
./test.sh -f tsim/parser/function.sim
#
./test.sh -f tsim/parser/groupby-basic.sim
#
./test.sh -f tsim/parser/groupby.sim
#
./test.sh -f tsim/parser/having_child.sim
#
./test.sh -f tsim/parser/having.sim
#
./test.sh -f tsim/parser/import_commit1.sim
#
./test.sh -f tsim/parser/import_commit2.sim
#
./test.sh -f tsim/parser/import_commit3.sim
#
./test.sh -f tsim/parser/import_file.sim
#
./test.sh -f tsim/parser/import.sim
#
./test.sh -f tsim/parser/insert_multiTbl.sim
#
./test.sh -f tsim/parser/insert_tb.sim
#
#
TD-18293 ./test.sh -f tsim/parser/interp.sim
#
./test.sh -f tsim/parser/join_manyblocks.sim
#
./test.sh -f tsim/parser/join_multitables.sim
#
./test.sh -f tsim/parser/join_multivnode.sim
#
./test.sh -f tsim/parser/join.sim
#
./test.sh -f tsim/parser/last_cache.sim
#
./test.sh -f tsim/parser/last_groupby.sim
#
./test.sh -f tsim/parser/lastrow.sim
#
./test.sh -f tsim/parser/lastrow2.sim
#
./test.sh -f tsim/parser/like.sim
#
./test.sh -f tsim/parser/limit.sim
#
./test.sh -f tsim/parser/limit1.sim
#
#
TD-17623 ./test.sh -f tsim/parser/limit2.sim
#
./test.sh -f tsim/parser/mixed_blocks.sim
#
./test.sh -f tsim/parser/nchar.sim
#
./test.sh -f tsim/parser/nestquery.sim
#
./test.sh -f tsim/parser/null_char.sim
#
./test.sh -f tsim/parser/precision_ns.sim
#
./test.sh -f tsim/parser/projection_limit_offset.sim
#
./test.sh -f tsim/parser/regex.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_from_cache_disk.sim
#
./test.sh -f tsim/parser/select_with_tags.sim
#
./test.sh -f tsim/parser/selectResNum.sim
#
./test.sh -f tsim/parser/set_tag_vals.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/slimit_alter_tags.sim
#
./test.sh -f tsim/parser/slimit.sim
#
./test.sh -f tsim/parser/slimit1.sim
#
./test.sh -f tsim/parser/stableOp.sim
#
./test.sh -f tsim/parser/tags_dynamically_specifiy.sim
#
./test.sh -f tsim/parser/tags_filter.sim
#
./test.sh -f tsim/parser/tbnameIn.sim
#
./test.sh -f tsim/parser/timestamp.sim
#
./test.sh -f tsim/parser/top_groupby.sim
#
./test.sh -f tsim/parser/topbot.sim
#
./test.sh -f tsim/parser/union.sim
#
./test.sh -f tsim/parser/union_sysinfo.sim
#
./test.sh -f tsim/parser/where.sim
#
#
---- query ----
#
./test.sh -f tsim/query/charScalarFunction.sim
#
./test.sh -f tsim/query/explain.sim
#
./test.sh -f tsim/query/interval-offset.sim
#
./test.sh -f tsim/query/interval.sim
#
./test.sh -f tsim/query/scalarFunction.sim
#
./test.sh -f tsim/query/scalarNull.sim
#
./test.sh -f tsim/query/session.sim
#
./test.sh -f tsim/query/udf.sim
#
#
---- qnode
#
./test.sh -f tsim/qnode/basic1.sim
#
#
---- snode ----
#
#
unsupport ./test.sh -f tsim/snode/basic1.sim
#
#
---- bnode
#
./test.sh -f tsim/bnode/basic1.sim
#
#
---- mnode
#
./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
#
#
---- show ----
#
./test.sh -f tsim/show/basic.sim
#
#
---- table ----
#
./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
#
#
---- stream
#
./test.sh -f tsim/stream/basic0.sim
#
./test.sh -f tsim/stream/basic1.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 ----
#
./test.sh -f tsim/trans/lossdata1.sim
#
./test.sh -f tsim/trans/create_db.sim
#
#
---- tmq
#
./test.sh -f tsim/tmq/basic1.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
#
#
--- stable ----
#
./test.sh -f tsim/stable/alter_comment.sim
#
./test.sh -f tsim/stable/alter_count.sim
#
./test.sh -f tsim/stable/alter_import.sim
#
./test.sh -f tsim/stable/alter_insert1.sim
#
./test.sh -f tsim/stable/alter_insert2.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
#
./test.sh -f tsim/user/basic.sim -m
#
./test.sh -f tsim/db/basic3.sim -m
#
./test.sh -f tsim/db/error1.sim -m
#
./test.sh -f tsim/insert/backquote.sim -m
#
#
unsupport ./test.sh -f tsim/parser/fourArithmetic-basic.sim -m
#
./test.sh -f tsim/query/interval-offset.sim -m
#
#
unsupport ./test.sh -f tsim/tmq/basic3.sim -m
#
./test.sh -f tsim/stable/vnode3.sim -m
#
./test.sh -f tsim/qnode/basic1.sim -m
#
#
unsupport ./test.sh -f tsim/mnode/basic1.sim -m
#
#
--- sma
#
./test.sh -f tsim/sma/drop_sma.sim
#
./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim
#
#
temp disable
#
./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
#
./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim
#
#
--- valgrind ----
#
./test.sh -f tsim/valgrind/checkError1.sim
#
./test.sh -f tsim/valgrind/checkError2.sim
#
./test.sh -f tsim/valgrind/checkError3.sim
#
./test.sh -f tsim/valgrind/checkError4.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 ----
#
#
unsupport ./test.sh -f tsim/vnode/replica3_basic.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
#
./test.sh -f tsim/sync/3Replica1VgElect.sim
#
./test.sh -f tsim/sync/3Replica5VgElect.sim
#
./test.sh -f tsim/sync/oneReplica1VgElect.sim
#
./test.sh -f tsim/sync/oneReplica5VgElect.sim
#
#
--- catalog ----
#
./test.sh -f tsim/catalog/alterInCurrent.sim
#
#
--- scalar ----
#
./test.sh -f tsim/scalar/in.sim
#
./test.sh -f tsim/scalar/scalar.sim
#
./test.sh -f tsim/scalar/filter.sim
#
./test.sh -f tsim/scalar/caseWhen.sim
#
#
---- alter ----
#
./test.sh -f tsim/alter/cached_schema_after_alter.sim
#
./test.sh -f tsim/alter/dnode.sim
#
./test.sh -f tsim/alter/table.sim
#
#
---- cache ----
#
./test.sh -f tsim/cache/new_metrics.sim
#
./test.sh -f tsim/cache/restart_table.sim
#
./test.sh -f tsim/cache/restart_metrics.sim
#
#
---- column ----
#
./test.sh -f tsim/column/commit.sim
#
./test.sh -f tsim/column/metrics.sim
#
./test.sh -f tsim/column/table.sim
#
#
---- compress ----
#
./test.sh -f tsim/compress/commitlog.sim
#
./test.sh -f tsim/compress/compress2.sim
#
./test.sh -f tsim/compress/compress.sim
#
./test.sh -f tsim/compress/uncompress.sim
#
#
---- compute ----
#
./test.sh -f tsim/compute/avg.sim
#
./test.sh -f tsim/compute/block_dist.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
#
#
---- field ----
#
./test.sh -f tsim/field/2.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 ----
#
./test.sh -f tsim/vector/metrics_field.sim
#
./test.sh -f tsim/vector/metrics_mix.sim
#
./test.sh -f tsim/vector/metrics_query.sim
#
./test.sh -f tsim/vector/metrics_tag.sim
#
./test.sh -f tsim/vector/metrics_time.sim
#
./test.sh -f tsim/vector/multi.sim
#
./test.sh -f tsim/vector/single.sim
#
./test.sh -f tsim/vector/table_field.sim
#
./test.sh -f tsim/vector/table_mix.sim
#
./test.sh -f tsim/vector/table_query.sim
#
./test.sh -f tsim/vector/table_time.sim
#
#
---- wal ----
#
./test.sh -f tsim/wal/kill.sim
#
#
---- tag ----
#
./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===============
tests/system-test/fulltest.sh
浏览文件 @
8cc57a6b
...
...
@@ -2,611 +2,611 @@
set
-e
set
-x
python3 ./test.py
-f
0-others/taosShell.py
python3 ./test.py
-f
0-others/taosShellError.py
python3 ./test.py
-f
0-others/taosShellNetChk.py
python3 ./test.py
-f
0-others/telemetry.py
python3 ./test.py
-f
0-others/taosdMonitor.py
python3 ./test.py
-f
0-others/udfTest.py
python3 ./test.py
-f
0-others/udf_create.py
python3 ./test.py
-f
0-others/udf_restart_taosd.py
python3 ./test.py
-f
0-others/cachemodel.py
python3 ./test.py
-f
0-others/udf_cfg1.py
python3 ./test.py
-f
0-others/udf_cfg2.py
#
python3 ./test.py -f 0-others/taosShell.py
#
python3 ./test.py -f 0-others/taosShellError.py
#
python3 ./test.py -f 0-others/taosShellNetChk.py
#
python3 ./test.py -f 0-others/telemetry.py
#
python3 ./test.py -f 0-others/taosdMonitor.py
#
python3 ./test.py -f 0-others/udfTest.py
#
python3 ./test.py -f 0-others/udf_create.py
#
python3 ./test.py -f 0-others/udf_restart_taosd.py
#
python3 ./test.py -f 0-others/cachemodel.py
#
python3 ./test.py -f 0-others/udf_cfg1.py
#
python3 ./test.py -f 0-others/udf_cfg2.py
python3 ./test.py
-f
0-others/sysinfo.py
python3 ./test.py
-f
0-others/user_control.py
python3 ./test.py
-f
0-others/fsync.py
#
python3 ./test.py -f 0-others/sysinfo.py
#
python3 ./test.py -f 0-others/user_control.py
#
python3 ./test.py -f 0-others/fsync.py
python3 ./test.py
-f
0-others/compatibility.py
python3 ./test.py
-f
1-insert/alter_database.py
python3 ./test.py
-f
1-insert/influxdb_line_taosc_insert.py
python3 ./test.py
-f
1-insert/opentsdb_telnet_line_taosc_insert.py
python3 ./test.py
-f
1-insert/opentsdb_json_taosc_insert.py
python3 ./test.py
-f
1-insert/test_stmt_muti_insert_query.py
python3 ./test.py
-f
1-insert/test_stmt_set_tbname_tag.py
python3 ./test.py
-f
1-insert/alter_stable.py
python3 ./test.py
-f
1-insert/alter_table.py
python3 ./test.py
-f
1-insert/insertWithMoreVgroup.py
python3 ./test.py
-f
1-insert/table_comment.py
python3 ./test.py
-f
1-insert/time_range_wise.py
python3 ./test.py
-f
1-insert/block_wise.py
python3 ./test.py
-f
1-insert/create_retentions.py
python3 ./test.py
-f
1-insert/table_param_ttl.py
python3 ./test.py
-f
1-insert/mutil_stage.py
python3 ./test.py
-f
1-insert/table_param_ttl.py
-R
python3 ./test.py
-f
1-insert/update_data_muti_rows.py
python3 ./test.py
-f
1-insert/db_tb_name_check.py
python3 ./test.py
-f
1-insert/database_pre_suf.py
python3 ./test.py
-f
0-others/show.py
python3 ./test.py
-f
2-query/abs.py
python3 ./test.py
-f
2-query/abs.py
-R
python3 ./test.py
-f
2-query/and_or_for_byte.py
python3 ./test.py
-f
2-query/and_or_for_byte.py
-R
python3 ./test.py
-f
2-query/apercentile.py
python3 ./test.py
-f
2-query/apercentile.py
-R
python3 ./test.py
-f
2-query/arccos.py
python3 ./test.py
-f
2-query/arccos.py
-R
python3 ./test.py
-f
2-query/arcsin.py
python3 ./test.py
-f
2-query/arcsin.py
-R
python3 ./test.py
-f
2-query/arctan.py
python3 ./test.py
-f
2-query/arctan.py
-R
python3 ./test.py
-f
2-query/avg.py
python3 ./test.py
-f
2-query/avg.py
-R
python3 ./test.py
-f
2-query/between.py
python3 ./test.py
-f
2-query/between.py
-R
python3 ./test.py
-f
2-query/bottom.py
python3 ./test.py
-f
2-query/bottom.py
-R
python3 ./test.py
-f
2-query/cast.py
python3 ./test.py
-f
2-query/cast.py
-R
python3 ./test.py
-f
2-query/ceil.py
python3 ./test.py
-f
2-query/ceil.py
-R
python3 ./test.py
-f
2-query/char_length.py
python3 ./test.py
-f
2-query/char_length.py
-R
python3 ./test.py
-f
2-query/check_tsdb.py
python3 ./test.py
-f
2-query/check_tsdb.py
-R
python3 ./test.py
-f
2-query/concat.py
python3 ./test.py
-f
2-query/concat.py
-R
python3 ./test.py
-f
2-query/concat_ws.py
python3 ./test.py
-f
2-query/concat_ws.py
-R
python3 ./test.py
-f
2-query/concat_ws2.py
python3 ./test.py
-f
2-query/concat_ws2.py
-R
python3 ./test.py
-f
2-query/cos.py
python3 ./test.py
-f
2-query/cos.py
-R
python3 ./test.py
-f
2-query/count_partition.py
python3 ./test.py
-f
2-query/count_partition.py
-R
python3 ./test.py
-f
2-query/count.py
python3 ./test.py
-f
2-query/count.py
-R
python3 ./test.py
-f
2-query/db.py
python3 ./test.py
-f
2-query/db.py
-R
python3 ./test.py
-f
2-query/diff.py
python3 ./test.py
-f
2-query/diff.py
-R
python3 ./test.py
-f
2-query/distinct.py
python3 ./test.py
-f
2-query/distinct.py
-R
python3 ./test.py
-f
2-query/distribute_agg_apercentile.py
python3 ./test.py
-f
2-query/distribute_agg_apercentile.py
-R
python3 ./test.py
-f
2-query/distribute_agg_avg.py
python3 ./test.py
-f
2-query/distribute_agg_avg.py
-R
python3 ./test.py
-f
2-query/distribute_agg_count.py
python3 ./test.py
-f
2-query/distribute_agg_count.py
-R
python3 ./test.py
-f
2-query/distribute_agg_max.py
python3 ./test.py
-f
2-query/distribute_agg_max.py
-R
python3 ./test.py
-f
2-query/distribute_agg_min.py
python3 ./test.py
-f
2-query/distribute_agg_min.py
-R
python3 ./test.py
-f
2-query/distribute_agg_spread.py
python3 ./test.py
-f
2-query/distribute_agg_spread.py
-R
python3 ./test.py
-f
2-query/distribute_agg_stddev.py
python3 ./test.py
-f
2-query/distribute_agg_stddev.py
-R
python3 ./test.py
-f
2-query/distribute_agg_sum.py
python3 ./test.py
-f
2-query/distribute_agg_sum.py
-R
python3 ./test.py
-f
2-query/explain.py
python3 ./test.py
-f
2-query/explain.py
-R
python3 ./test.py
-f
2-query/first.py
python3 ./test.py
-f
2-query/first.py
-R
python3 ./test.py
-f
2-query/floor.py
python3 ./test.py
-f
2-query/floor.py
-R
python3 ./test.py
-f
2-query/function_null.py
python3 ./test.py
-f
2-query/function_null.py
-R
python3 ./test.py
-f
2-query/function_stateduration.py
python3 ./test.py
-f
2-query/function_stateduration.py
-R
python3 ./test.py
-f
2-query/histogram.py
python3 ./test.py
-f
2-query/histogram.py
-R
python3 ./test.py
-f
2-query/hyperloglog.py
python3 ./test.py
-f
2-query/hyperloglog.py
-R
python3 ./test.py
-f
2-query/interp.py
python3 ./test.py
-f
2-query/interp.py
-R
python3 ./test.py
-f
2-query/irate.py
python3 ./test.py
-f
2-query/irate.py
-R
python3 ./test.py
-f
2-query/join.py
python3 ./test.py
-f
2-query/join.py
-R
python3 ./test.py
-f
2-query/last_row.py
python3 ./test.py
-f
2-query/last_row.py
-R
python3 ./test.py
-f
2-query/last.py
python3 ./test.py
-f
2-query/last.py
-R
python3 ./test.py
-f
2-query/leastsquares.py
python3 ./test.py
-f
2-query/leastsquares.py
-R
python3 ./test.py
-f
2-query/length.py
python3 ./test.py
-f
2-query/length.py
-R
python3 ./test.py
-f
2-query/log.py
# python3 ./test.py -f 2-query/log.py -R
python3 ./test.py
-f
2-query/lower.py
python3 ./test.py
-f
2-query/lower.py
-R
python3 ./test.py
-f
2-query/ltrim.py
python3 ./test.py
-f
2-query/ltrim.py
-R
python3 ./test.py
-f
2-query/mavg.py
python3 ./test.py
-f
2-query/mavg.py
-R
python3 ./test.py
-f
2-query/max_partition.py
python3 ./test.py
-f
2-query/max_partition.py
-R
python3 ./test.py
-f
2-query/max.py
python3 ./test.py
-f
2-query/max.py
-R
python3 ./test.py
-f
2-query/min.py
python3 ./test.py
-f
2-query/min.py
-R
python3 ./test.py
-f
2-query/Now.py
python3 ./test.py
-f
2-query/Now.py
-R
python3 ./test.py
-f
2-query/percentile.py
python3 ./test.py
-f
2-query/percentile.py
-R
python3 ./test.py
-f
2-query/pow.py
python3 ./test.py
-f
2-query/pow.py
-R
python3 ./test.py
-f
2-query/query_cols_tags_and_or.py
python3 ./test.py
-f
2-query/query_cols_tags_and_or.py
-R
python3 ./test.py
-f
2-query/round.py
python3 ./test.py
-f
2-query/round.py
-R
python3 ./test.py
-f
2-query/rtrim.py
python3 ./test.py
-f
2-query/rtrim.py
-R
python3 ./test.py
-f
2-query/sample.py
python3 ./test.py
-f
2-query/sample.py
-R
python3 ./test.py
-f
2-query/sin.py
python3 ./test.py
-f
2-query/sin.py
-R
python3 ./test.py
-f
2-query/smaTest.py
python3 ./test.py
-f
2-query/smaTest.py
-R
python3 ./test.py
-f
2-query/sml.py
python3 ./test.py
-f
2-query/sml.py
-R
python3 ./test.py
-f
2-query/spread.py
python3 ./test.py
-f
2-query/spread.py
-R
python3 ./test.py
-f
2-query/sqrt.py
python3 ./test.py
-f
2-query/sqrt.py
-R
python3 ./test.py
-f
2-query/statecount.py
python3 ./test.py
-f
2-query/statecount.py
-R
python3 ./test.py
-f
2-query/stateduration.py
python3 ./test.py
-f
2-query/stateduration.py
-R
python3 ./test.py
-f
2-query/substr.py
python3 ./test.py
-f
2-query/substr.py
-R
python3 ./test.py
-f
2-query/sum.py
python3 ./test.py
-f
2-query/sum.py
-R
python3 ./test.py
-f
2-query/tail.py
python3 ./test.py
-f
2-query/tail.py
-R
python3 ./test.py
-f
2-query/tan.py
# python3 ./test.py -f 2-query/tan.py -R
python3 ./test.py
-f
2-query/Timediff.py
python3 ./test.py
-f
2-query/Timediff.py
-R
python3 ./test.py
-f
2-query/timetruncate.py
# python3 ./test.py -f 2-query/timetruncate.py -R
python3 ./test.py
-f
2-query/timezone.py
python3 ./test.py
-f
2-query/timezone.py
-R
python3 ./test.py
-f
2-query/To_iso8601.py
python3 ./test.py
-f
2-query/To_iso8601.py
-R
python3 ./test.py
-f
2-query/To_unixtimestamp.py
python3 ./test.py
-f
2-query/To_unixtimestamp.py
-R
python3 ./test.py
-f
2-query/Today.py
# python3 ./test.py -f 2-query/Today.py -R
python3 ./test.py
-f
2-query/top.py
python3 ./test.py
-f
2-query/top.py
-R
python3 ./test.py
-f
2-query/tsbsQuery.py
python3 ./test.py
-f
2-query/tsbsQuery.py
-R
python3 ./test.py
-f
2-query/ttl_comment.py
python3 ./test.py
-f
2-query/ttl_comment.py
-R
python3 ./test.py
-f
2-query/twa.py
python3 ./test.py
-f
2-query/twa.py
-R
python3 ./test.py
-f
2-query/union.py
python3 ./test.py
-f
2-query/union.py
-R
python3 ./test.py
-f
2-query/unique.py
python3 ./test.py
-f
2-query/unique.py
-R
python3 ./test.py
-f
2-query/upper.py
python3 ./test.py
-f
2-query/upper.py
-R
python3 ./test.py
-f
2-query/varchar.py
python3 ./test.py
-f
2-query/varchar.py
-R
#
python3 ./test.py -f 1-insert/alter_database.py
#
python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py
#
python3 ./test.py -f 1-insert/opentsdb_telnet_line_taosc_insert.py
#
python3 ./test.py -f 1-insert/opentsdb_json_taosc_insert.py
#
python3 ./test.py -f 1-insert/test_stmt_muti_insert_query.py
#
python3 ./test.py -f 1-insert/test_stmt_set_tbname_tag.py
#
python3 ./test.py -f 1-insert/alter_stable.py
#
python3 ./test.py -f 1-insert/alter_table.py
#
python3 ./test.py -f 1-insert/insertWithMoreVgroup.py
#
python3 ./test.py -f 1-insert/table_comment.py
#
python3 ./test.py -f 1-insert/time_range_wise.py
#
python3 ./test.py -f 1-insert/block_wise.py
#
python3 ./test.py -f 1-insert/create_retentions.py
#
python3 ./test.py -f 1-insert/table_param_ttl.py
#
python3 ./test.py -f 1-insert/mutil_stage.py
#
python3 ./test.py -f 1-insert/table_param_ttl.py -R
#
python3 ./test.py -f 1-insert/update_data_muti_rows.py
#
python3 ./test.py -f 1-insert/db_tb_name_check.py
#
python3 ./test.py -f 1-insert/database_pre_suf.py
#
python3 ./test.py -f 0-others/show.py
#
python3 ./test.py -f 2-query/abs.py
#
python3 ./test.py -f 2-query/abs.py -R
#
python3 ./test.py -f 2-query/and_or_for_byte.py
#
python3 ./test.py -f 2-query/and_or_for_byte.py -R
#
python3 ./test.py -f 2-query/apercentile.py
#
python3 ./test.py -f 2-query/apercentile.py -R
#
python3 ./test.py -f 2-query/arccos.py
#
python3 ./test.py -f 2-query/arccos.py -R
#
python3 ./test.py -f 2-query/arcsin.py
#
python3 ./test.py -f 2-query/arcsin.py -R
#
python3 ./test.py -f 2-query/arctan.py
#
python3 ./test.py -f 2-query/arctan.py -R
#
python3 ./test.py -f 2-query/avg.py
#
python3 ./test.py -f 2-query/avg.py -R
#
python3 ./test.py -f 2-query/between.py
#
python3 ./test.py -f 2-query/between.py -R
#
python3 ./test.py -f 2-query/bottom.py
#
python3 ./test.py -f 2-query/bottom.py -R
#
python3 ./test.py -f 2-query/cast.py
#
python3 ./test.py -f 2-query/cast.py -R
#
python3 ./test.py -f 2-query/ceil.py
#
python3 ./test.py -f 2-query/ceil.py -R
#
python3 ./test.py -f 2-query/char_length.py
#
python3 ./test.py -f 2-query/char_length.py -R
#
python3 ./test.py -f 2-query/check_tsdb.py
#
python3 ./test.py -f 2-query/check_tsdb.py -R
#
python3 ./test.py -f 2-query/concat.py
#
python3 ./test.py -f 2-query/concat.py -R
#
python3 ./test.py -f 2-query/concat_ws.py
#
python3 ./test.py -f 2-query/concat_ws.py -R
#
python3 ./test.py -f 2-query/concat_ws2.py
#
python3 ./test.py -f 2-query/concat_ws2.py -R
#
python3 ./test.py -f 2-query/cos.py
#
python3 ./test.py -f 2-query/cos.py -R
#
python3 ./test.py -f 2-query/count_partition.py
#
python3 ./test.py -f 2-query/count_partition.py -R
#
python3 ./test.py -f 2-query/count.py
#
python3 ./test.py -f 2-query/count.py -R
#
python3 ./test.py -f 2-query/db.py
#
python3 ./test.py -f 2-query/db.py -R
#
python3 ./test.py -f 2-query/diff.py
#
python3 ./test.py -f 2-query/diff.py -R
#
python3 ./test.py -f 2-query/distinct.py
#
python3 ./test.py -f 2-query/distinct.py -R
#
python3 ./test.py -f 2-query/distribute_agg_apercentile.py
#
python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R
#
python3 ./test.py -f 2-query/distribute_agg_avg.py
#
python3 ./test.py -f 2-query/distribute_agg_avg.py -R
#
python3 ./test.py -f 2-query/distribute_agg_count.py
#
python3 ./test.py -f 2-query/distribute_agg_count.py -R
#
python3 ./test.py -f 2-query/distribute_agg_max.py
#
python3 ./test.py -f 2-query/distribute_agg_max.py -R
#
python3 ./test.py -f 2-query/distribute_agg_min.py
#
python3 ./test.py -f 2-query/distribute_agg_min.py -R
#
python3 ./test.py -f 2-query/distribute_agg_spread.py
#
python3 ./test.py -f 2-query/distribute_agg_spread.py -R
#
python3 ./test.py -f 2-query/distribute_agg_stddev.py
#
python3 ./test.py -f 2-query/distribute_agg_stddev.py -R
#
python3 ./test.py -f 2-query/distribute_agg_sum.py
#
python3 ./test.py -f 2-query/distribute_agg_sum.py -R
#
python3 ./test.py -f 2-query/explain.py
#
python3 ./test.py -f 2-query/explain.py -R
#
python3 ./test.py -f 2-query/first.py
#
python3 ./test.py -f 2-query/first.py -R
#
python3 ./test.py -f 2-query/floor.py
#
python3 ./test.py -f 2-query/floor.py -R
#
python3 ./test.py -f 2-query/function_null.py
#
python3 ./test.py -f 2-query/function_null.py -R
#
python3 ./test.py -f 2-query/function_stateduration.py
#
python3 ./test.py -f 2-query/function_stateduration.py -R
#
python3 ./test.py -f 2-query/histogram.py
#
python3 ./test.py -f 2-query/histogram.py -R
#
python3 ./test.py -f 2-query/hyperloglog.py
#
python3 ./test.py -f 2-query/hyperloglog.py -R
#
python3 ./test.py -f 2-query/interp.py
#
python3 ./test.py -f 2-query/interp.py -R
#
python3 ./test.py -f 2-query/irate.py
#
python3 ./test.py -f 2-query/irate.py -R
#
python3 ./test.py -f 2-query/join.py
#
python3 ./test.py -f 2-query/join.py -R
#
python3 ./test.py -f 2-query/last_row.py
#
python3 ./test.py -f 2-query/last_row.py -R
#
python3 ./test.py -f 2-query/last.py
#
python3 ./test.py -f 2-query/last.py -R
#
python3 ./test.py -f 2-query/leastsquares.py
#
python3 ./test.py -f 2-query/leastsquares.py -R
#
python3 ./test.py -f 2-query/length.py
#
python3 ./test.py -f 2-query/length.py -R
#
python3 ./test.py -f 2-query/log.py
#
#
python3 ./test.py -f 2-query/log.py -R
#
python3 ./test.py -f 2-query/lower.py
#
python3 ./test.py -f 2-query/lower.py -R
#
python3 ./test.py -f 2-query/ltrim.py
#
python3 ./test.py -f 2-query/ltrim.py -R
#
python3 ./test.py -f 2-query/mavg.py
#
python3 ./test.py -f 2-query/mavg.py -R
#
python3 ./test.py -f 2-query/max_partition.py
#
python3 ./test.py -f 2-query/max_partition.py -R
#
python3 ./test.py -f 2-query/max.py
#
python3 ./test.py -f 2-query/max.py -R
#
python3 ./test.py -f 2-query/min.py
#
python3 ./test.py -f 2-query/min.py -R
#
python3 ./test.py -f 2-query/Now.py
#
python3 ./test.py -f 2-query/Now.py -R
#
python3 ./test.py -f 2-query/percentile.py
#
python3 ./test.py -f 2-query/percentile.py -R
#
python3 ./test.py -f 2-query/pow.py
#
python3 ./test.py -f 2-query/pow.py -R
#
python3 ./test.py -f 2-query/query_cols_tags_and_or.py
#
python3 ./test.py -f 2-query/query_cols_tags_and_or.py -R
#
python3 ./test.py -f 2-query/round.py
#
python3 ./test.py -f 2-query/round.py -R
#
python3 ./test.py -f 2-query/rtrim.py
#
python3 ./test.py -f 2-query/rtrim.py -R
#
python3 ./test.py -f 2-query/sample.py
#
python3 ./test.py -f 2-query/sample.py -R
#
python3 ./test.py -f 2-query/sin.py
#
python3 ./test.py -f 2-query/sin.py -R
#
python3 ./test.py -f 2-query/smaTest.py
#
python3 ./test.py -f 2-query/smaTest.py -R
#
python3 ./test.py -f 2-query/sml.py
#
python3 ./test.py -f 2-query/sml.py -R
#
python3 ./test.py -f 2-query/spread.py
#
python3 ./test.py -f 2-query/spread.py -R
#
python3 ./test.py -f 2-query/sqrt.py
#
python3 ./test.py -f 2-query/sqrt.py -R
#
python3 ./test.py -f 2-query/statecount.py
#
python3 ./test.py -f 2-query/statecount.py -R
#
python3 ./test.py -f 2-query/stateduration.py
#
python3 ./test.py -f 2-query/stateduration.py -R
#
python3 ./test.py -f 2-query/substr.py
#
python3 ./test.py -f 2-query/substr.py -R
#
python3 ./test.py -f 2-query/sum.py
#
python3 ./test.py -f 2-query/sum.py -R
#
python3 ./test.py -f 2-query/tail.py
#
python3 ./test.py -f 2-query/tail.py -R
#
python3 ./test.py -f 2-query/tan.py
#
#
python3 ./test.py -f 2-query/tan.py -R
#
python3 ./test.py -f 2-query/Timediff.py
#
python3 ./test.py -f 2-query/Timediff.py -R
#
python3 ./test.py -f 2-query/timetruncate.py
#
#
python3 ./test.py -f 2-query/timetruncate.py -R
#
python3 ./test.py -f 2-query/timezone.py
#
python3 ./test.py -f 2-query/timezone.py -R
#
python3 ./test.py -f 2-query/To_iso8601.py
#
python3 ./test.py -f 2-query/To_iso8601.py -R
#
python3 ./test.py -f 2-query/To_unixtimestamp.py
#
python3 ./test.py -f 2-query/To_unixtimestamp.py -R
#
python3 ./test.py -f 2-query/Today.py
#
#
python3 ./test.py -f 2-query/Today.py -R
#
python3 ./test.py -f 2-query/top.py
#
python3 ./test.py -f 2-query/top.py -R
#
python3 ./test.py -f 2-query/tsbsQuery.py
#
python3 ./test.py -f 2-query/tsbsQuery.py -R
#
python3 ./test.py -f 2-query/ttl_comment.py
#
python3 ./test.py -f 2-query/ttl_comment.py -R
#
python3 ./test.py -f 2-query/twa.py
#
python3 ./test.py -f 2-query/twa.py -R
#
python3 ./test.py -f 2-query/union.py
#
python3 ./test.py -f 2-query/union.py -R
#
python3 ./test.py -f 2-query/unique.py
#
python3 ./test.py -f 2-query/unique.py -R
#
python3 ./test.py -f 2-query/upper.py
#
python3 ./test.py -f 2-query/upper.py -R
#
python3 ./test.py -f 2-query/varchar.py
#
python3 ./test.py -f 2-query/varchar.py -R
python3 ./test.py
-f
1-insert/update_data.py
#
python3 ./test.py -f 1-insert/update_data.py
python3 ./test.py
-f
1-insert/delete_data.py
#
python3 ./test.py -f 1-insert/delete_data.py
python3 ./test.py
-f
2-query/join2.py
python3 ./test.py
-f
2-query/union1.py
python3 ./test.py
-f
2-query/concat2.py
#
python3 ./test.py -f 2-query/join2.py
#
python3 ./test.py -f 2-query/union1.py
#
python3 ./test.py -f 2-query/concat2.py
python3 ./test.py
-f
2-query/json_tag.py
#
python3 ./test.py -f 2-query/json_tag.py
# python3 ./test.py -f 2-query/nestedQuery.py
# TD-15983 subquery output duplicate name column.
# Please Xiangyang Guo modify the following script
# python3 ./test.py -f 2-query/nestedQuery_str.py
#
#
python3 ./test.py -f 2-query/nestedQuery.py
#
#
TD-15983 subquery output duplicate name column.
#
#
Please Xiangyang Guo modify the following script
#
#
python3 ./test.py -f 2-query/nestedQuery_str.py
python3 ./test.py
-f
2-query/elapsed.py
python3 ./test.py
-f
2-query/csum.py
python3 ./test.py
-f
2-query/function_diff.py
python3 ./test.py
-f
2-query/queryQnode.py
#
python3 ./test.py -f 2-query/elapsed.py
#
python3 ./test.py -f 2-query/csum.py
#
python3 ./test.py -f 2-query/function_diff.py
#
python3 ./test.py -f 2-query/queryQnode.py
python3 ./test.py
-f
6-cluster/5dnode1mnode.py
python3 ./test.py
-f
6-cluster/5dnode2mnode.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeStop.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeStop2Follower.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeStopLoop.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDbRep3.py
-N
5
-M
3
#
python3 ./test.py -f 6-cluster/5dnode1mnode.py
#
python3 ./test.py -f 6-cluster/5dnode2mnode.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeStopLoop.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDbRep3.py -N 5 -M 3
python3 ./test.py
-f
6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py
-N
5
-M
3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py -N 5 -M 3
python3 ./test.py
-f
6-cluster/5dnode3mnodeRestartDnodeInsertData.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py
-N
5
-M
3
# python3 ./test.py -f 6-cluster/5dnode3mnodeRestartMnodeInsertData.py -N 5 -M 3
# python3 ./test.py -f 6-cluster/5dnode3mnodeRestartVnodeInsertData.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 5 -M 3
#
#
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartMnodeInsertData.py -N 5 -M 3
#
#
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartVnodeInsertData.py -N 5 -M 3
python3 ./test.py
-f
6-cluster/5dnode3mnodeAdd1Ddnoe.py
-N
6
-M
3
-C
5
# BUG python3 ./test.py -f 6-cluster/5dnode3mnodeStopInsert.py
# python3 ./test.py -f 6-cluster/5dnode3mnodeDrop.py -N 5
python3 test.py
-f
6-cluster/5dnode3mnodeStopConnect.py
-N
5
-M
3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 6 -M 3 -C 5
#
#
BUG python3 ./test.py -f 6-cluster/5dnode3mnodeStopInsert.py
#
#
python3 ./test.py -f 6-cluster/5dnode3mnodeDrop.py -N 5
#
python3 test.py -f 6-cluster/5dnode3mnodeStopConnect.py -N 5 -M 3
python3 ./test.py
-f
6-cluster/5dnode3mnodeRecreateMnode.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeStopFollowerLeader.py
-N
5
-M
3
python3 ./test.py
-f
6-cluster/5dnode3mnodeStop2Follower.py
-N
5
-M
3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeRecreateMnode.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeStopFollowerLeader.py -N 5 -M 3
#
python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3
# vnode case
python3 test.py
-f
6-cluster/vnode/4dnode1mnode_basic_createDb_replica1.py
-N
4
-M
1
python3 test.py
-f
6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas.py
-N
4
-M
1
python3 test.py
-f
6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas_querys.py
-N
4
-M
1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_force_stop_all_dnodes.py -N 4 -M 1
python3 test.py
-f
6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas.py
-N
4
-M
1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys_loop_restart_all_vnode.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys_loop_restart_follower.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys_loop_restart_leader.py -N 4 -M 1
python3 test.py
-f
6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys.py
-N
4
-M
1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_all_dnodes.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_follower_sync.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_follower_unsync_force_stop.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_follower_unsync.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_leader_forece_stop.py -N 4 -M 1
python3 test.py
-f
6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_leader.py
-N
4
-M
1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_mnode3_insertdatas_querys.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_follower_force_stop.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_follower.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader_force_stop.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader.py -N 4 -M 1
python3 test.py
-f
6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py
-N
4
-M
1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups_stopOne.py -N 4 -M 1
#
#
vnode case
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_createDb_replica1.py -N 4 -M 1
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas.py -N 4 -M 1
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas_querys.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_force_stop_all_dnodes.py -N 4 -M 1
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys_loop_restart_all_vnode.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys_loop_restart_follower.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys_loop_restart_leader.py -N 4 -M 1
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_all_dnodes.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_follower_sync.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_follower_unsync_force_stop.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_follower_unsync.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_leader_forece_stop.py -N 4 -M 1
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_leader.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_mnode3_insertdatas_querys.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_follower_force_stop.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_follower.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader_force_stop.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader.py -N 4 -M 1
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py -N 4 -M 1
#
#
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups_stopOne.py -N 4 -M 1
python3 ./test.py
-f
7-tmq/create_wrong_topic.py
python3 ./test.py
-f
7-tmq/dropDbR3ConflictTransaction.py
-N
3
python3 ./test.py
-f
7-tmq/basic5.py
python3 ./test.py
-f
7-tmq/subscribeDb.py
python3 ./test.py
-f
7-tmq/subscribeDb0.py
python3 ./test.py
-f
7-tmq/subscribeDb1.py
python3 ./test.py
-f
7-tmq/subscribeDb2.py
python3 ./test.py
-f
7-tmq/subscribeDb3.py
#python3 ./test.py -f 7-tmq/subscribeDb4.py
python3 ./test.py
-f
7-tmq/subscribeStb.py
python3 ./test.py
-f
7-tmq/subscribeStb0.py
python3 ./test.py
-f
7-tmq/subscribeStb1.py
python3 ./test.py
-f
7-tmq/subscribeStb2.py
python3 ./test.py
-f
7-tmq/subscribeStb3.py
python3 ./test.py
-f
7-tmq/subscribeStb4.py
python3 ./test.py
-f
7-tmq/db.py
python3 ./test.py
-f
7-tmq/tmqError.py
python3 ./test.py
-f
7-tmq/schema.py
python3 ./test.py
-f
7-tmq/stbFilter.py
python3 ./test.py
-f
7-tmq/tmqCheckData.py
python3 ./test.py
-f
7-tmq/tmqCheckData1.py
#python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 5
python3 ./test.py
-f
7-tmq/tmqConsumerGroup.py
#python3 ./test.py -f 7-tmq/tmqShow.py
python3 ./test.py
-f
7-tmq/tmqAlterSchema.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb1.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb-mutilVg.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb1-mutilVg.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb-1ctb.py
# python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py
python3 ./test.py
-f
7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py
python3 ./test.py
-f
7-tmq/tmqAutoCreateTbl.py
python3 ./test.py
-f
7-tmq/tmqDnodeRestart.py
python3 ./test.py
-f
7-tmq/tmqUpdate-1ctb.py
python3 ./test.py
-f
7-tmq/tmqUpdateWithConsume.py
python3 ./test.py
-f
7-tmq/tmqUpdate-multiCtb-snapshot0.py
python3 ./test.py
-f
7-tmq/tmqUpdate-multiCtb-snapshot1.py
python3 ./test.py
-f
7-tmq/tmqDelete-1ctb.py
python3 ./test.py
-f
7-tmq/tmqDelete-multiCtb.py
python3 ./test.py
-f
7-tmq/tmqDropStb.py
python3 ./test.py
-f
7-tmq/tmqDropStbCtb.py
python3 ./test.py
-f
7-tmq/tmqDropNtb-snapshot0.py
python3 ./test.py
-f
7-tmq/tmqDropNtb-snapshot1.py
python3 ./test.py
-f
7-tmq/tmqUdf.py
python3 ./test.py
-f
7-tmq/tmqUdf-multCtb-snapshot0.py
python3 ./test.py
-f
7-tmq/tmqUdf-multCtb-snapshot1.py
python3 ./test.py
-f
7-tmq/stbTagFilter-1ctb.py
python3 ./test.py
-f
7-tmq/dataFromTsdbNWal.py
python3 ./test.py
-f
7-tmq/dataFromTsdbNWal-multiCtb.py
python3 ./test.py
-f
7-tmq/tmq_taosx.py
python3 ./test.py
-f
7-tmq/stbTagFilter-multiCtb.py
#
python3 ./test.py -f 7-tmq/create_wrong_topic.py
#
python3 ./test.py -f 7-tmq/dropDbR3ConflictTransaction.py -N 3
#
python3 ./test.py -f 7-tmq/basic5.py
#
python3 ./test.py -f 7-tmq/subscribeDb.py
#
python3 ./test.py -f 7-tmq/subscribeDb0.py
#
python3 ./test.py -f 7-tmq/subscribeDb1.py
#
python3 ./test.py -f 7-tmq/subscribeDb2.py
#
python3 ./test.py -f 7-tmq/subscribeDb3.py
#
#
python3 ./test.py -f 7-tmq/subscribeDb4.py
#
python3 ./test.py -f 7-tmq/subscribeStb.py
#
python3 ./test.py -f 7-tmq/subscribeStb0.py
#
python3 ./test.py -f 7-tmq/subscribeStb1.py
#
python3 ./test.py -f 7-tmq/subscribeStb2.py
#
python3 ./test.py -f 7-tmq/subscribeStb3.py
#
python3 ./test.py -f 7-tmq/subscribeStb4.py
#
python3 ./test.py -f 7-tmq/db.py
#
python3 ./test.py -f 7-tmq/tmqError.py
#
python3 ./test.py -f 7-tmq/schema.py
#
python3 ./test.py -f 7-tmq/stbFilter.py
#
python3 ./test.py -f 7-tmq/tmqCheckData.py
#
python3 ./test.py -f 7-tmq/tmqCheckData1.py
#
#
python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 5
#
python3 ./test.py -f 7-tmq/tmqConsumerGroup.py
#
#
python3 ./test.py -f 7-tmq/tmqShow.py
#
python3 ./test.py -f 7-tmq/tmqAlterSchema.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb.py
#
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py
#
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py
#
python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py
#
python3 ./test.py -f 7-tmq/tmqDnodeRestart.py
#
python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py
#
python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py
#
python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot0.py
#
python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot1.py
#
python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py
#
python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py
#
python3 ./test.py -f 7-tmq/tmqDropStb.py
#
python3 ./test.py -f 7-tmq/tmqDropStbCtb.py
#
python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py
#
python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py
#
python3 ./test.py -f 7-tmq/tmqUdf.py
#
python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py
#
python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py
#
python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py
#
python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py
#
python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py
#
python3 ./test.py -f 7-tmq/tmq_taosx.py
#
python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py
python3 ./test.py
-f
99-TDcase/TD-19201.py
#
python3 ./test.py -f 99-TDcase/TD-19201.py
#------------querPolicy 2-----------
#
#
------------querPolicy 2-----------
python3 ./test.py
-f
2-query/between.py
-Q
2
python3 ./test.py
-f
2-query/distinct.py
-Q
2
python3 ./test.py
-f
2-query/varchar.py
-Q
2
python3 ./test.py
-f
2-query/ltrim.py
-Q
2
python3 ./test.py
-f
2-query/rtrim.py
-Q
2
python3 ./test.py
-f
2-query/length.py
-Q
2
python3 ./test.py
-f
2-query/char_length.py
-Q
2
python3 ./test.py
-f
2-query/upper.py
-Q
2
python3 ./test.py
-f
2-query/lower.py
-Q
2
python3 ./test.py
-f
2-query/join.py
-Q
2
python3 ./test.py
-f
2-query/join2.py
-Q
2
python3 ./test.py
-f
2-query/cast.py
-Q
2
python3 ./test.py
-f
2-query/substr.py
-Q
2
python3 ./test.py
-f
2-query/union.py
-Q
2
python3 ./test.py
-f
2-query/union1.py
-Q
2
python3 ./test.py
-f
2-query/concat.py
-Q
2
python3 ./test.py
-f
2-query/concat2.py
-Q
2
python3 ./test.py
-f
2-query/concat_ws.py
-Q
2
python3 ./test.py
-f
2-query/concat_ws2.py
-Q
2
#python3 ./test.py -f 2-query/check_tsdb.py -Q 2
python3 ./test.py
-f
2-query/spread.py
-Q
2
python3 ./test.py
-f
2-query/hyperloglog.py
-Q
2
python3 ./test.py
-f
2-query/explain.py
-Q
2
python3 ./test.py
-f
2-query/leastsquares.py
-Q
2
python3 ./test.py
-f
2-query/timezone.py
-Q
2
python3 ./test.py
-f
2-query/Now.py
-Q
2
python3 ./test.py
-f
2-query/Today.py
-Q
2
python3 ./test.py
-f
2-query/max.py
-Q
2
python3 ./test.py
-f
2-query/min.py
-Q
2
python3 ./test.py
-f
2-query/count.py
-Q
2
python3 ./test.py
-f
2-query/last.py
-Q
2
python3 ./test.py
-f
2-query/first.py
-Q
2
python3 ./test.py
-f
2-query/To_iso8601.py
-Q
2
python3 ./test.py
-f
2-query/To_unixtimestamp.py
-Q
2
python3 ./test.py
-f
2-query/timetruncate.py
-Q
2
python3 ./test.py
-f
2-query/diff.py
-Q
2
python3 ./test.py
-f
2-query/Timediff.py
-Q
2
python3 ./test.py
-f
2-query/json_tag.py
-Q
2
python3 ./test.py
-f
2-query/top.py
-Q
2
python3 ./test.py
-f
2-query/bottom.py
-Q
2
python3 ./test.py
-f
2-query/percentile.py
-Q
2
python3 ./test.py
-f
2-query/apercentile.py
-Q
2
python3 ./test.py
-f
2-query/abs.py
-Q
2
python3 ./test.py
-f
2-query/ceil.py
-Q
2
python3 ./test.py
-f
2-query/floor.py
-Q
2
python3 ./test.py
-f
2-query/round.py
-Q
2
python3 ./test.py
-f
2-query/log.py
-Q
2
python3 ./test.py
-f
2-query/pow.py
-Q
2
python3 ./test.py
-f
2-query/sqrt.py
-Q
2
python3 ./test.py
-f
2-query/sin.py
-Q
2
python3 ./test.py
-f
2-query/cos.py
-Q
2
python3 ./test.py
-f
2-query/tan.py
-Q
2
python3 ./test.py
-f
2-query/arcsin.py
-Q
2
python3 ./test.py
-f
2-query/arccos.py
-Q
2
python3 ./test.py
-f
2-query/arctan.py
-Q
2
python3 ./test.py
-f
2-query/query_cols_tags_and_or.py
-Q
2
python3 ./test.py
-f
2-query/interp.py
-Q
2
#
python3 ./test.py -f 2-query/between.py -Q 2
#
python3 ./test.py -f 2-query/distinct.py -Q 2
#
python3 ./test.py -f 2-query/varchar.py -Q 2
#
python3 ./test.py -f 2-query/ltrim.py -Q 2
#
python3 ./test.py -f 2-query/rtrim.py -Q 2
#
python3 ./test.py -f 2-query/length.py -Q 2
#
python3 ./test.py -f 2-query/char_length.py -Q 2
#
python3 ./test.py -f 2-query/upper.py -Q 2
#
python3 ./test.py -f 2-query/lower.py -Q 2
#
python3 ./test.py -f 2-query/join.py -Q 2
#
python3 ./test.py -f 2-query/join2.py -Q 2
#
python3 ./test.py -f 2-query/cast.py -Q 2
#
python3 ./test.py -f 2-query/substr.py -Q 2
#
python3 ./test.py -f 2-query/union.py -Q 2
#
python3 ./test.py -f 2-query/union1.py -Q 2
#
python3 ./test.py -f 2-query/concat.py -Q 2
#
python3 ./test.py -f 2-query/concat2.py -Q 2
#
python3 ./test.py -f 2-query/concat_ws.py -Q 2
#
python3 ./test.py -f 2-query/concat_ws2.py -Q 2
#
#
python3 ./test.py -f 2-query/check_tsdb.py -Q 2
#
python3 ./test.py -f 2-query/spread.py -Q 2
#
python3 ./test.py -f 2-query/hyperloglog.py -Q 2
#
python3 ./test.py -f 2-query/explain.py -Q 2
#
python3 ./test.py -f 2-query/leastsquares.py -Q 2
#
python3 ./test.py -f 2-query/timezone.py -Q 2
#
python3 ./test.py -f 2-query/Now.py -Q 2
#
python3 ./test.py -f 2-query/Today.py -Q 2
#
python3 ./test.py -f 2-query/max.py -Q 2
#
python3 ./test.py -f 2-query/min.py -Q 2
#
python3 ./test.py -f 2-query/count.py -Q 2
#
python3 ./test.py -f 2-query/last.py -Q 2
#
python3 ./test.py -f 2-query/first.py -Q 2
#
python3 ./test.py -f 2-query/To_iso8601.py -Q 2
#
python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 2
#
python3 ./test.py -f 2-query/timetruncate.py -Q 2
#
python3 ./test.py -f 2-query/diff.py -Q 2
#
python3 ./test.py -f 2-query/Timediff.py -Q 2
#
python3 ./test.py -f 2-query/json_tag.py -Q 2
#
python3 ./test.py -f 2-query/top.py -Q 2
#
python3 ./test.py -f 2-query/bottom.py -Q 2
#
python3 ./test.py -f 2-query/percentile.py -Q 2
#
python3 ./test.py -f 2-query/apercentile.py -Q 2
#
python3 ./test.py -f 2-query/abs.py -Q 2
#
python3 ./test.py -f 2-query/ceil.py -Q 2
#
python3 ./test.py -f 2-query/floor.py -Q 2
#
python3 ./test.py -f 2-query/round.py -Q 2
#
python3 ./test.py -f 2-query/log.py -Q 2
#
python3 ./test.py -f 2-query/pow.py -Q 2
#
python3 ./test.py -f 2-query/sqrt.py -Q 2
#
python3 ./test.py -f 2-query/sin.py -Q 2
#
python3 ./test.py -f 2-query/cos.py -Q 2
#
python3 ./test.py -f 2-query/tan.py -Q 2
#
python3 ./test.py -f 2-query/arcsin.py -Q 2
#
python3 ./test.py -f 2-query/arccos.py -Q 2
#
python3 ./test.py -f 2-query/arctan.py -Q 2
#
python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2
#
python3 ./test.py -f 2-query/interp.py -Q 2
# python3 ./test.py -f 2-query/nestedQuery.py -Q 2
# python3 ./test.py -f 2-query/nestedQuery_str.py -Q 2
#
#
python3 ./test.py -f 2-query/nestedQuery.py -Q 2
#
#
python3 ./test.py -f 2-query/nestedQuery_str.py -Q 2
python3 ./test.py
-f
2-query/avg.py
-Q
2
# python3 ./test.py -f 2-query/elapsed.py -Q 2
python3 ./test.py
-f
2-query/csum.py
-Q
2
#python3 ./test.py -f 2-query/mavg.py -Q 2
python3 ./test.py
-f
2-query/sample.py
-Q
2
python3 ./test.py
-f
2-query/function_diff.py
-Q
2
python3 ./test.py
-f
2-query/unique.py
-Q
2
python3 ./test.py
-f
2-query/stateduration.py
-Q
2
python3 ./test.py
-f
2-query/function_stateduration.py
-Q
2
python3 ./test.py
-f
2-query/statecount.py
-Q
2
python3 ./test.py
-f
2-query/tail.py
-Q
2
python3 ./test.py
-f
2-query/ttl_comment.py
-Q
2
python3 ./test.py
-f
2-query/distribute_agg_count.py
-Q
2
python3 ./test.py
-f
2-query/distribute_agg_max.py
-Q
2
python3 ./test.py
-f
2-query/distribute_agg_min.py
-Q
2
python3 ./test.py
-f
2-query/distribute_agg_sum.py
-Q
2
python3 ./test.py
-f
2-query/distribute_agg_spread.py
-Q
2
python3 ./test.py
-f
2-query/distribute_agg_apercentile.py
-Q
2
python3 ./test.py
-f
2-query/distribute_agg_avg.py
-Q
2
python3 ./test.py
-f
2-query/distribute_agg_stddev.py
-Q
2
python3 ./test.py
-f
2-query/twa.py
-Q
2
python3 ./test.py
-f
2-query/irate.py
-Q
2
python3 ./test.py
-f
2-query/function_null.py
-Q
2
python3 ./test.py
-f
2-query/count_partition.py
-Q
2
python3 ./test.py
-f
2-query/max_partition.py
-Q
2
python3 ./test.py
-f
2-query/last_row.py
-Q
2
python3 ./test.py
-f
2-query/tsbsQuery.py
-Q
2
#------------querPolicy 3-----------
#
python3 ./test.py -f 2-query/avg.py -Q 2
#
#
python3 ./test.py -f 2-query/elapsed.py -Q 2
#
python3 ./test.py -f 2-query/csum.py -Q 2
#
#
python3 ./test.py -f 2-query/mavg.py -Q 2
#
python3 ./test.py -f 2-query/sample.py -Q 2
#
python3 ./test.py -f 2-query/function_diff.py -Q 2
#
python3 ./test.py -f 2-query/unique.py -Q 2
#
python3 ./test.py -f 2-query/stateduration.py -Q 2
#
python3 ./test.py -f 2-query/function_stateduration.py -Q 2
#
python3 ./test.py -f 2-query/statecount.py -Q 2
#
python3 ./test.py -f 2-query/tail.py -Q 2
#
python3 ./test.py -f 2-query/ttl_comment.py -Q 2
#
python3 ./test.py -f 2-query/distribute_agg_count.py -Q 2
#
python3 ./test.py -f 2-query/distribute_agg_max.py -Q 2
#
python3 ./test.py -f 2-query/distribute_agg_min.py -Q 2
#
python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 2
#
python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 2
#
python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 2
#
python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 2
#
python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 2
#
python3 ./test.py -f 2-query/twa.py -Q 2
#
python3 ./test.py -f 2-query/irate.py -Q 2
#
python3 ./test.py -f 2-query/function_null.py -Q 2
#
python3 ./test.py -f 2-query/count_partition.py -Q 2
#
python3 ./test.py -f 2-query/max_partition.py -Q 2
#
python3 ./test.py -f 2-query/last_row.py -Q 2
#
python3 ./test.py -f 2-query/tsbsQuery.py -Q 2
#
#
------------querPolicy 3-----------
python3 ./test.py
-f
2-query/between.py
-Q
3
python3 ./test.py
-f
2-query/distinct.py
-Q
3
python3 ./test.py
-f
2-query/varchar.py
-Q
3
python3 ./test.py
-f
2-query/ltrim.py
-Q
3
python3 ./test.py
-f
2-query/rtrim.py
-Q
3
python3 ./test.py
-f
2-query/length.py
-Q
3
python3 ./test.py
-f
2-query/char_length.py
-Q
3
python3 ./test.py
-f
2-query/upper.py
-Q
3
python3 ./test.py
-f
2-query/lower.py
-Q
3
python3 ./test.py
-f
2-query/join.py
-Q
3
python3 ./test.py
-f
2-query/join2.py
-Q
3
python3 ./test.py
-f
2-query/cast.py
-Q
3
python3 ./test.py
-f
2-query/substr.py
-Q
3
python3 ./test.py
-f
2-query/union.py
-Q
3
python3 ./test.py
-f
2-query/union1.py
-Q
3
python3 ./test.py
-f
2-query/concat.py
-Q
3
python3 ./test.py
-f
2-query/concat2.py
-Q
3
python3 ./test.py
-f
2-query/concat_ws.py
-Q
3
python3 ./test.py
-f
2-query/concat_ws2.py
-Q
3
#python3 ./test.py -f 2-query/check_tsdb.py -Q 3
python3 ./test.py
-f
2-query/spread.py
-Q
3
python3 ./test.py
-f
2-query/hyperloglog.py
-Q
3
python3 ./test.py
-f
2-query/explain.py
-Q
3
python3 ./test.py
-f
2-query/leastsquares.py
-Q
3
python3 ./test.py
-f
2-query/timezone.py
-Q
3
python3 ./test.py
-f
2-query/Now.py
-Q
3
python3 ./test.py
-f
2-query/Today.py
-Q
3
python3 ./test.py
-f
2-query/max.py
-Q
3
python3 ./test.py
-f
2-query/min.py
-Q
3
python3 ./test.py
-f
2-query/count.py
-Q
3
#python3 ./test.py -f 2-query/last.py -Q 3
python3 ./test.py
-f
2-query/first.py
-Q
3
python3 ./test.py
-f
2-query/To_iso8601.py
-Q
3
python3 ./test.py
-f
2-query/To_unixtimestamp.py
-Q
3
python3 ./test.py
-f
2-query/timetruncate.py
-Q
3
python3 ./test.py
-f
2-query/diff.py
-Q
3
python3 ./test.py
-f
2-query/Timediff.py
-Q
3
python3 ./test.py
-f
2-query/json_tag.py
-Q
3
python3 ./test.py
-f
2-query/top.py
-Q
3
python3 ./test.py
-f
2-query/bottom.py
-Q
3
python3 ./test.py
-f
2-query/percentile.py
-Q
3
python3 ./test.py
-f
2-query/apercentile.py
-Q
3
python3 ./test.py
-f
2-query/abs.py
-Q
3
python3 ./test.py
-f
2-query/ceil.py
-Q
3
python3 ./test.py
-f
2-query/floor.py
-Q
3
python3 ./test.py
-f
2-query/round.py
-Q
3
python3 ./test.py
-f
2-query/log.py
-Q
3
python3 ./test.py
-f
2-query/pow.py
-Q
3
python3 ./test.py
-f
2-query/sqrt.py
-Q
3
python3 ./test.py
-f
2-query/sin.py
-Q
3
python3 ./test.py
-f
2-query/cos.py
-Q
3
python3 ./test.py
-f
2-query/tan.py
-Q
3
python3 ./test.py
-f
2-query/arcsin.py
-Q
3
python3 ./test.py
-f
2-query/arccos.py
-Q
3
python3 ./test.py
-f
2-query/arctan.py
-Q
3
python3 ./test.py
-f
2-query/query_cols_tags_and_or.py
-Q
3
# python3 ./test.py -f 2-query/nestedQuery.py -Q 3
# python3 ./test.py -f 2-query/nestedQuery_str.py -Q 3
# python3 ./test.py -f 2-query/avg.py -Q 3
# python3 ./test.py -f 2-query/elapsed.py -Q 3
python3 ./test.py
-f
2-query/csum.py
-Q
3
#python3 ./test.py -f 2-query/mavg.py -Q 3
python3 ./test.py
-f
2-query/sample.py
-Q
3
python3 ./test.py
-f
2-query/function_diff.py
-Q
3
python3 ./test.py
-f
2-query/unique.py
-Q
3
python3 ./test.py
-f
2-query/stateduration.py
-Q
3
python3 ./test.py
-f
2-query/function_stateduration.py
-Q
3
python3 ./test.py
-f
2-query/statecount.py
-Q
3
python3 ./test.py
-f
2-query/tail.py
-Q
3
python3 ./test.py
-f
2-query/ttl_comment.py
-Q
3
python3 ./test.py
-f
2-query/distribute_agg_count.py
-Q
3
python3 ./test.py
-f
2-query/distribute_agg_max.py
-Q
3
python3 ./test.py
-f
2-query/distribute_agg_min.py
-Q
3
python3 ./test.py
-f
2-query/distribute_agg_sum.py
-Q
3
python3 ./test.py
-f
2-query/distribute_agg_spread.py
-Q
3
python3 ./test.py
-f
2-query/distribute_agg_apercentile.py
-Q
3
python3 ./test.py
-f
2-query/distribute_agg_avg.py
-Q
3
python3 ./test.py
-f
2-query/distribute_agg_stddev.py
-Q
3
python3 ./test.py
-f
2-query/twa.py
-Q
3
python3 ./test.py
-f
2-query/irate.py
-Q
3
python3 ./test.py
-f
2-query/function_null.py
-Q
3
python3 ./test.py
-f
2-query/count_partition.py
-Q
3
python3 ./test.py
-f
2-query/max_partition.py
-Q
3
python3 ./test.py
-f
2-query/last_row.py
-Q
3
python3 ./test.py
-f
2-query/tsbsQuery.py
-Q
3
python3 ./test.py
-f
2-query/sml.py
-Q
3
python3 ./test.py
-f
2-query/interp.py
-Q
3
#
python3 ./test.py -f 2-query/between.py -Q 3
#
python3 ./test.py -f 2-query/distinct.py -Q 3
#
python3 ./test.py -f 2-query/varchar.py -Q 3
#
python3 ./test.py -f 2-query/ltrim.py -Q 3
#
python3 ./test.py -f 2-query/rtrim.py -Q 3
#
python3 ./test.py -f 2-query/length.py -Q 3
#
python3 ./test.py -f 2-query/char_length.py -Q 3
#
python3 ./test.py -f 2-query/upper.py -Q 3
#
python3 ./test.py -f 2-query/lower.py -Q 3
#
python3 ./test.py -f 2-query/join.py -Q 3
#
python3 ./test.py -f 2-query/join2.py -Q 3
#
python3 ./test.py -f 2-query/cast.py -Q 3
#
python3 ./test.py -f 2-query/substr.py -Q 3
#
python3 ./test.py -f 2-query/union.py -Q 3
#
python3 ./test.py -f 2-query/union1.py -Q 3
#
python3 ./test.py -f 2-query/concat.py -Q 3
#
python3 ./test.py -f 2-query/concat2.py -Q 3
#
python3 ./test.py -f 2-query/concat_ws.py -Q 3
#
python3 ./test.py -f 2-query/concat_ws2.py -Q 3
#
#
python3 ./test.py -f 2-query/check_tsdb.py -Q 3
#
python3 ./test.py -f 2-query/spread.py -Q 3
#
python3 ./test.py -f 2-query/hyperloglog.py -Q 3
#
python3 ./test.py -f 2-query/explain.py -Q 3
#
python3 ./test.py -f 2-query/leastsquares.py -Q 3
#
python3 ./test.py -f 2-query/timezone.py -Q 3
#
python3 ./test.py -f 2-query/Now.py -Q 3
#
python3 ./test.py -f 2-query/Today.py -Q 3
#
python3 ./test.py -f 2-query/max.py -Q 3
#
python3 ./test.py -f 2-query/min.py -Q 3
#
python3 ./test.py -f 2-query/count.py -Q 3
#
#
python3 ./test.py -f 2-query/last.py -Q 3
#
python3 ./test.py -f 2-query/first.py -Q 3
#
python3 ./test.py -f 2-query/To_iso8601.py -Q 3
#
python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 3
#
python3 ./test.py -f 2-query/timetruncate.py -Q 3
#
python3 ./test.py -f 2-query/diff.py -Q 3
#
python3 ./test.py -f 2-query/Timediff.py -Q 3
#
python3 ./test.py -f 2-query/json_tag.py -Q 3
#
python3 ./test.py -f 2-query/top.py -Q 3
#
python3 ./test.py -f 2-query/bottom.py -Q 3
#
python3 ./test.py -f 2-query/percentile.py -Q 3
#
python3 ./test.py -f 2-query/apercentile.py -Q 3
#
python3 ./test.py -f 2-query/abs.py -Q 3
#
python3 ./test.py -f 2-query/ceil.py -Q 3
#
python3 ./test.py -f 2-query/floor.py -Q 3
#
python3 ./test.py -f 2-query/round.py -Q 3
#
python3 ./test.py -f 2-query/log.py -Q 3
#
python3 ./test.py -f 2-query/pow.py -Q 3
#
python3 ./test.py -f 2-query/sqrt.py -Q 3
#
python3 ./test.py -f 2-query/sin.py -Q 3
#
python3 ./test.py -f 2-query/cos.py -Q 3
#
python3 ./test.py -f 2-query/tan.py -Q 3
#
python3 ./test.py -f 2-query/arcsin.py -Q 3
#
python3 ./test.py -f 2-query/arccos.py -Q 3
#
python3 ./test.py -f 2-query/arctan.py -Q 3
#
python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 3
#
#
python3 ./test.py -f 2-query/nestedQuery.py -Q 3
#
#
python3 ./test.py -f 2-query/nestedQuery_str.py -Q 3
#
#
python3 ./test.py -f 2-query/avg.py -Q 3
#
#
python3 ./test.py -f 2-query/elapsed.py -Q 3
#
python3 ./test.py -f 2-query/csum.py -Q 3
#
#
python3 ./test.py -f 2-query/mavg.py -Q 3
#
python3 ./test.py -f 2-query/sample.py -Q 3
#
python3 ./test.py -f 2-query/function_diff.py -Q 3
#
python3 ./test.py -f 2-query/unique.py -Q 3
#
python3 ./test.py -f 2-query/stateduration.py -Q 3
#
python3 ./test.py -f 2-query/function_stateduration.py -Q 3
#
python3 ./test.py -f 2-query/statecount.py -Q 3
#
python3 ./test.py -f 2-query/tail.py -Q 3
#
python3 ./test.py -f 2-query/ttl_comment.py -Q 3
#
python3 ./test.py -f 2-query/distribute_agg_count.py -Q 3
#
python3 ./test.py -f 2-query/distribute_agg_max.py -Q 3
#
python3 ./test.py -f 2-query/distribute_agg_min.py -Q 3
#
python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 3
#
python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 3
#
python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 3
#
python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 3
#
python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 3
#
python3 ./test.py -f 2-query/twa.py -Q 3
#
python3 ./test.py -f 2-query/irate.py -Q 3
#
python3 ./test.py -f 2-query/function_null.py -Q 3
#
python3 ./test.py -f 2-query/count_partition.py -Q 3
#
python3 ./test.py -f 2-query/max_partition.py -Q 3
#
python3 ./test.py -f 2-query/last_row.py -Q 3
#
python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
#
python3 ./test.py -f 2-query/sml.py -Q 3
#
python3 ./test.py -f 2-query/interp.py -Q 3
#------------querPolicy 4-----------
#
#
------------querPolicy 4-----------
python3 ./test.py
-f
2-query/between.py
-Q
4
python3 ./test.py
-f
2-query/distinct.py
-Q
4
python3 ./test.py
-f
2-query/varchar.py
-Q
4
python3 ./test.py
-f
2-query/ltrim.py
-Q
4
python3 ./test.py
-f
2-query/rtrim.py
-Q
4
python3 ./test.py
-f
2-query/length.py
-Q
4
python3 ./test.py
-f
2-query/char_length.py
-Q
4
python3 ./test.py
-f
2-query/upper.py
-Q
4
python3 ./test.py
-f
2-query/lower.py
-Q
4
python3 ./test.py
-f
2-query/join.py
-Q
4
python3 ./test.py
-f
2-query/join2.py
-Q
4
python3 ./test.py
-f
2-query/cast.py
-Q
4
python3 ./test.py
-f
2-query/substr.py
-Q
4
python3 ./test.py
-f
2-query/union.py
-Q
4
python3 ./test.py
-f
2-query/union1.py
-Q
4
python3 ./test.py
-f
2-query/concat.py
-Q
4
python3 ./test.py
-f
2-query/concat2.py
-Q
4
python3 ./test.py
-f
2-query/concat_ws.py
-Q
4
python3 ./test.py
-f
2-query/concat_ws2.py
-Q
4
#python3 ./test.py -f 2-query/check_tsdb.py -Q 4
python3 ./test.py
-f
2-query/spread.py
-Q
4
python3 ./test.py
-f
2-query/hyperloglog.py
-Q
4
python3 ./test.py
-f
2-query/explain.py
-Q
4
python3 ./test.py
-f
2-query/leastsquares.py
-Q
4
python3 ./test.py
-f
2-query/timezone.py
-Q
4
python3 ./test.py
-f
2-query/Now.py
-Q
4
python3 ./test.py
-f
2-query/Today.py
-Q
4
python3 ./test.py
-f
2-query/max.py
-Q
4
python3 ./test.py
-f
2-query/min.py
-Q
4
python3 ./test.py
-f
2-query/count.py
-Q
4
#python3 ./test.py -f 2-query/last.py -Q 4
python3 ./test.py
-f
2-query/first.py
-Q
4
python3 ./test.py
-f
2-query/To_iso8601.py
-Q
4
python3 ./test.py
-f
2-query/To_unixtimestamp.py
-Q
4
python3 ./test.py
-f
2-query/timetruncate.py
-Q
4
python3 ./test.py
-f
2-query/diff.py
-Q
4
python3 ./test.py
-f
2-query/Timediff.py
-Q
4
python3 ./test.py
-f
2-query/json_tag.py
-Q
4
python3 ./test.py
-f
2-query/top.py
-Q
4
python3 ./test.py
-f
2-query/bottom.py
-Q
4
python3 ./test.py
-f
2-query/percentile.py
-Q
4
python3 ./test.py
-f
2-query/apercentile.py
-Q
4
python3 ./test.py
-f
2-query/abs.py
-Q
4
python3 ./test.py
-f
2-query/ceil.py
-Q
4
python3 ./test.py
-f
2-query/floor.py
-Q
4
python3 ./test.py
-f
2-query/round.py
-Q
4
python3 ./test.py
-f
2-query/log.py
-Q
4
python3 ./test.py
-f
2-query/pow.py
-Q
4
python3 ./test.py
-f
2-query/sqrt.py
-Q
4
python3 ./test.py
-f
2-query/sin.py
-Q
4
python3 ./test.py
-f
2-query/cos.py
-Q
4
python3 ./test.py
-f
2-query/tan.py
-Q
4
python3 ./test.py
-f
2-query/arcsin.py
-Q
4
python3 ./test.py
-f
2-query/arccos.py
-Q
4
python3 ./test.py
-f
2-query/arctan.py
-Q
4
python3 ./test.py
-f
2-query/query_cols_tags_and_or.py
-Q
4
# python3 ./test.py -f 2-query/nestedQuery.py -Q 4
# python3 ./test.py -f 2-query/nestedQuery_str.py -Q 4
# python3 ./test.py -f 2-query/avg.py -Q 4
# python3 ./test.py -f 2-query/elapsed.py -Q 4
python3 ./test.py
-f
2-query/csum.py
-Q
4
#python3 ./test.py -f 2-query/mavg.py -Q 4
python3 ./test.py
-f
2-query/sample.py
-Q
4
python3 ./test.py
-f
2-query/function_diff.py
-Q
4
python3 ./test.py
-f
2-query/unique.py
-Q
4
python3 ./test.py
-f
2-query/stateduration.py
-Q
4
python3 ./test.py
-f
2-query/function_stateduration.py
-Q
4
python3 ./test.py
-f
2-query/statecount.py
-Q
4
python3 ./test.py
-f
2-query/tail.py
-Q
4
python3 ./test.py
-f
2-query/ttl_comment.py
-Q
4
python3 ./test.py
-f
2-query/distribute_agg_count.py
-Q
4
python3 ./test.py
-f
2-query/distribute_agg_max.py
-Q
4
python3 ./test.py
-f
2-query/distribute_agg_min.py
-Q
4
python3 ./test.py
-f
2-query/distribute_agg_sum.py
-Q
4
python3 ./test.py
-f
2-query/distribute_agg_spread.py
-Q
4
python3 ./test.py
-f
2-query/distribute_agg_apercentile.py
-Q
4
python3 ./test.py
-f
2-query/distribute_agg_avg.py
-Q
4
python3 ./test.py
-f
2-query/distribute_agg_stddev.py
-Q
4
python3 ./test.py
-f
2-query/twa.py
-Q
4
python3 ./test.py
-f
2-query/irate.py
-Q
4
python3 ./test.py
-f
2-query/function_null.py
-Q
4
python3 ./test.py
-f
2-query/count_partition.py
-Q
4
python3 ./test.py
-f
2-query/max_partition.py
-Q
4
python3 ./test.py
-f
2-query/last_row.py
-Q
4
python3 ./test.py
-f
2-query/tsbsQuery.py
-Q
4
#python3 ./test.py -f 2-query/sml.py -Q 4
python3 ./test.py
-f
2-query/interp.py
-Q
4
#
python3 ./test.py -f 2-query/between.py -Q 4
#
python3 ./test.py -f 2-query/distinct.py -Q 4
#
python3 ./test.py -f 2-query/varchar.py -Q 4
#
python3 ./test.py -f 2-query/ltrim.py -Q 4
#
python3 ./test.py -f 2-query/rtrim.py -Q 4
#
python3 ./test.py -f 2-query/length.py -Q 4
#
python3 ./test.py -f 2-query/char_length.py -Q 4
#
python3 ./test.py -f 2-query/upper.py -Q 4
#
python3 ./test.py -f 2-query/lower.py -Q 4
#
python3 ./test.py -f 2-query/join.py -Q 4
#
python3 ./test.py -f 2-query/join2.py -Q 4
#
python3 ./test.py -f 2-query/cast.py -Q 4
#
python3 ./test.py -f 2-query/substr.py -Q 4
#
python3 ./test.py -f 2-query/union.py -Q 4
#
python3 ./test.py -f 2-query/union1.py -Q 4
#
python3 ./test.py -f 2-query/concat.py -Q 4
#
python3 ./test.py -f 2-query/concat2.py -Q 4
#
python3 ./test.py -f 2-query/concat_ws.py -Q 4
#
python3 ./test.py -f 2-query/concat_ws2.py -Q 4
#
#
python3 ./test.py -f 2-query/check_tsdb.py -Q 4
#
python3 ./test.py -f 2-query/spread.py -Q 4
#
python3 ./test.py -f 2-query/hyperloglog.py -Q 4
#
python3 ./test.py -f 2-query/explain.py -Q 4
#
python3 ./test.py -f 2-query/leastsquares.py -Q 4
#
python3 ./test.py -f 2-query/timezone.py -Q 4
#
python3 ./test.py -f 2-query/Now.py -Q 4
#
python3 ./test.py -f 2-query/Today.py -Q 4
#
python3 ./test.py -f 2-query/max.py -Q 4
#
python3 ./test.py -f 2-query/min.py -Q 4
#
python3 ./test.py -f 2-query/count.py -Q 4
#
#
python3 ./test.py -f 2-query/last.py -Q 4
#
python3 ./test.py -f 2-query/first.py -Q 4
#
python3 ./test.py -f 2-query/To_iso8601.py -Q 4
#
python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 4
#
python3 ./test.py -f 2-query/timetruncate.py -Q 4
#
python3 ./test.py -f 2-query/diff.py -Q 4
#
python3 ./test.py -f 2-query/Timediff.py -Q 4
#
python3 ./test.py -f 2-query/json_tag.py -Q 4
#
python3 ./test.py -f 2-query/top.py -Q 4
#
python3 ./test.py -f 2-query/bottom.py -Q 4
#
python3 ./test.py -f 2-query/percentile.py -Q 4
#
python3 ./test.py -f 2-query/apercentile.py -Q 4
#
python3 ./test.py -f 2-query/abs.py -Q 4
#
python3 ./test.py -f 2-query/ceil.py -Q 4
#
python3 ./test.py -f 2-query/floor.py -Q 4
#
python3 ./test.py -f 2-query/round.py -Q 4
#
python3 ./test.py -f 2-query/log.py -Q 4
#
python3 ./test.py -f 2-query/pow.py -Q 4
#
python3 ./test.py -f 2-query/sqrt.py -Q 4
#
python3 ./test.py -f 2-query/sin.py -Q 4
#
python3 ./test.py -f 2-query/cos.py -Q 4
#
python3 ./test.py -f 2-query/tan.py -Q 4
#
python3 ./test.py -f 2-query/arcsin.py -Q 4
#
python3 ./test.py -f 2-query/arccos.py -Q 4
#
python3 ./test.py -f 2-query/arctan.py -Q 4
#
python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 4
#
#
python3 ./test.py -f 2-query/nestedQuery.py -Q 4
#
#
python3 ./test.py -f 2-query/nestedQuery_str.py -Q 4
#
#
python3 ./test.py -f 2-query/avg.py -Q 4
#
#
python3 ./test.py -f 2-query/elapsed.py -Q 4
#
python3 ./test.py -f 2-query/csum.py -Q 4
#
#
python3 ./test.py -f 2-query/mavg.py -Q 4
#
python3 ./test.py -f 2-query/sample.py -Q 4
#
python3 ./test.py -f 2-query/function_diff.py -Q 4
#
python3 ./test.py -f 2-query/unique.py -Q 4
#
python3 ./test.py -f 2-query/stateduration.py -Q 4
#
python3 ./test.py -f 2-query/function_stateduration.py -Q 4
#
python3 ./test.py -f 2-query/statecount.py -Q 4
#
python3 ./test.py -f 2-query/tail.py -Q 4
#
python3 ./test.py -f 2-query/ttl_comment.py -Q 4
#
python3 ./test.py -f 2-query/distribute_agg_count.py -Q 4
#
python3 ./test.py -f 2-query/distribute_agg_max.py -Q 4
#
python3 ./test.py -f 2-query/distribute_agg_min.py -Q 4
#
python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 4
#
python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 4
#
python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 4
#
python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 4
#
python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 4
#
python3 ./test.py -f 2-query/twa.py -Q 4
#
python3 ./test.py -f 2-query/irate.py -Q 4
#
python3 ./test.py -f 2-query/function_null.py -Q 4
#
python3 ./test.py -f 2-query/count_partition.py -Q 4
#
python3 ./test.py -f 2-query/max_partition.py -Q 4
#
python3 ./test.py -f 2-query/last_row.py -Q 4
#
python3 ./test.py -f 2-query/tsbsQuery.py -Q 4
#
#
python3 ./test.py -f 2-query/sml.py -Q 4
#
python3 ./test.py -f 2-query/interp.py -Q 4
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录