From 9d2f1a2f4b9855bf438db929dc98d24321307207 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Sun, 14 Jul 2024 17:40:55 +0800 Subject: [PATCH 01/16] test: test ci --- Jenkinsfile2 | 2 +- tests/parallel_test/cases.task | 2942 ++++++++++++++++---------------- 2 files changed, 1472 insertions(+), 1472 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 7df465ab2a..5e71ed39d5 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -401,7 +401,7 @@ pipeline { } } stage('linux test') { - agent{label " slave1_47 || slave1_48 || slave1_49 || slave1_50 || slave1_52 || slave1_59 || slave1_63 || worker03 || slave215 || slave217 || slave219 "} + agent{label "slave1_52 | slave217 || slave219 "} options { skipDefaultCheckout() } when { changeRequest() diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 4338187791..34289a27dc 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -1,668 +1,668 @@ -#Column Define -#caseID,rerunTimes,Run with Sanitizer,casePath,caseCommand -#NA,NA,y or n,script,./test.sh -f tsim/user/basic.sim +# #Column Define +# #caseID,rerunTimes,Run with Sanitizer,casePath,caseCommand +# #NA,NA,y or n,script,./test.sh -f tsim/user/basic.sim -#unit-test +# #unit-test -,,n,unit-test,bash test.sh +# ,,n,unit-test,bash test.sh -# -# army-test -# -,,y,army,./pytest.sh python3 ./test.py -f multi-level/mlevel_basic.py -N 3 -L 3 -D 2 -,,y,army,./pytest.sh python3 ./test.py -f db-encrypt/basic.py -,,n,army,python3 ./test.py -f s3/s3Basic.py -N 3 -,,y,army,./pytest.sh python3 ./test.py -f cluster/snapshot.py -N 3 -L 3 -D 2 -,,y,army,./pytest.sh python3 ./test.py -f query/function/test_func_elapsed.py -,,y,army,./pytest.sh python3 ./test.py -f query/test_join.py -,,y,army,./pytest.sh python3 ./test.py -f query/test_compare.py -,,y,army,./pytest.sh python3 ./test.py -f insert/test_column_tag_boundary.py -,,y,army,./pytest.sh python3 ./test.py -f query/fill/fill_desc.py -N 3 -L 3 -D 2 -,,y,army,./pytest.sh python3 ./test.py -f query/fill/fill_null.py -,,y,army,./pytest.sh python3 ./test.py -f cluster/incSnapshot.py -N 3 -,,y,army,./pytest.sh python3 ./test.py -f query/query_basic.py -N 3 -,,y,army,./pytest.sh python3 ./test.py -f query/accuracy/test_query_accuracy.py -,,y,army,./pytest.sh python3 ./test.py -f insert/insert_basic.py -N 3 -,,y,army,./pytest.sh python3 ./test.py -f cluster/splitVgroupByLearner.py -N 3 -,,y,army,./pytest.sh python3 ./test.py -f authorith/authBasic.py -N 3 -,,n,army,python3 ./test.py -f cmdline/fullopt.py -,,n,army,python3 ./test.py -f query/show.py -N 3 -,,n,army,python3 ./test.py -f alter/alterConfig.py -N 3 -,,y,army,./pytest.sh python3 ./test.py -f query/subquery/subqueryBugs.py -N 3 -,,y,army,./pytest.sh python3 ./test.py -f storage/oneStageComp.py -N 3 -L 3 -D 1 -,,y,army,./pytest.sh python3 ./test.py -f storage/compressBasic.py -N 3 -,,y,army,./pytest.sh python3 ./test.py -f grant/grantBugs.py -N 3 -,,y,army,./pytest.sh python3 ./test.py -f query/queryBugs.py -N 3 +# # +# # army-test +# # +# ,,y,army,./pytest.sh python3 ./test.py -f multi-level/mlevel_basic.py -N 3 -L 3 -D 2 +# ,,y,army,./pytest.sh python3 ./test.py -f db-encrypt/basic.py +# ,,n,army,python3 ./test.py -f s3/s3Basic.py -N 3 +# ,,y,army,./pytest.sh python3 ./test.py -f cluster/snapshot.py -N 3 -L 3 -D 2 +# ,,y,army,./pytest.sh python3 ./test.py -f query/function/test_func_elapsed.py +# ,,y,army,./pytest.sh python3 ./test.py -f query/test_join.py +# ,,y,army,./pytest.sh python3 ./test.py -f query/test_compare.py +# ,,y,army,./pytest.sh python3 ./test.py -f insert/test_column_tag_boundary.py +# ,,y,army,./pytest.sh python3 ./test.py -f query/fill/fill_desc.py -N 3 -L 3 -D 2 +# ,,y,army,./pytest.sh python3 ./test.py -f query/fill/fill_null.py +# ,,y,army,./pytest.sh python3 ./test.py -f cluster/incSnapshot.py -N 3 +# ,,y,army,./pytest.sh python3 ./test.py -f query/query_basic.py -N 3 +# ,,y,army,./pytest.sh python3 ./test.py -f query/accuracy/test_query_accuracy.py +# ,,y,army,./pytest.sh python3 ./test.py -f insert/insert_basic.py -N 3 +# ,,y,army,./pytest.sh python3 ./test.py -f cluster/splitVgroupByLearner.py -N 3 +# ,,y,army,./pytest.sh python3 ./test.py -f authorith/authBasic.py -N 3 +# ,,n,army,python3 ./test.py -f cmdline/fullopt.py +# ,,n,army,python3 ./test.py -f query/show.py -N 3 +# ,,n,army,python3 ./test.py -f alter/alterConfig.py -N 3 +# ,,y,army,./pytest.sh python3 ./test.py -f query/subquery/subqueryBugs.py -N 3 +# ,,y,army,./pytest.sh python3 ./test.py -f storage/oneStageComp.py -N 3 -L 3 -D 1 +# ,,y,army,./pytest.sh python3 ./test.py -f storage/compressBasic.py -N 3 +# ,,y,army,./pytest.sh python3 ./test.py -f grant/grantBugs.py -N 3 +# ,,y,army,./pytest.sh python3 ./test.py -f query/queryBugs.py -N 3 -# -# system test -# -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_multi_agg.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_basic.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/scalar_function.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_interval.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_session.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_state_window.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_interval.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_session.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_state_window.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_interval.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_session.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_interval_ext.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_interval_ext.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_session_ext.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/partition_interval.py -,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/pause_resume_test.py -#,,n,system-test,python3 ./test.py -f 8-stream/vnode_restart.py -N 4 -#,,n,system-test,python3 ./test.py -f 8-stream/snode_restart.py -N 4 -,,n,system-test,python3 ./test.py -f 8-stream/snode_restart_with_checkpoint.py -N 4 +# # +# # system test +# # +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_multi_agg.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_basic.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/scalar_function.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_interval.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_session.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_state_window.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_interval.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_session.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_state_window.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_interval.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_session.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_interval_ext.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_interval_ext.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_session_ext.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/partition_interval.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/pause_resume_test.py +# #,,n,system-test,python3 ./test.py -f 8-stream/vnode_restart.py -N 4 +# #,,n,system-test,python3 ./test.py -f 8-stream/snode_restart.py -N 4 +# ,,n,system-test,python3 ./test.py -f 8-stream/snode_restart_with_checkpoint.py -N 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_error.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_func.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_varchar.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_func_group.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_expr.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/project_group.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname_vgroup.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_interval.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/compact-col.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tms_memleak.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/para_tms.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/para_tms2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqShow.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb0.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb3.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb0.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/ins_topics_test.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxTopic.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqClientConsLog.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxGroupIds.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumeDiscontinuousData.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqOffset.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_primary_key.py -,,n,system-test,python3 ./test.py -f 7-tmq/tmqDropConsumer.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_error.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_func.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_varchar.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_func_group.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_expr.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/project_group.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname_vgroup.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_interval.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/compact-col.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tms_memleak.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/para_tms.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/para_tms2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqShow.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb0.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb3.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb0.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/ins_topics_test.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxTopic.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqClientConsLog.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxGroupIds.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumeDiscontinuousData.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqOffset.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_primary_key.py +# ,,n,system-test,python3 ./test.py -f 7-tmq/tmqDropConsumer.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_stb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_stable.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/stt_blocks_check.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/database_pre_suf.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_stb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_stable.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/stt_blocks_check.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/database_pre_suf.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreDnode.py -N 5 -M 3 -i False -,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreVnode.py -N 5 -M 3 -i False -,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreMnode.py -N 5 -M 3 -i False -,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreQnode.py -N 5 -M 3 -i False +# ,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreDnode.py -N 5 -M 3 -i False +# ,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreVnode.py -N 5 -M 3 -i False +# ,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreMnode.py -N 5 -M 3 -i False +# ,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreQnode.py -N 5 -M 3 -i False -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/create_wrong_topic.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dropDbR3ConflictTransaction.py -N 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/basic5.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb3.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb4.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb4.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/db.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqError.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/schema.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbFilterWhere.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbFilter.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData1.py -#,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumerGroup.py -,,n,system-test,python3 ./test.py -f 7-tmq/tmqConsumerGroup.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAlterSchema.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot0.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStbCtb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_taosx.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts4563.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_replay.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSeekAndCommit.py -,,n,system-test,python3 ./test.py -f 7-tmq/tmq_offset.py -,,n,system-test,python3 ./test.py -f 7-tmq/tmqDataPrecisionUnit.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/raw_block_interface_test.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSubscribeStb-r3.py -N 5 -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -i True -,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -n 3 -i True -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db-removewal.py -N 2 -n 1 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb-removewal.py -N 6 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 2 -n 1 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 6 -n 3 -#,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db.py -N 6 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 2 -n 1 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata-false.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-false.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-false.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-column.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-column-false.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-db.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-db-false.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/create_wrong_topic.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dropDbR3ConflictTransaction.py -N 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/basic5.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb3.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb4.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb4.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/db.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqError.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/schema.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbFilterWhere.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbFilter.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData1.py +# #,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumerGroup.py +# ,,n,system-test,python3 ./test.py -f 7-tmq/tmqConsumerGroup.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAlterSchema.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot0.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStbCtb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_taosx.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts4563.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_replay.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSeekAndCommit.py +# ,,n,system-test,python3 ./test.py -f 7-tmq/tmq_offset.py +# ,,n,system-test,python3 ./test.py -f 7-tmq/tmqDataPrecisionUnit.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/raw_block_interface_test.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSubscribeStb-r3.py -N 5 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -i True +# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -n 3 -i True +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db-removewal.py -N 2 -n 1 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb-removewal.py -N 6 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 2 -n 1 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 6 -n 3 +# #,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db.py -N 6 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 2 -n 1 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata-false.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-false.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-false.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-column.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-column-false.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-db.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-db-false.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeReplicate.py -M 3 -N 3 -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-19201.py -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3404.py -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3581.py -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3311.py -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3821.py +# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeReplicate.py -M 3 -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-19201.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3404.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3581.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3311.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3821.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/balance_vgroups_r1.py -N 6 -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShell.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellError.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellNetChk.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/telemetry.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/backquote_check.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosdMonitor.py -,,n,system-test,python3 ./test.py -f 0-others/taosdShell.py -N 5 -M 3 -Q 3 -,,n,system-test,python3 ./test.py -f 0-others/udfTest.py -,,n,system-test,python3 ./test.py -f 0-others/udf_create.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_restart_taosd.py -,,n,system-test,python3 ./test.py -f 0-others/udf_cfg1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_cfg2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/cachemodel.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/sysinfo.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_control.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_manage.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege_show.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege_all.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/fsync.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/multilevel.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttl.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttlChangeOnWrite.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compress_tsz1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compress_tsz2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/view/non_marterial_view/test_view.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_show_table_distributed.py -,,n,system-test,python3 ./test.py -f 0-others/compatibility.py -,,n,system-test,python3 ./test.py -f 0-others/tag_index_basic.py -,,n,system-test,python3 ./test.py -f 0-others/udfpy_main.py -,,n,system-test,python3 ./test.py -N 3 -f 0-others/walRetention.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroup.py -N 3 -n 1 -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroupWal.py -N 3 -n 1 -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroup.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroupWal.py -N 3 -n 3 -,,n,system-test,python3 ./test.py -f 0-others/timeRangeWise.py -N 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/delete_check.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_hot_refresh_configurations.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/subscribe_stream_privilege.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/empty_identifier.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/balance_vgroups_r1.py -N 6 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShell.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellError.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellNetChk.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/telemetry.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/backquote_check.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosdMonitor.py +# ,,n,system-test,python3 ./test.py -f 0-others/taosdShell.py -N 5 -M 3 -Q 3 +# ,,n,system-test,python3 ./test.py -f 0-others/udfTest.py +# ,,n,system-test,python3 ./test.py -f 0-others/udf_create.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_restart_taosd.py +# ,,n,system-test,python3 ./test.py -f 0-others/udf_cfg1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_cfg2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/cachemodel.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/sysinfo.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_control.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_manage.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege_show.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege_all.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/fsync.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/multilevel.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttl.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttlChangeOnWrite.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compress_tsz1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compress_tsz2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/view/non_marterial_view/test_view.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_show_table_distributed.py +# ,,n,system-test,python3 ./test.py -f 0-others/compatibility.py +# ,,n,system-test,python3 ./test.py -f 0-others/tag_index_basic.py +# ,,n,system-test,python3 ./test.py -f 0-others/udfpy_main.py +# ,,n,system-test,python3 ./test.py -N 3 -f 0-others/walRetention.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroup.py -N 3 -n 1 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroupWal.py -N 3 -n 1 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroup.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroupWal.py -N 3 -n 3 +# ,,n,system-test,python3 ./test.py -f 0-others/timeRangeWise.py -N 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/delete_check.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_hot_refresh_configurations.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/subscribe_stream_privilege.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/empty_identifier.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_create.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_insert.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_delete.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_double.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_database.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_replica.py -N 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_telnet_line_taosc_insert.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_json_taosc_insert.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_muti_insert_query.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_set_tbname_tag.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_stable.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_table.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/boundary.py -,,n,system-test,python3 ./test.py -f 1-insert/insertWithMoreVgroup.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_comment.py -#,,n,system-test,python3 ./test.py -f 1-insert/time_range_wise.py -#,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/block_wise.py -#,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/create_retentions.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/mutil_stage.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data_muti_rows.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/db_tb_name_check.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/InsertFuturets.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_wide_column.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_column_value.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_benchmark.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/precisionUS.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/precisionNS.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4219.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/ts-4272.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4295.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td27388.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4479.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td29793.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_timestamp.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td29157.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show_tag_index.py -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/information_schema.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py -N 3 -n 3 -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/limit.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/orderBy.py -N 5 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaBasic.py -N 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/sma_index.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml_TS-3724.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml-TD19291.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varbinary.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/tb_100w_data_order.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_childtable.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_normaltable.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_systable.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/keep_expired.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/stmt_error.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py -,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py -N 3 -M 3 -i False -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/systable_func.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4382.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4403.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_td28163.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tagFilter.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts_3405_3398_3423.py -N 3 -n 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4348-td-27939.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/backslash_g.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4467.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/geometry.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_create.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_insert.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_delete.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_double.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_database.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_replica.py -N 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_telnet_line_taosc_insert.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_json_taosc_insert.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_muti_insert_query.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_set_tbname_tag.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_stable.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_table.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/boundary.py +# ,,n,system-test,python3 ./test.py -f 1-insert/insertWithMoreVgroup.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_comment.py +# #,,n,system-test,python3 ./test.py -f 1-insert/time_range_wise.py +# #,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/block_wise.py +# #,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/create_retentions.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/mutil_stage.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data_muti_rows.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/db_tb_name_check.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/InsertFuturets.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_wide_column.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_column_value.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_benchmark.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/precisionUS.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/precisionNS.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4219.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/ts-4272.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4295.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td27388.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4479.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td29793.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_timestamp.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td29157.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show_tag_index.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/information_schema.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py -N 3 -n 3 -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/limit.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/orderBy.py -N 5 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaBasic.py -N 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/sma_index.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml_TS-3724.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml-TD19291.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varbinary.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/tb_100w_data_order.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_childtable.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_normaltable.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_systable.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/keep_expired.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/stmt_error.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py -N 3 -M 3 -i False -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/systable_func.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4382.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4403.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_td28163.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tagFilter.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts_3405_3398_3423.py -N 3 -n 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4348-td-27939.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/backslash_g.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4467.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/geometry.py +# ,,n,system-test,python3 ./test.py -f 2-query/queryQnode.py -,,n,system-test,python3 ./test.py -f 2-query/queryQnode.py ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode1mnode.py ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode2mnode.py -N 5 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3 @@ -676,7 +676,6 @@ ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 6 -M 3 -n 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py -N 6 -M 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py -N 6 -M 3 -n 3 - ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeModifyMeta.py -N 6 -M 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeModifyMeta.py -N 6 -M 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 6 -M 3 @@ -703,830 +702,831 @@ ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas.py -N 4 -M 1 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys.py -N 4 -M 1 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py -N 4 -M 1 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 4 -#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 4 -#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 4 -#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 2 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -R -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/odbc.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill_with_group.py -,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/state_window.py -Q 3 -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 4 -,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-20582.py -,,n,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insertMix.py -N 3 -,,n,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/stt.py -N 3 -,,n,system-test,python3 ./test.py -f eco-system/meta/database/keep_time_offset.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 2 -#tsim test -,,y,script,./test.sh -f tsim/query/timeline.sim -,,y,script,./test.sh -f tsim/join/join.sim -,,y,script,./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim -,,y,script,./test.sh -f tsim/parser/where.sim -,,y,script,./test.sh -f tsim/parser/join_manyblocks.sim -,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim -,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim -,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim -,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim -,,y,script,./test.sh -f tsim/parser/limit1.sim -,,y,script,./test.sh -f tsim/parser/union.sim -,,y,script,./test.sh -f tsim/parser/commit.sim -,,y,script,./test.sh -f tsim/parser/nestquery.sim -,,n,script,./test.sh -f tsim/valgrind/checkError7.sim -,,y,script,./test.sh -f tsim/parser/groupby.sim -,,y,script,./test.sh -f tsim/parser/sliding.sim -,,y,script,./test.sh -f tsim/dnode/balance2.sim -,,y,script,./test.sh -f tsim/vnode/replica3_repeat.sim -,,y,script,./test.sh -f tsim/parser/col_arithmetic_operation.sim -#,,y,script,./test.sh -f tsim/trans/create_db.sim -,,y,script,./test.sh -f tsim/dnode/balance3.sim -,,y,script,./test.sh -f tsim/vnode/replica3_many.sim -,,y,script,./test.sh -f tsim/stable/metrics_idx.sim -# ,,y,script,./test.sh -f tsim/db/alter_replica_13.sim -,,y,script,./test.sh -f tsim/sync/3Replica1VgElect.sim -,,y,script,./test.sh -f tsim/sync/3Replica5VgElect.sim -,,n,script,./test.sh -f tsim/valgrind/checkError6.sim +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 4 +# #,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 4 +# #,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 4 +# #,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 2 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -R +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/odbc.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill_with_group.py +# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/state_window.py -Q 3 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 4 +# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-20582.py +# ,,n,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insertMix.py -N 3 +# ,,n,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/stt.py -N 3 +# ,,n,system-test,python3 ./test.py -f eco-system/meta/database/keep_time_offset.py -,,y,script,./test.sh -f tsim/user/basic.sim -,,y,script,./test.sh -f tsim/user/password.sim -,,y,script,./test.sh -f tsim/user/whitelist.sim -,,y,script,./test.sh -f tsim/user/privilege_db.sim -,,y,script,./test.sh -f tsim/user/privilege_sysinfo.sim -,,y,script,./test.sh -f tsim/user/privilege_topic.sim -,,y,script,./test.sh -f tsim/user/privilege_table.sim -,,y,script,./test.sh -f tsim/user/privilege_create_db.sim -,,y,script,./test.sh -f tsim/db/alter_option.sim -# ,,y,script,./test.sh -f tsim/db/alter_replica_31.sim -,,y,script,./test.sh -f tsim/db/basic1.sim -,,y,script,./test.sh -f tsim/db/basic2.sim -,,y,script,./test.sh -f tsim/db/basic3.sim -,,y,script,./test.sh -f tsim/db/basic4.sim -,,y,script,./test.sh -f tsim/db/basic5.sim -,,y,script,./test.sh -f tsim/db/basic6.sim -,,y,script,./test.sh -f tsim/db/commit.sim -,,y,script,./test.sh -f tsim/db/create_all_options.sim -,,y,script,./test.sh -f tsim/db/delete_reuse1.sim -,,y,script,./test.sh -f tsim/db/delete_reuse2.sim -,,y,script,./test.sh -f tsim/db/delete_reusevnode.sim -,,y,script,./test.sh -f tsim/db/delete_reusevnode2.sim -,,y,script,./test.sh -f tsim/db/delete_writing1.sim -,,y,script,./test.sh -f tsim/db/delete_writing2.sim -,,y,script,./test.sh -f tsim/db/error1.sim -,,y,script,./test.sh -f tsim/db/keep.sim -,,y,script,./test.sh -f tsim/db/len.sim -,,y,script,./test.sh -f tsim/db/repeat.sim -,,y,script,./test.sh -f tsim/db/show_create_db.sim -,,y,script,./test.sh -f tsim/db/show_create_table.sim -,,y,script,./test.sh -f tsim/db/tables.sim -,,y,script,./test.sh -f tsim/db/taosdlog.sim -,,y,script,./test.sh -f tsim/db/table_prefix_suffix.sim -,,y,script,./test.sh -f tsim/dnode/balance_replica1.sim -,,y,script,./test.sh -f tsim/dnode/balance_replica3.sim -,,y,script,./test.sh -f tsim/dnode/balance1.sim -,,y,script,./test.sh -f tsim/dnode/balancex.sim -,,y,script,./test.sh -f tsim/dnode/create_dnode.sim -,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim -,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim -,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim -,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica3.sim -,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica1.sim -,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim -,,y,script,./test.sh -f tsim/dnode/drop_dnode_force.sim -,,y,script,./test.sh -f tsim/dnode/offline_reason.sim -,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim -,,y,script,./test.sh -f tsim/dnode/vnode_clean.sim -,,y,script,./test.sh -f tsim/dnode/use_dropped_dnode.sim -,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica1.sim -,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica3.sim -,,y,script,./test.sh -f tsim/import/basic.sim -,,y,script,./test.sh -f tsim/import/commit.sim -,,y,script,./test.sh -f tsim/import/large.sim -,,y,script,./test.sh -f tsim/import/replica1.sim -,,y,script,./test.sh -f tsim/insert/backquote.sim -,,y,script,./test.sh -f tsim/insert/basic.sim -,,y,script,./test.sh -f tsim/insert/basic0.sim -,,y,script,./test.sh -f tsim/insert/basic1.sim -,,y,script,./test.sh -f tsim/insert/basic2.sim -,,y,script,./test.sh -f tsim/insert/commit-merge0.sim -,,y,script,./test.sh -f tsim/insert/insert_drop.sim -,,y,script,./test.sh -f tsim/insert/insert_select.sim -,,y,script,./test.sh -f tsim/insert/null.sim -,,y,script,./test.sh -f tsim/insert/query_block1_file.sim -,,y,script,./test.sh -f tsim/insert/query_block1_memory.sim -,,y,script,./test.sh -f tsim/insert/query_block2_file.sim -,,y,script,./test.sh -f tsim/insert/query_block2_memory.sim -,,y,script,./test.sh -f tsim/insert/query_file_memory.sim -,,y,script,./test.sh -f tsim/insert/query_multi_file.sim -,,y,script,./test.sh -f tsim/insert/tcp.sim -,,y,script,./test.sh -f tsim/insert/update0.sim -,,y,script,./test.sh -f tsim/insert/delete0.sim -,,y,script,./test.sh -f tsim/insert/update1_sort_merge.sim -,,y,script,./test.sh -f tsim/insert/update2.sim -,,y,script,./test.sh -f tsim/insert/insert_stb.sim -,,y,script,./test.sh -f tsim/parser/alter__for_community_version.sim -,,y,script,./test.sh -f tsim/parser/alter_column.sim -,,y,script,./test.sh -f tsim/parser/alter_stable.sim -,,y,script,./test.sh -f tsim/parser/alter.sim -,,y,script,./test.sh -f tsim/parser/alter1.sim -,,y,script,./test.sh -f tsim/parser/auto_create_tb_drop_tb.sim -,,y,script,./test.sh -f tsim/parser/auto_create_tb.sim -,,y,script,./test.sh -f tsim/parser/between_and.sim -,,y,script,./test.sh -f tsim/parser/binary_escapeCharacter.sim -,,y,script,./test.sh -f tsim/parser/columnValue_bigint.sim -,,y,script,./test.sh -f tsim/parser/columnValue_bool.sim -,,y,script,./test.sh -f tsim/parser/columnValue_double.sim -,,y,script,./test.sh -f tsim/parser/columnValue_float.sim -,,y,script,./test.sh -f tsim/parser/columnValue_int.sim -,,y,script,./test.sh -f tsim/parser/columnValue_smallint.sim -,,y,script,./test.sh -f tsim/parser/columnValue_tinyint.sim -,,y,script,./test.sh -f tsim/parser/columnValue_unsign.sim -,,y,script,./test.sh -f tsim/parser/columnValue_uint.sim -,,y,script,./test.sh -f tsim/parser/columnValue_timestamp.sim -,,y,script,./test.sh -f tsim/parser/columnValue_varchar.sim -,,y,script,./test.sh -f tsim/parser/columnValue_nchar.sim -,,y,script,./test.sh -f tsim/parser/columnValue_varbinary.sim -,,y,script,./test.sh -f tsim/parser/columnValue_json.sim -,,y,script,./test.sh -f tsim/parser/columnValue_geometry.sim -,,y,script,./test.sh -f tsim/parser/condition.sim -,,y,script,./test.sh -f tsim/parser/condition_scl.sim -,,y,script,./test.sh -f tsim/parser/constCol.sim -,,y,script,./test.sh -f tsim/parser/create_db.sim -,,y,script,./test.sh -f tsim/parser/create_mt.sim -,,y,script,./test.sh -f tsim/parser/create_tb_with_tag_name.sim -,,y,script,./test.sh -f tsim/parser/create_tb.sim -,,y,script,./test.sh -f tsim/parser/dbtbnameValidate.sim -,,y,script,./test.sh -f tsim/parser/distinct.sim -,,y,script,./test.sh -f tsim/parser/fill_us.sim -,,y,script,./test.sh -f tsim/parser/fill.sim -,,y,script,./test.sh -f tsim/parser/first_last.sim -,,y,script,./test.sh -f tsim/parser/fill_stb.sim -,,y,script,./test.sh -f tsim/parser/interp.sim -,,y,script,./test.sh -f tsim/parser/fourArithmetic-basic.sim -,,y,script,./test.sh -f tsim/parser/function.sim -,,y,script,./test.sh -f tsim/parser/groupby-basic.sim -,,y,script,./test.sh -f tsim/parser/having_child.sim -,,y,script,./test.sh -f tsim/parser/having.sim -,,y,script,./test.sh -f tsim/parser/import_commit1.sim -,,y,script,./test.sh -f tsim/parser/import_commit2.sim -,,y,script,./test.sh -f tsim/parser/import_commit3.sim -,,y,script,./test.sh -f tsim/parser/import_file.sim -,,y,script,./test.sh -f tsim/parser/import.sim -,,y,script,./test.sh -f tsim/parser/insert_multiTbl.sim -,,y,script,./test.sh -f tsim/parser/insert_tb.sim -,,y,script,./test.sh -f tsim/parser/join_multitables.sim -,,y,script,./test.sh -f tsim/parser/join_multivnode.sim -,,y,script,./test.sh -f tsim/parser/join.sim -,,y,script,./test.sh -f tsim/parser/last_cache.sim -,,y,script,./test.sh -f tsim/parser/last_both.sim -,,y,script,./test.sh -f tsim/parser/last_groupby.sim -,,y,script,./test.sh -f tsim/parser/lastrow.sim -,,y,script,./test.sh -f tsim/parser/lastrow2.sim -,,y,script,./test.sh -f tsim/parser/like.sim -,,y,script,./test.sh -f tsim/parser/limit.sim -,,y,script,./test.sh -f tsim/parser/mixed_blocks.sim -,,y,script,./test.sh -f tsim/parser/nchar.sim -,,y,script,./test.sh -f tsim/parser/null_char.sim -,,y,script,./test.sh -f tsim/parser/precision_ns.sim -,,y,script,./test.sh -f tsim/parser/projection_limit_offset.sim -,,y,script,./test.sh -f tsim/parser/regex.sim -,,y,script,./test.sh -f tsim/parser/regressiontest.sim -,,y,script,./test.sh -f tsim/parser/select_across_vnodes.sim -,,y,script,./test.sh -f tsim/parser/select_distinct_tag.sim -,,y,script,./test.sh -f tsim/parser/select_from_cache_disk.sim -,,y,script,./test.sh -f tsim/parser/select_with_tags.sim -,,y,script,./test.sh -f tsim/parser/selectResNum.sim -,,y,script,./test.sh -f tsim/parser/set_tag_vals.sim -,,y,script,./test.sh -f tsim/parser/single_row_in_tb.sim -,,y,script,./test.sh -f tsim/parser/slimit_alter_tags.sim -,,y,script,./test.sh -f tsim/parser/slimit.sim -,,y,script,./test.sh -f tsim/parser/slimit1.sim -,,y,script,./test.sh -f tsim/parser/stableOp.sim -,,y,script,./test.sh -f tsim/parser/tags_dynamically_specifiy.sim -,,y,script,./test.sh -f tsim/parser/tags_filter.sim -,,y,script,./test.sh -f tsim/parser/tbnameIn.sim -,,y,script,./test.sh -f tsim/parser/timestamp.sim -,,y,script,./test.sh -f tsim/parser/top_groupby.sim -,,y,script,./test.sh -f tsim/parser/topbot.sim -,,y,script,./test.sh -f tsim/parser/union_sysinfo.sim -,,y,script,./test.sh -f tsim/parser/slimit_limit.sim -,,y,script,./test.sh -f tsim/parser/table_merge_limit.sim -,,y,script,./test.sh -f tsim/query/tagLikeFilter.sim -,,y,script,./test.sh -f tsim/query/charScalarFunction.sim -,,y,script,./test.sh -f tsim/query/explain.sim -,,y,script,./test.sh -f tsim/query/interval-offset.sim -,,y,script,./test.sh -f tsim/query/interval.sim -,,y,script,./test.sh -f tsim/query/scalarFunction.sim -,,y,script,./test.sh -f tsim/query/scalarNull.sim -,,y,script,./test.sh -f tsim/query/session.sim -,,y,script,./test.sh -f tsim/query/udf.sim -,,n,script,./test.sh -f tsim/query/udfpy.sim -,,y,script,./test.sh -f tsim/query/udf_with_const.sim -,,y,script,./test.sh -f tsim/query/join_interval.sim -,,y,script,./test.sh -f tsim/query/join_pk.sim -,,y,script,./test.sh -f tsim/query/join_order.sim -,,y,script,./test.sh -f tsim/query/count_spread.sim -,,y,script,./test.sh -f tsim/query/unionall_as_table.sim -,,y,script,./test.sh -f tsim/query/multi_order_by.sim -,,y,script,./test.sh -f tsim/query/sys_tbname.sim -,,y,script,./test.sh -f tsim/query/sort-pre-cols.sim -,,y,script,./test.sh -f tsim/query/groupby.sim -,,y,script,./test.sh -f tsim/query/groupby_distinct.sim -,,y,script,./test.sh -f tsim/query/event.sim -,,y,script,./test.sh -f tsim/query/forceFill.sim -,,y,script,./test.sh -f tsim/query/emptyTsRange.sim -,,y,script,./test.sh -f tsim/query/emptyTsRange_scl.sim -,,y,script,./test.sh -f tsim/query/partitionby.sim -,,y,script,./test.sh -f tsim/query/tableCount.sim -,,y,script,./test.sh -f tsim/query/show_db_table_kind.sim -,,y,script,./test.sh -f tsim/query/bi_star_table.sim -,,y,script,./test.sh -f tsim/query/bi_tag_scan.sim -,,y,script,./test.sh -f tsim/query/bi_tbname_col.sim -,,y,script,./test.sh -f tsim/query/tag_scan.sim -,,y,script,./test.sh -f tsim/query/nullColSma.sim -,,y,script,./test.sh -f tsim/query/bug3398.sim -,,y,script,./test.sh -f tsim/query/explain_tsorder.sim -,,y,script,./test.sh -f tsim/query/apercentile.sim -,,y,script,./test.sh -f tsim/query/query_count0.sim -,,y,script,./test.sh -f tsim/query/query_count_sliding0.sim -,,y,script,./test.sh -f tsim/query/union_precision.sim -,,y,script,./test.sh -f tsim/qnode/basic1.sim -,,y,script,./test.sh -f tsim/snode/basic1.sim -,,y,script,./test.sh -f tsim/mnode/basic1.sim -,,y,script,./test.sh -f tsim/mnode/basic2.sim -,,y,script,./test.sh -f tsim/mnode/basic3.sim -,,y,script,./test.sh -f tsim/mnode/basic4.sim -,,y,script,./test.sh -f tsim/mnode/basic5.sim -,,y,script,./test.sh -f tsim/show/basic.sim -,,y,script,./test.sh -f tsim/table/autocreate.sim -,,y,script,./test.sh -f tsim/table/basic1.sim -,,y,script,./test.sh -f tsim/table/basic2.sim -,,y,script,./test.sh -f tsim/table/basic3.sim -,,y,script,./test.sh -f tsim/table/bigint.sim -,,y,script,./test.sh -f tsim/table/binary.sim -,,y,script,./test.sh -f tsim/table/bool.sim -,,y,script,./test.sh -f tsim/table/column_name.sim -,,y,script,./test.sh -f tsim/table/column_num.sim -,,y,script,./test.sh -f tsim/table/column_value.sim -,,y,script,./test.sh -f tsim/table/column2.sim -,,y,script,./test.sh -f tsim/table/createmulti.sim -,,y,script,./test.sh -f tsim/table/date.sim -,,y,script,./test.sh -f tsim/table/db.table.sim -,,y,script,./test.sh -f tsim/table/delete_reuse1.sim -,,y,script,./test.sh -f tsim/table/delete_reuse2.sim -,,y,script,./test.sh -f tsim/table/delete_writing.sim -,,y,script,./test.sh -f tsim/table/describe.sim -,,y,script,./test.sh -f tsim/table/double.sim -,,y,script,./test.sh -f tsim/table/float.sim -,,y,script,./test.sh -f tsim/table/hash.sim -,,y,script,./test.sh -f tsim/table/int.sim -,,y,script,./test.sh -f tsim/table/limit.sim -,,y,script,./test.sh -f tsim/table/smallint.sim -,,y,script,./test.sh -f tsim/table/table_len.sim -,,y,script,./test.sh -f tsim/table/table.sim -,,y,script,./test.sh -f tsim/table/tinyint.sim -,,y,script,./test.sh -f tsim/table/vgroup.sim -,,n,script,./test.sh -f tsim/stream/basic0.sim -g -,,y,script,./test.sh -f tsim/stream/basic1.sim -,,y,script,./test.sh -f tsim/stream/basic2.sim -,,y,script,./test.sh -f tsim/stream/basic3.sim -,,y,script,./test.sh -f tsim/stream/basic4.sim -,,y,script,./test.sh -f tsim/stream/checkpointInterval0.sim -,,y,script,./test.sh -f tsim/stream/checkStreamSTable1.sim -,,y,script,./test.sh -f tsim/stream/checkStreamSTable.sim -,,y,script,./test.sh -f tsim/stream/count0.sim -,,y,script,./test.sh -f tsim/stream/count1.sim -,,y,script,./test.sh -f tsim/stream/count2.sim -,,y,script,./test.sh -f tsim/stream/count3.sim -,,y,script,./test.sh -f tsim/stream/countSliding0.sim -,,y,script,./test.sh -f tsim/stream/countSliding1.sim -,,y,script,./test.sh -f tsim/stream/countSliding2.sim -,,y,script,./test.sh -f tsim/stream/deleteInterval.sim -,,y,script,./test.sh -f tsim/stream/deleteScalar.sim -,,y,script,./test.sh -f tsim/stream/deleteSession.sim -,,y,script,./test.sh -f tsim/stream/deleteState.sim -,,y,script,./test.sh -f tsim/stream/distributeInterval0.sim -,,y,script,./test.sh -f tsim/stream/distributeIntervalRetrive0.sim -,,y,script,./test.sh -f tsim/stream/distributeMultiLevelInterval0.sim -,,y,script,./test.sh -f tsim/stream/distributeSession0.sim -,,y,script,./test.sh -f tsim/stream/drop_stream.sim -,,y,script,./test.sh -f tsim/stream/event0.sim -,,y,script,./test.sh -f tsim/stream/event1.sim -,,y,script,./test.sh -f tsim/stream/event2.sim -,,y,script,./test.sh -f tsim/stream/fillHistoryBasic1.sim -,,y,script,./test.sh -f tsim/stream/fillHistoryBasic2.sim -,,y,script,./test.sh -f tsim/stream/fillHistoryBasic3.sim -,,y,script,./test.sh -f tsim/stream/fillIntervalDelete0.sim -,,y,script,./test.sh -f tsim/stream/fillIntervalDelete1.sim -,,y,script,./test.sh -f tsim/stream/fillIntervalLinear.sim -,,y,script,./test.sh -f tsim/stream/fillIntervalPartitionBy.sim -,,y,script,./test.sh -f tsim/stream/fillIntervalPrevNext1.sim -,,y,script,./test.sh -f tsim/stream/fillIntervalPrevNext.sim -,,y,script,./test.sh -f tsim/stream/fillIntervalRange.sim -,,y,script,./test.sh -f tsim/stream/fillIntervalValue.sim -,,y,script,./test.sh -f tsim/stream/ignoreCheckUpdate.sim -,,y,script,./test.sh -f tsim/stream/ignoreExpiredData.sim -,,y,script,./test.sh -f tsim/stream/partitionby1.sim -,,y,script,./test.sh -f tsim/stream/partitionbyColumnInterval.sim -,,y,script,./test.sh -f tsim/stream/partitionbyColumnOther.sim -,,y,script,./test.sh -f tsim/stream/partitionbyColumnSession.sim -,,y,script,./test.sh -f tsim/stream/partitionbyColumnState.sim -,,y,script,./test.sh -f tsim/stream/partitionby.sim -,,y,script,./test.sh -f tsim/stream/pauseAndResume.sim -,,y,script,./test.sh -f tsim/stream/schedSnode.sim -,,y,script,./test.sh -f tsim/stream/session0.sim -,,y,script,./test.sh -f tsim/stream/session1.sim -,,y,script,./test.sh -f tsim/stream/sliding.sim -,,y,script,./test.sh -f tsim/stream/state0.sim -,,y,script,./test.sh -f tsim/stream/state1.sim -,,y,script,./test.sh -f tsim/stream/streamPrimaryKey0.sim -,,y,script,./test.sh -f tsim/stream/streamPrimaryKey1.sim -,,y,script,./test.sh -f tsim/stream/streamPrimaryKey2.sim -,,y,script,./test.sh -f tsim/stream/streamPrimaryKey3.sim -,,y,script,./test.sh -f tsim/stream/triggerInterval0.sim -,,y,script,./test.sh -f tsim/stream/triggerSession0.sim -,,y,script,./test.sh -f tsim/stream/udTableAndCol0.sim -,,y,script,./test.sh -f tsim/stream/udTableAndTag0.sim -,,y,script,./test.sh -f tsim/stream/udTableAndTag1.sim -,,y,script,./test.sh -f tsim/stream/udTableAndTag2.sim -,,y,script,./test.sh -f tsim/stream/windowClose.sim -,,y,script,./test.sh -f tsim/trans/lossdata1.sim -,,y,script,./test.sh -f tsim/tmq/basic1.sim -,,y,script,./test.sh -f tsim/tmq/basic2.sim -,,y,script,./test.sh -f tsim/tmq/basic3.sim -,,y,script,./test.sh -f tsim/tmq/basic4.sim -,,y,script,./test.sh -f tsim/tmq/basic1Of2Cons.sim -,,y,script,./test.sh -f tsim/tmq/basic2Of2Cons.sim -,,y,script,./test.sh -f tsim/tmq/basic3Of2Cons.sim -,,y,script,./test.sh -f tsim/tmq/basic4Of2Cons.sim -,,y,script,./test.sh -f tsim/tmq/topic.sim -,,y,script,./test.sh -f tsim/tmq/snapshot.sim -,,y,script,./test.sh -f tsim/tmq/snapshot1.sim -,,y,script,./test.sh -f tsim/stable/alter_comment.sim -,,y,script,./test.sh -f tsim/stable/alter_count.sim -,,y,script,./test.sh -f tsim/stable/alter_import.sim -,,y,script,./test.sh -f tsim/stable/alter_insert1.sim -,,y,script,./test.sh -f tsim/stable/alter_insert2.sim -,,y,script,./test.sh -f tsim/stable/alter_metrics.sim -,,y,script,./test.sh -f tsim/stable/column_add.sim -,,y,script,./test.sh -f tsim/stable/column_drop.sim -,,y,script,./test.sh -f tsim/stable/column_modify.sim -,,y,script,./test.sh -f tsim/stable/disk.sim -,,y,script,./test.sh -f tsim/stable/dnode3.sim -,,y,script,./test.sh -f tsim/stable/metrics.sim -,,y,script,./test.sh -f tsim/stable/refcount.sim -,,y,script,./test.sh -f tsim/stable/tag_add.sim -,,y,script,./test.sh -f tsim/stable/tag_drop.sim -,,y,script,./test.sh -f tsim/stable/tag_filter.sim -,,y,script,./test.sh -f tsim/stable/tag_modify.sim -,,y,script,./test.sh -f tsim/stable/tag_rename.sim -,,y,script,./test.sh -f tsim/stable/values.sim -,,y,script,./test.sh -f tsim/stable/vnode3.sim -,,n,script,./test.sh -f tsim/sma/drop_sma.sim -,,y,script,./test.sh -f tsim/sma/sma_leak.sim -,,y,script,./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim -,,y,script,./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim -,,y,script,./test.sh -f tsim/sma/rsmaCreateInsertQueryDelete.sim +# #tsim test +# ,,y,script,./test.sh -f tsim/query/timeline.sim +# ,,y,script,./test.sh -f tsim/join/join.sim +# ,,y,script,./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim +# ,,y,script,./test.sh -f tsim/parser/where.sim +# ,,y,script,./test.sh -f tsim/parser/join_manyblocks.sim +# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim +# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim +# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim +# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim +# ,,y,script,./test.sh -f tsim/parser/limit1.sim +# ,,y,script,./test.sh -f tsim/parser/union.sim +# ,,y,script,./test.sh -f tsim/parser/commit.sim +# ,,y,script,./test.sh -f tsim/parser/nestquery.sim +# ,,n,script,./test.sh -f tsim/valgrind/checkError7.sim +# ,,y,script,./test.sh -f tsim/parser/groupby.sim +# ,,y,script,./test.sh -f tsim/parser/sliding.sim +# ,,y,script,./test.sh -f tsim/dnode/balance2.sim +# ,,y,script,./test.sh -f tsim/vnode/replica3_repeat.sim +# ,,y,script,./test.sh -f tsim/parser/col_arithmetic_operation.sim +# #,,y,script,./test.sh -f tsim/trans/create_db.sim +# ,,y,script,./test.sh -f tsim/dnode/balance3.sim +# ,,y,script,./test.sh -f tsim/vnode/replica3_many.sim +# ,,y,script,./test.sh -f tsim/stable/metrics_idx.sim +# # ,,y,script,./test.sh -f tsim/db/alter_replica_13.sim +# ,,y,script,./test.sh -f tsim/sync/3Replica1VgElect.sim +# ,,y,script,./test.sh -f tsim/sync/3Replica5VgElect.sim +# ,,n,script,./test.sh -f tsim/valgrind/checkError6.sim -### refactor stream backend, open case after rsma refactored -#,,y,script,./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim -,,y,script,./test.sh -f tsim/sync/vnodesnapshot-rsma-test.sim -,,n,script,./test.sh -f tsim/valgrind/checkError1.sim -,,n,script,./test.sh -f tsim/valgrind/checkError2.sim -,,n,script,./test.sh -f tsim/valgrind/checkError3.sim -,,n,script,./test.sh -f tsim/valgrind/checkError4.sim -,,n,script,./test.sh -f tsim/valgrind/checkError5.sim -,,n,script,./test.sh -f tsim/valgrind/checkError8.sim -,,n,script,./test.sh -f tsim/valgrind/checkUdf.sim -,,y,script,./test.sh -f tsim/vnode/replica3_basic.sim -,,y,script,./test.sh -f tsim/vnode/replica3_vgroup.sim -,,y,script,./test.sh -f tsim/vnode/replica3_import.sim -,,y,script,./test.sh -f tsim/vnode/stable_balance_replica1.sim -,,y,script,./test.sh -f tsim/vnode/stable_dnode2_stop.sim -,,y,script,./test.sh -f tsim/vnode/stable_dnode2.sim -,,y,script,./test.sh -f tsim/vnode/stable_dnode3.sim -,,y,script,./test.sh -f tsim/vnode/stable_replica3_dnode6.sim -,,y,script,./test.sh -f tsim/vnode/stable_replica3_vnode3.sim -,,y,script,./test.sh -f tsim/sync/oneReplica1VgElect.sim -,,y,script,./test.sh -f tsim/sync/oneReplica5VgElect.sim -,,y,script,./test.sh -f tsim/catalog/alterInCurrent.sim -,,y,script,./test.sh -f tsim/scalar/in.sim -,,y,script,./test.sh -f tsim/scalar/scalar.sim -,,y,script,./test.sh -f tsim/scalar/filter.sim -,,y,script,./test.sh -f tsim/scalar/caseWhen.sim -,,y,script,./test.sh -f tsim/scalar/tsConvert.sim -,,y,script,./test.sh -f tsim/alter/cached_schema_after_alter.sim -,,y,script,./test.sh -f tsim/alter/dnode.sim -,,y,script,./test.sh -f tsim/alter/table.sim -,,y,script,./test.sh -f tsim/cache/new_metrics.sim -,,y,script,./test.sh -f tsim/cache/restart_table.sim -,,y,script,./test.sh -f tsim/cache/restart_metrics.sim -,,y,script,./test.sh -f tsim/column/commit.sim -,,y,script,./test.sh -f tsim/column/metrics.sim -,,y,script,./test.sh -f tsim/column/table.sim -,,y,script,./test.sh -f tsim/compress/commitlog.sim -,,y,script,./test.sh -f tsim/compress/compress2.sim -,,y,script,./test.sh -f tsim/compress/compress.sim -,,y,script,./test.sh -f tsim/compress/compress_col.sim -,,y,script,./test.sh -f tsim/compress/uncompress.sim -,,y,script,./test.sh -f tsim/compute/avg.sim -,,y,script,./test.sh -f tsim/compute/block_dist.sim -,,y,script,./test.sh -f tsim/compute/bottom.sim -,,y,script,./test.sh -f tsim/compute/count.sim -,,y,script,./test.sh -f tsim/compute/diff.sim -,,y,script,./test.sh -f tsim/compute/diff2.sim -,,y,script,./test.sh -f tsim/compute/first.sim -,,y,script,./test.sh -f tsim/compute/interval.sim -,,y,script,./test.sh -f tsim/compute/last_row.sim -,,y,script,./test.sh -f tsim/compute/last.sim -,,y,script,./test.sh -f tsim/compute/leastsquare.sim -,,y,script,./test.sh -f tsim/compute/max.sim -,,y,script,./test.sh -f tsim/compute/min.sim -,,y,script,./test.sh -f tsim/compute/null.sim -,,y,script,./test.sh -f tsim/compute/percentile.sim -,,y,script,./test.sh -f tsim/compute/stddev.sim -,,y,script,./test.sh -f tsim/compute/sum.sim -,,y,script,./test.sh -f tsim/compute/top.sim -,,y,script,./test.sh -f tsim/field/2.sim -,,y,script,./test.sh -f tsim/field/3.sim -,,y,script,./test.sh -f tsim/field/4.sim -,,y,script,./test.sh -f tsim/field/5.sim -,,y,script,./test.sh -f tsim/field/6.sim -,,y,script,./test.sh -f tsim/field/binary.sim -,,y,script,./test.sh -f tsim/field/bigint.sim -,,y,script,./test.sh -f tsim/field/bool.sim -,,y,script,./test.sh -f tsim/field/double.sim -,,y,script,./test.sh -f tsim/field/float.sim -,,y,script,./test.sh -f tsim/field/int.sim -,,y,script,./test.sh -f tsim/field/single.sim -,,y,script,./test.sh -f tsim/field/smallint.sim -,,y,script,./test.sh -f tsim/field/tinyint.sim -,,y,script,./test.sh -f tsim/field/unsigined_bigint.sim -,,y,script,./test.sh -f tsim/vector/metrics_field.sim -,,y,script,./test.sh -f tsim/vector/metrics_mix.sim -,,y,script,./test.sh -f tsim/vector/metrics_query.sim -,,y,script,./test.sh -f tsim/vector/metrics_tag.sim -,,y,script,./test.sh -f tsim/vector/metrics_time.sim -,,y,script,./test.sh -f tsim/vector/multi.sim -,,y,script,./test.sh -f tsim/vector/single.sim -,,y,script,./test.sh -f tsim/vector/table_field.sim -,,y,script,./test.sh -f tsim/vector/table_mix.sim -,,y,script,./test.sh -f tsim/vector/table_query.sim -,,y,script,./test.sh -f tsim/vector/table_time.sim -,,y,script,./test.sh -f tsim/wal/kill.sim -,,y,script,./test.sh -f tsim/tag/3.sim -,,y,script,./test.sh -f tsim/tag/4.sim -,,y,script,./test.sh -f tsim/tag/5.sim -,,y,script,./test.sh -f tsim/tag/6.sim -,,y,script,./test.sh -f tsim/tag/add.sim -,,y,script,./test.sh -f tsim/tag/bigint.sim -,,y,script,./test.sh -f tsim/tag/binary_binary.sim -,,y,script,./test.sh -f tsim/tag/binary.sim -,,y,script,./test.sh -f tsim/tag/bool_binary.sim -,,y,script,./test.sh -f tsim/tag/bool_int.sim -,,y,script,./test.sh -f tsim/tag/bool.sim -,,y,script,./test.sh -f tsim/tag/change.sim -,,y,script,./test.sh -f tsim/tag/column.sim -,,y,script,./test.sh -f tsim/tag/commit.sim -,,y,script,./test.sh -f tsim/tag/create.sim -,,y,script,./test.sh -f tsim/tag/delete.sim -,,y,script,./test.sh -f tsim/tag/double.sim -,,y,script,./test.sh -f tsim/tag/filter.sim -,,y,script,./test.sh -f tsim/tag/float.sim -,,y,script,./test.sh -f tsim/tag/int_binary.sim -,,y,script,./test.sh -f tsim/tag/int_float.sim -,,y,script,./test.sh -f tsim/tag/int.sim -,,y,script,./test.sh -f tsim/tag/set.sim -,,y,script,./test.sh -f tsim/tag/smallint.sim -,,y,script,./test.sh -f tsim/tag/tinyint.sim -,,y,script,./test.sh -f tsim/tag/drop_tag.sim -,,y,script,./test.sh -f tsim/tag/tbNameIn.sim -,,y,script,./test.sh -f tmp/monitor.sim -,,y,script,./test.sh -f tsim/tagindex/add_index.sim -,,n,script,./test.sh -f tsim/tagindex/sma_and_tag_index.sim -,,y,script,./test.sh -f tsim/tagindex/indexOverflow.sim -,,y,script,./test.sh -f tsim/view/view.sim -,,y,script,./test.sh -f tsim/query/cache_last.sim -,,y,script,./test.sh -f tsim/query/const.sim -,,y,script,./test.sh -f tsim/query/nestedJoinView.sim +# ,,y,script,./test.sh -f tsim/user/basic.sim +# ,,y,script,./test.sh -f tsim/user/password.sim +# ,,y,script,./test.sh -f tsim/user/whitelist.sim +# ,,y,script,./test.sh -f tsim/user/privilege_db.sim +# ,,y,script,./test.sh -f tsim/user/privilege_sysinfo.sim +# ,,y,script,./test.sh -f tsim/user/privilege_topic.sim +# ,,y,script,./test.sh -f tsim/user/privilege_table.sim +# ,,y,script,./test.sh -f tsim/user/privilege_create_db.sim +# ,,y,script,./test.sh -f tsim/db/alter_option.sim +# # ,,y,script,./test.sh -f tsim/db/alter_replica_31.sim +# ,,y,script,./test.sh -f tsim/db/basic1.sim +# ,,y,script,./test.sh -f tsim/db/basic2.sim +# ,,y,script,./test.sh -f tsim/db/basic3.sim +# ,,y,script,./test.sh -f tsim/db/basic4.sim +# ,,y,script,./test.sh -f tsim/db/basic5.sim +# ,,y,script,./test.sh -f tsim/db/basic6.sim +# ,,y,script,./test.sh -f tsim/db/commit.sim +# ,,y,script,./test.sh -f tsim/db/create_all_options.sim +# ,,y,script,./test.sh -f tsim/db/delete_reuse1.sim +# ,,y,script,./test.sh -f tsim/db/delete_reuse2.sim +# ,,y,script,./test.sh -f tsim/db/delete_reusevnode.sim +# ,,y,script,./test.sh -f tsim/db/delete_reusevnode2.sim +# ,,y,script,./test.sh -f tsim/db/delete_writing1.sim +# ,,y,script,./test.sh -f tsim/db/delete_writing2.sim +# ,,y,script,./test.sh -f tsim/db/error1.sim +# ,,y,script,./test.sh -f tsim/db/keep.sim +# ,,y,script,./test.sh -f tsim/db/len.sim +# ,,y,script,./test.sh -f tsim/db/repeat.sim +# ,,y,script,./test.sh -f tsim/db/show_create_db.sim +# ,,y,script,./test.sh -f tsim/db/show_create_table.sim +# ,,y,script,./test.sh -f tsim/db/tables.sim +# ,,y,script,./test.sh -f tsim/db/taosdlog.sim +# ,,y,script,./test.sh -f tsim/db/table_prefix_suffix.sim +# ,,y,script,./test.sh -f tsim/dnode/balance_replica1.sim +# ,,y,script,./test.sh -f tsim/dnode/balance_replica3.sim +# ,,y,script,./test.sh -f tsim/dnode/balance1.sim +# ,,y,script,./test.sh -f tsim/dnode/balancex.sim +# ,,y,script,./test.sh -f tsim/dnode/create_dnode.sim +# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim +# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim +# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim +# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica3.sim +# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica1.sim +# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim +# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_force.sim +# ,,y,script,./test.sh -f tsim/dnode/offline_reason.sim +# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim +# ,,y,script,./test.sh -f tsim/dnode/vnode_clean.sim +# ,,y,script,./test.sh -f tsim/dnode/use_dropped_dnode.sim +# ,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica1.sim +# ,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica3.sim +# ,,y,script,./test.sh -f tsim/import/basic.sim +# ,,y,script,./test.sh -f tsim/import/commit.sim +# ,,y,script,./test.sh -f tsim/import/large.sim +# ,,y,script,./test.sh -f tsim/import/replica1.sim +# ,,y,script,./test.sh -f tsim/insert/backquote.sim +# ,,y,script,./test.sh -f tsim/insert/basic.sim +# ,,y,script,./test.sh -f tsim/insert/basic0.sim +# ,,y,script,./test.sh -f tsim/insert/basic1.sim +# ,,y,script,./test.sh -f tsim/insert/basic2.sim +# ,,y,script,./test.sh -f tsim/insert/commit-merge0.sim +# ,,y,script,./test.sh -f tsim/insert/insert_drop.sim +# ,,y,script,./test.sh -f tsim/insert/insert_select.sim +# ,,y,script,./test.sh -f tsim/insert/null.sim +# ,,y,script,./test.sh -f tsim/insert/query_block1_file.sim +# ,,y,script,./test.sh -f tsim/insert/query_block1_memory.sim +# ,,y,script,./test.sh -f tsim/insert/query_block2_file.sim +# ,,y,script,./test.sh -f tsim/insert/query_block2_memory.sim +# ,,y,script,./test.sh -f tsim/insert/query_file_memory.sim +# ,,y,script,./test.sh -f tsim/insert/query_multi_file.sim +# ,,y,script,./test.sh -f tsim/insert/tcp.sim +# ,,y,script,./test.sh -f tsim/insert/update0.sim +# ,,y,script,./test.sh -f tsim/insert/delete0.sim +# ,,y,script,./test.sh -f tsim/insert/update1_sort_merge.sim +# ,,y,script,./test.sh -f tsim/insert/update2.sim +# ,,y,script,./test.sh -f tsim/insert/insert_stb.sim +# ,,y,script,./test.sh -f tsim/parser/alter__for_community_version.sim +# ,,y,script,./test.sh -f tsim/parser/alter_column.sim +# ,,y,script,./test.sh -f tsim/parser/alter_stable.sim +# ,,y,script,./test.sh -f tsim/parser/alter.sim +# ,,y,script,./test.sh -f tsim/parser/alter1.sim +# ,,y,script,./test.sh -f tsim/parser/auto_create_tb_drop_tb.sim +# ,,y,script,./test.sh -f tsim/parser/auto_create_tb.sim +# ,,y,script,./test.sh -f tsim/parser/between_and.sim +# ,,y,script,./test.sh -f tsim/parser/binary_escapeCharacter.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_bigint.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_bool.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_double.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_float.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_int.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_smallint.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_tinyint.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_unsign.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_uint.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_timestamp.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_varchar.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_nchar.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_varbinary.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_json.sim +# ,,y,script,./test.sh -f tsim/parser/columnValue_geometry.sim +# ,,y,script,./test.sh -f tsim/parser/condition.sim +# ,,y,script,./test.sh -f tsim/parser/condition_scl.sim +# ,,y,script,./test.sh -f tsim/parser/constCol.sim +# ,,y,script,./test.sh -f tsim/parser/create_db.sim +# ,,y,script,./test.sh -f tsim/parser/create_mt.sim +# ,,y,script,./test.sh -f tsim/parser/create_tb_with_tag_name.sim +# ,,y,script,./test.sh -f tsim/parser/create_tb.sim +# ,,y,script,./test.sh -f tsim/parser/dbtbnameValidate.sim +# ,,y,script,./test.sh -f tsim/parser/distinct.sim +# ,,y,script,./test.sh -f tsim/parser/fill_us.sim +# ,,y,script,./test.sh -f tsim/parser/fill.sim +# ,,y,script,./test.sh -f tsim/parser/first_last.sim +# ,,y,script,./test.sh -f tsim/parser/fill_stb.sim +# ,,y,script,./test.sh -f tsim/parser/interp.sim +# ,,y,script,./test.sh -f tsim/parser/fourArithmetic-basic.sim +# ,,y,script,./test.sh -f tsim/parser/function.sim +# ,,y,script,./test.sh -f tsim/parser/groupby-basic.sim +# ,,y,script,./test.sh -f tsim/parser/having_child.sim +# ,,y,script,./test.sh -f tsim/parser/having.sim +# ,,y,script,./test.sh -f tsim/parser/import_commit1.sim +# ,,y,script,./test.sh -f tsim/parser/import_commit2.sim +# ,,y,script,./test.sh -f tsim/parser/import_commit3.sim +# ,,y,script,./test.sh -f tsim/parser/import_file.sim +# ,,y,script,./test.sh -f tsim/parser/import.sim +# ,,y,script,./test.sh -f tsim/parser/insert_multiTbl.sim +# ,,y,script,./test.sh -f tsim/parser/insert_tb.sim +# ,,y,script,./test.sh -f tsim/parser/join_multitables.sim +# ,,y,script,./test.sh -f tsim/parser/join_multivnode.sim +# ,,y,script,./test.sh -f tsim/parser/join.sim +# ,,y,script,./test.sh -f tsim/parser/last_cache.sim +# ,,y,script,./test.sh -f tsim/parser/last_both.sim +# ,,y,script,./test.sh -f tsim/parser/last_groupby.sim +# ,,y,script,./test.sh -f tsim/parser/lastrow.sim +# ,,y,script,./test.sh -f tsim/parser/lastrow2.sim +# ,,y,script,./test.sh -f tsim/parser/like.sim +# ,,y,script,./test.sh -f tsim/parser/limit.sim +# ,,y,script,./test.sh -f tsim/parser/mixed_blocks.sim +# ,,y,script,./test.sh -f tsim/parser/nchar.sim +# ,,y,script,./test.sh -f tsim/parser/null_char.sim +# ,,y,script,./test.sh -f tsim/parser/precision_ns.sim +# ,,y,script,./test.sh -f tsim/parser/projection_limit_offset.sim +# ,,y,script,./test.sh -f tsim/parser/regex.sim +# ,,y,script,./test.sh -f tsim/parser/regressiontest.sim +# ,,y,script,./test.sh -f tsim/parser/select_across_vnodes.sim +# ,,y,script,./test.sh -f tsim/parser/select_distinct_tag.sim +# ,,y,script,./test.sh -f tsim/parser/select_from_cache_disk.sim +# ,,y,script,./test.sh -f tsim/parser/select_with_tags.sim +# ,,y,script,./test.sh -f tsim/parser/selectResNum.sim +# ,,y,script,./test.sh -f tsim/parser/set_tag_vals.sim +# ,,y,script,./test.sh -f tsim/parser/single_row_in_tb.sim +# ,,y,script,./test.sh -f tsim/parser/slimit_alter_tags.sim +# ,,y,script,./test.sh -f tsim/parser/slimit.sim +# ,,y,script,./test.sh -f tsim/parser/slimit1.sim +# ,,y,script,./test.sh -f tsim/parser/stableOp.sim +# ,,y,script,./test.sh -f tsim/parser/tags_dynamically_specifiy.sim +# ,,y,script,./test.sh -f tsim/parser/tags_filter.sim +# ,,y,script,./test.sh -f tsim/parser/tbnameIn.sim +# ,,y,script,./test.sh -f tsim/parser/timestamp.sim +# ,,y,script,./test.sh -f tsim/parser/top_groupby.sim +# ,,y,script,./test.sh -f tsim/parser/topbot.sim +# ,,y,script,./test.sh -f tsim/parser/union_sysinfo.sim +# ,,y,script,./test.sh -f tsim/parser/slimit_limit.sim +# ,,y,script,./test.sh -f tsim/parser/table_merge_limit.sim +# ,,y,script,./test.sh -f tsim/query/tagLikeFilter.sim +# ,,y,script,./test.sh -f tsim/query/charScalarFunction.sim +# ,,y,script,./test.sh -f tsim/query/explain.sim +# ,,y,script,./test.sh -f tsim/query/interval-offset.sim +# ,,y,script,./test.sh -f tsim/query/interval.sim +# ,,y,script,./test.sh -f tsim/query/scalarFunction.sim +# ,,y,script,./test.sh -f tsim/query/scalarNull.sim +# ,,y,script,./test.sh -f tsim/query/session.sim +# ,,y,script,./test.sh -f tsim/query/udf.sim +# ,,n,script,./test.sh -f tsim/query/udfpy.sim +# ,,y,script,./test.sh -f tsim/query/udf_with_const.sim +# ,,y,script,./test.sh -f tsim/query/join_interval.sim +# ,,y,script,./test.sh -f tsim/query/join_pk.sim +# ,,y,script,./test.sh -f tsim/query/join_order.sim +# ,,y,script,./test.sh -f tsim/query/count_spread.sim +# ,,y,script,./test.sh -f tsim/query/unionall_as_table.sim +# ,,y,script,./test.sh -f tsim/query/multi_order_by.sim +# ,,y,script,./test.sh -f tsim/query/sys_tbname.sim +# ,,y,script,./test.sh -f tsim/query/sort-pre-cols.sim +# ,,y,script,./test.sh -f tsim/query/groupby.sim +# ,,y,script,./test.sh -f tsim/query/groupby_distinct.sim +# ,,y,script,./test.sh -f tsim/query/event.sim +# ,,y,script,./test.sh -f tsim/query/forceFill.sim +# ,,y,script,./test.sh -f tsim/query/emptyTsRange.sim +# ,,y,script,./test.sh -f tsim/query/emptyTsRange_scl.sim +# ,,y,script,./test.sh -f tsim/query/partitionby.sim +# ,,y,script,./test.sh -f tsim/query/tableCount.sim +# ,,y,script,./test.sh -f tsim/query/show_db_table_kind.sim +# ,,y,script,./test.sh -f tsim/query/bi_star_table.sim +# ,,y,script,./test.sh -f tsim/query/bi_tag_scan.sim +# ,,y,script,./test.sh -f tsim/query/bi_tbname_col.sim +# ,,y,script,./test.sh -f tsim/query/tag_scan.sim +# ,,y,script,./test.sh -f tsim/query/nullColSma.sim +# ,,y,script,./test.sh -f tsim/query/bug3398.sim +# ,,y,script,./test.sh -f tsim/query/explain_tsorder.sim +# ,,y,script,./test.sh -f tsim/query/apercentile.sim +# ,,y,script,./test.sh -f tsim/query/query_count0.sim +# ,,y,script,./test.sh -f tsim/query/query_count_sliding0.sim +# ,,y,script,./test.sh -f tsim/query/union_precision.sim +# ,,y,script,./test.sh -f tsim/qnode/basic1.sim +# ,,y,script,./test.sh -f tsim/snode/basic1.sim +# ,,y,script,./test.sh -f tsim/mnode/basic1.sim +# ,,y,script,./test.sh -f tsim/mnode/basic2.sim +# ,,y,script,./test.sh -f tsim/mnode/basic3.sim +# ,,y,script,./test.sh -f tsim/mnode/basic4.sim +# ,,y,script,./test.sh -f tsim/mnode/basic5.sim +# ,,y,script,./test.sh -f tsim/show/basic.sim +# ,,y,script,./test.sh -f tsim/table/autocreate.sim +# ,,y,script,./test.sh -f tsim/table/basic1.sim +# ,,y,script,./test.sh -f tsim/table/basic2.sim +# ,,y,script,./test.sh -f tsim/table/basic3.sim +# ,,y,script,./test.sh -f tsim/table/bigint.sim +# ,,y,script,./test.sh -f tsim/table/binary.sim +# ,,y,script,./test.sh -f tsim/table/bool.sim +# ,,y,script,./test.sh -f tsim/table/column_name.sim +# ,,y,script,./test.sh -f tsim/table/column_num.sim +# ,,y,script,./test.sh -f tsim/table/column_value.sim +# ,,y,script,./test.sh -f tsim/table/column2.sim +# ,,y,script,./test.sh -f tsim/table/createmulti.sim +# ,,y,script,./test.sh -f tsim/table/date.sim +# ,,y,script,./test.sh -f tsim/table/db.table.sim +# ,,y,script,./test.sh -f tsim/table/delete_reuse1.sim +# ,,y,script,./test.sh -f tsim/table/delete_reuse2.sim +# ,,y,script,./test.sh -f tsim/table/delete_writing.sim +# ,,y,script,./test.sh -f tsim/table/describe.sim +# ,,y,script,./test.sh -f tsim/table/double.sim +# ,,y,script,./test.sh -f tsim/table/float.sim +# ,,y,script,./test.sh -f tsim/table/hash.sim +# ,,y,script,./test.sh -f tsim/table/int.sim +# ,,y,script,./test.sh -f tsim/table/limit.sim +# ,,y,script,./test.sh -f tsim/table/smallint.sim +# ,,y,script,./test.sh -f tsim/table/table_len.sim +# ,,y,script,./test.sh -f tsim/table/table.sim +# ,,y,script,./test.sh -f tsim/table/tinyint.sim +# ,,y,script,./test.sh -f tsim/table/vgroup.sim +# ,,n,script,./test.sh -f tsim/stream/basic0.sim -g +# ,,y,script,./test.sh -f tsim/stream/basic1.sim +# ,,y,script,./test.sh -f tsim/stream/basic2.sim +# ,,y,script,./test.sh -f tsim/stream/basic3.sim +# ,,y,script,./test.sh -f tsim/stream/basic4.sim +# ,,y,script,./test.sh -f tsim/stream/checkpointInterval0.sim +# ,,y,script,./test.sh -f tsim/stream/checkStreamSTable1.sim +# ,,y,script,./test.sh -f tsim/stream/checkStreamSTable.sim +# ,,y,script,./test.sh -f tsim/stream/count0.sim +# ,,y,script,./test.sh -f tsim/stream/count1.sim +# ,,y,script,./test.sh -f tsim/stream/count2.sim +# ,,y,script,./test.sh -f tsim/stream/count3.sim +# ,,y,script,./test.sh -f tsim/stream/countSliding0.sim +# ,,y,script,./test.sh -f tsim/stream/countSliding1.sim +# ,,y,script,./test.sh -f tsim/stream/countSliding2.sim +# ,,y,script,./test.sh -f tsim/stream/deleteInterval.sim +# ,,y,script,./test.sh -f tsim/stream/deleteScalar.sim +# ,,y,script,./test.sh -f tsim/stream/deleteSession.sim +# ,,y,script,./test.sh -f tsim/stream/deleteState.sim +# ,,y,script,./test.sh -f tsim/stream/distributeInterval0.sim +# ,,y,script,./test.sh -f tsim/stream/distributeIntervalRetrive0.sim +# ,,y,script,./test.sh -f tsim/stream/distributeMultiLevelInterval0.sim +# ,,y,script,./test.sh -f tsim/stream/distributeSession0.sim +# ,,y,script,./test.sh -f tsim/stream/drop_stream.sim +# ,,y,script,./test.sh -f tsim/stream/event0.sim +# ,,y,script,./test.sh -f tsim/stream/event1.sim +# ,,y,script,./test.sh -f tsim/stream/event2.sim +# ,,y,script,./test.sh -f tsim/stream/fillHistoryBasic1.sim +# ,,y,script,./test.sh -f tsim/stream/fillHistoryBasic2.sim +# ,,y,script,./test.sh -f tsim/stream/fillHistoryBasic3.sim +# ,,y,script,./test.sh -f tsim/stream/fillIntervalDelete0.sim +# ,,y,script,./test.sh -f tsim/stream/fillIntervalDelete1.sim +# ,,y,script,./test.sh -f tsim/stream/fillIntervalLinear.sim +# ,,y,script,./test.sh -f tsim/stream/fillIntervalPartitionBy.sim +# ,,y,script,./test.sh -f tsim/stream/fillIntervalPrevNext1.sim +# ,,y,script,./test.sh -f tsim/stream/fillIntervalPrevNext.sim +# ,,y,script,./test.sh -f tsim/stream/fillIntervalRange.sim +# ,,y,script,./test.sh -f tsim/stream/fillIntervalValue.sim +# ,,y,script,./test.sh -f tsim/stream/ignoreCheckUpdate.sim +# ,,y,script,./test.sh -f tsim/stream/ignoreExpiredData.sim +# ,,y,script,./test.sh -f tsim/stream/partitionby1.sim +# ,,y,script,./test.sh -f tsim/stream/partitionbyColumnInterval.sim +# ,,y,script,./test.sh -f tsim/stream/partitionbyColumnOther.sim +# ,,y,script,./test.sh -f tsim/stream/partitionbyColumnSession.sim +# ,,y,script,./test.sh -f tsim/stream/partitionbyColumnState.sim +# ,,y,script,./test.sh -f tsim/stream/partitionby.sim +# ,,y,script,./test.sh -f tsim/stream/pauseAndResume.sim +# ,,y,script,./test.sh -f tsim/stream/schedSnode.sim +# ,,y,script,./test.sh -f tsim/stream/session0.sim +# ,,y,script,./test.sh -f tsim/stream/session1.sim +# ,,y,script,./test.sh -f tsim/stream/sliding.sim +# ,,y,script,./test.sh -f tsim/stream/state0.sim +# ,,y,script,./test.sh -f tsim/stream/state1.sim +# ,,y,script,./test.sh -f tsim/stream/streamPrimaryKey0.sim +# ,,y,script,./test.sh -f tsim/stream/streamPrimaryKey1.sim +# ,,y,script,./test.sh -f tsim/stream/streamPrimaryKey2.sim +# ,,y,script,./test.sh -f tsim/stream/streamPrimaryKey3.sim +# ,,y,script,./test.sh -f tsim/stream/triggerInterval0.sim +# ,,y,script,./test.sh -f tsim/stream/triggerSession0.sim +# ,,y,script,./test.sh -f tsim/stream/udTableAndCol0.sim +# ,,y,script,./test.sh -f tsim/stream/udTableAndTag0.sim +# ,,y,script,./test.sh -f tsim/stream/udTableAndTag1.sim +# ,,y,script,./test.sh -f tsim/stream/udTableAndTag2.sim +# ,,y,script,./test.sh -f tsim/stream/windowClose.sim +# ,,y,script,./test.sh -f tsim/trans/lossdata1.sim +# ,,y,script,./test.sh -f tsim/tmq/basic1.sim +# ,,y,script,./test.sh -f tsim/tmq/basic2.sim +# ,,y,script,./test.sh -f tsim/tmq/basic3.sim +# ,,y,script,./test.sh -f tsim/tmq/basic4.sim +# ,,y,script,./test.sh -f tsim/tmq/basic1Of2Cons.sim +# ,,y,script,./test.sh -f tsim/tmq/basic2Of2Cons.sim +# ,,y,script,./test.sh -f tsim/tmq/basic3Of2Cons.sim +# ,,y,script,./test.sh -f tsim/tmq/basic4Of2Cons.sim +# ,,y,script,./test.sh -f tsim/tmq/topic.sim +# ,,y,script,./test.sh -f tsim/tmq/snapshot.sim +# ,,y,script,./test.sh -f tsim/tmq/snapshot1.sim +# ,,y,script,./test.sh -f tsim/stable/alter_comment.sim +# ,,y,script,./test.sh -f tsim/stable/alter_count.sim +# ,,y,script,./test.sh -f tsim/stable/alter_import.sim +# ,,y,script,./test.sh -f tsim/stable/alter_insert1.sim +# ,,y,script,./test.sh -f tsim/stable/alter_insert2.sim +# ,,y,script,./test.sh -f tsim/stable/alter_metrics.sim +# ,,y,script,./test.sh -f tsim/stable/column_add.sim +# ,,y,script,./test.sh -f tsim/stable/column_drop.sim +# ,,y,script,./test.sh -f tsim/stable/column_modify.sim +# ,,y,script,./test.sh -f tsim/stable/disk.sim +# ,,y,script,./test.sh -f tsim/stable/dnode3.sim +# ,,y,script,./test.sh -f tsim/stable/metrics.sim +# ,,y,script,./test.sh -f tsim/stable/refcount.sim +# ,,y,script,./test.sh -f tsim/stable/tag_add.sim +# ,,y,script,./test.sh -f tsim/stable/tag_drop.sim +# ,,y,script,./test.sh -f tsim/stable/tag_filter.sim +# ,,y,script,./test.sh -f tsim/stable/tag_modify.sim +# ,,y,script,./test.sh -f tsim/stable/tag_rename.sim +# ,,y,script,./test.sh -f tsim/stable/values.sim +# ,,y,script,./test.sh -f tsim/stable/vnode3.sim +# ,,n,script,./test.sh -f tsim/sma/drop_sma.sim +# ,,y,script,./test.sh -f tsim/sma/sma_leak.sim +# ,,y,script,./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim +# ,,y,script,./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim +# ,,y,script,./test.sh -f tsim/sma/rsmaCreateInsertQueryDelete.sim + +# ### refactor stream backend, open case after rsma refactored +# #,,y,script,./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim +# ,,y,script,./test.sh -f tsim/sync/vnodesnapshot-rsma-test.sim +# ,,n,script,./test.sh -f tsim/valgrind/checkError1.sim +# ,,n,script,./test.sh -f tsim/valgrind/checkError2.sim +# ,,n,script,./test.sh -f tsim/valgrind/checkError3.sim +# ,,n,script,./test.sh -f tsim/valgrind/checkError4.sim +# ,,n,script,./test.sh -f tsim/valgrind/checkError5.sim +# ,,n,script,./test.sh -f tsim/valgrind/checkError8.sim +# ,,n,script,./test.sh -f tsim/valgrind/checkUdf.sim +# ,,y,script,./test.sh -f tsim/vnode/replica3_basic.sim +# ,,y,script,./test.sh -f tsim/vnode/replica3_vgroup.sim +# ,,y,script,./test.sh -f tsim/vnode/replica3_import.sim +# ,,y,script,./test.sh -f tsim/vnode/stable_balance_replica1.sim +# ,,y,script,./test.sh -f tsim/vnode/stable_dnode2_stop.sim +# ,,y,script,./test.sh -f tsim/vnode/stable_dnode2.sim +# ,,y,script,./test.sh -f tsim/vnode/stable_dnode3.sim +# ,,y,script,./test.sh -f tsim/vnode/stable_replica3_dnode6.sim +# ,,y,script,./test.sh -f tsim/vnode/stable_replica3_vnode3.sim +# ,,y,script,./test.sh -f tsim/sync/oneReplica1VgElect.sim +# ,,y,script,./test.sh -f tsim/sync/oneReplica5VgElect.sim +# ,,y,script,./test.sh -f tsim/catalog/alterInCurrent.sim +# ,,y,script,./test.sh -f tsim/scalar/in.sim +# ,,y,script,./test.sh -f tsim/scalar/scalar.sim +# ,,y,script,./test.sh -f tsim/scalar/filter.sim +# ,,y,script,./test.sh -f tsim/scalar/caseWhen.sim +# ,,y,script,./test.sh -f tsim/scalar/tsConvert.sim +# ,,y,script,./test.sh -f tsim/alter/cached_schema_after_alter.sim +# ,,y,script,./test.sh -f tsim/alter/dnode.sim +# ,,y,script,./test.sh -f tsim/alter/table.sim +# ,,y,script,./test.sh -f tsim/cache/new_metrics.sim +# ,,y,script,./test.sh -f tsim/cache/restart_table.sim +# ,,y,script,./test.sh -f tsim/cache/restart_metrics.sim +# ,,y,script,./test.sh -f tsim/column/commit.sim +# ,,y,script,./test.sh -f tsim/column/metrics.sim +# ,,y,script,./test.sh -f tsim/column/table.sim +# ,,y,script,./test.sh -f tsim/compress/commitlog.sim +# ,,y,script,./test.sh -f tsim/compress/compress2.sim +# ,,y,script,./test.sh -f tsim/compress/compress.sim +# ,,y,script,./test.sh -f tsim/compress/compress_col.sim +# ,,y,script,./test.sh -f tsim/compress/uncompress.sim +# ,,y,script,./test.sh -f tsim/compute/avg.sim +# ,,y,script,./test.sh -f tsim/compute/block_dist.sim +# ,,y,script,./test.sh -f tsim/compute/bottom.sim +# ,,y,script,./test.sh -f tsim/compute/count.sim +# ,,y,script,./test.sh -f tsim/compute/diff.sim +# ,,y,script,./test.sh -f tsim/compute/diff2.sim +# ,,y,script,./test.sh -f tsim/compute/first.sim +# ,,y,script,./test.sh -f tsim/compute/interval.sim +# ,,y,script,./test.sh -f tsim/compute/last_row.sim +# ,,y,script,./test.sh -f tsim/compute/last.sim +# ,,y,script,./test.sh -f tsim/compute/leastsquare.sim +# ,,y,script,./test.sh -f tsim/compute/max.sim +# ,,y,script,./test.sh -f tsim/compute/min.sim +# ,,y,script,./test.sh -f tsim/compute/null.sim +# ,,y,script,./test.sh -f tsim/compute/percentile.sim +# ,,y,script,./test.sh -f tsim/compute/stddev.sim +# ,,y,script,./test.sh -f tsim/compute/sum.sim +# ,,y,script,./test.sh -f tsim/compute/top.sim +# ,,y,script,./test.sh -f tsim/field/2.sim +# ,,y,script,./test.sh -f tsim/field/3.sim +# ,,y,script,./test.sh -f tsim/field/4.sim +# ,,y,script,./test.sh -f tsim/field/5.sim +# ,,y,script,./test.sh -f tsim/field/6.sim +# ,,y,script,./test.sh -f tsim/field/binary.sim +# ,,y,script,./test.sh -f tsim/field/bigint.sim +# ,,y,script,./test.sh -f tsim/field/bool.sim +# ,,y,script,./test.sh -f tsim/field/double.sim +# ,,y,script,./test.sh -f tsim/field/float.sim +# ,,y,script,./test.sh -f tsim/field/int.sim +# ,,y,script,./test.sh -f tsim/field/single.sim +# ,,y,script,./test.sh -f tsim/field/smallint.sim +# ,,y,script,./test.sh -f tsim/field/tinyint.sim +# ,,y,script,./test.sh -f tsim/field/unsigined_bigint.sim +# ,,y,script,./test.sh -f tsim/vector/metrics_field.sim +# ,,y,script,./test.sh -f tsim/vector/metrics_mix.sim +# ,,y,script,./test.sh -f tsim/vector/metrics_query.sim +# ,,y,script,./test.sh -f tsim/vector/metrics_tag.sim +# ,,y,script,./test.sh -f tsim/vector/metrics_time.sim +# ,,y,script,./test.sh -f tsim/vector/multi.sim +# ,,y,script,./test.sh -f tsim/vector/single.sim +# ,,y,script,./test.sh -f tsim/vector/table_field.sim +# ,,y,script,./test.sh -f tsim/vector/table_mix.sim +# ,,y,script,./test.sh -f tsim/vector/table_query.sim +# ,,y,script,./test.sh -f tsim/vector/table_time.sim +# ,,y,script,./test.sh -f tsim/wal/kill.sim +# ,,y,script,./test.sh -f tsim/tag/3.sim +# ,,y,script,./test.sh -f tsim/tag/4.sim +# ,,y,script,./test.sh -f tsim/tag/5.sim +# ,,y,script,./test.sh -f tsim/tag/6.sim +# ,,y,script,./test.sh -f tsim/tag/add.sim +# ,,y,script,./test.sh -f tsim/tag/bigint.sim +# ,,y,script,./test.sh -f tsim/tag/binary_binary.sim +# ,,y,script,./test.sh -f tsim/tag/binary.sim +# ,,y,script,./test.sh -f tsim/tag/bool_binary.sim +# ,,y,script,./test.sh -f tsim/tag/bool_int.sim +# ,,y,script,./test.sh -f tsim/tag/bool.sim +# ,,y,script,./test.sh -f tsim/tag/change.sim +# ,,y,script,./test.sh -f tsim/tag/column.sim +# ,,y,script,./test.sh -f tsim/tag/commit.sim +# ,,y,script,./test.sh -f tsim/tag/create.sim +# ,,y,script,./test.sh -f tsim/tag/delete.sim +# ,,y,script,./test.sh -f tsim/tag/double.sim +# ,,y,script,./test.sh -f tsim/tag/filter.sim +# ,,y,script,./test.sh -f tsim/tag/float.sim +# ,,y,script,./test.sh -f tsim/tag/int_binary.sim +# ,,y,script,./test.sh -f tsim/tag/int_float.sim +# ,,y,script,./test.sh -f tsim/tag/int.sim +# ,,y,script,./test.sh -f tsim/tag/set.sim +# ,,y,script,./test.sh -f tsim/tag/smallint.sim +# ,,y,script,./test.sh -f tsim/tag/tinyint.sim +# ,,y,script,./test.sh -f tsim/tag/drop_tag.sim +# ,,y,script,./test.sh -f tsim/tag/tbNameIn.sim +# ,,y,script,./test.sh -f tmp/monitor.sim +# ,,y,script,./test.sh -f tsim/tagindex/add_index.sim +# ,,n,script,./test.sh -f tsim/tagindex/sma_and_tag_index.sim +# ,,y,script,./test.sh -f tsim/tagindex/indexOverflow.sim +# ,,y,script,./test.sh -f tsim/view/view.sim +# ,,y,script,./test.sh -f tsim/query/cache_last.sim +# ,,y,script,./test.sh -f tsim/query/const.sim +# ,,y,script,./test.sh -f tsim/query/nestedJoinView.sim -#develop test -,,n,develop-test,python3 ./test.py -f 2-query/table_count_scan.py -,,n,develop-test,python3 ./test.py -f 2-query/pseudo_column.py -,,n,develop-test,python3 ./test.py -f 2-query/ts-range.py -,,n,develop-test,python3 ./test.py -f 2-query/tag_scan.py -,,n,develop-test,python3 ./test.py -f 2-query/show_create_db.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/auto_create_table_json.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/custom_col_tag.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/default_json.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/demo.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insert_alltypes_json.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/invalid_commandline.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/json_tag.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/query_json.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sample_csv_json.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestQueryWithJson.py -R -,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py -R +# #develop test +# ,,n,develop-test,python3 ./test.py -f 2-query/table_count_scan.py +# ,,n,develop-test,python3 ./test.py -f 2-query/pseudo_column.py +# ,,n,develop-test,python3 ./test.py -f 2-query/ts-range.py +# ,,n,develop-test,python3 ./test.py -f 2-query/tag_scan.py +# ,,n,develop-test,python3 ./test.py -f 2-query/show_create_db.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/auto_create_table_json.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/custom_col_tag.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/default_json.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/demo.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insert_alltypes_json.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/invalid_commandline.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/json_tag.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/query_json.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sample_csv_json.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestQueryWithJson.py -R +# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py -R -#docs-examples test -,,n,docs-examples-test,bash python.sh -#,,n,docs-examples-test,bash node.sh -,,n,docs-examples-test,bash csharp.sh -,,n,docs-examples-test,bash jdbc.sh -,,n,docs-examples-test,bash go.sh -,,n,docs-examples-test,bash test_R.sh +# #docs-examples test +# ,,n,docs-examples-test,bash python.sh +# #,,n,docs-examples-test,bash node.sh +# ,,n,docs-examples-test,bash csharp.sh +# ,,n,docs-examples-test,bash jdbc.sh +# ,,n,docs-examples-test,bash go.sh +# ,,n,docs-examples-test,bash test_R.sh From b017c96e48d230dc0e78595c21de15455de13c54 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Sun, 14 Jul 2024 17:53:46 +0800 Subject: [PATCH 02/16] Update Jenkinsfile2 --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 5e71ed39d5..9374dc1bda 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -401,7 +401,7 @@ pipeline { } } stage('linux test') { - agent{label "slave1_52 | slave217 || slave219 "} + agent{label "slave1_52 | slave217 | slave219 "} options { skipDefaultCheckout() } when { changeRequest() From 2e73cb80aa8e18027cb6057265d369fc072bfc44 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Sun, 14 Jul 2024 17:57:54 +0800 Subject: [PATCH 03/16] test: test ci --- tests/pytest/util/dnodes.py | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/tests/pytest/util/dnodes.py b/tests/pytest/util/dnodes.py index 2d3275d95e..1cebf08b4c 100644 --- a/tests/pytest/util/dnodes.py +++ b/tests/pytest/util/dnodes.py @@ -37,7 +37,8 @@ class TDSimClient: "charset": "UTF-8", "asyncLog": "0", "rpcDebugFlag": "135", - "tmrDebugFlag": "131", + "tmrDebugFlag": "135", + "dDebugFlag":"135", "cDebugFlag": "135", "uDebugFlag": "135", "jniDebugFlag": "135", @@ -129,21 +130,21 @@ class TDDnode: "maxShellConns": "30000", "locale": "en_US.UTF-8", "charset": "UTF-8", - "asyncLog": "0", + "asyncLog": "135", "mDebugFlag": "135", - "dDebugFlag": "131", - "vDebugFlag": "131", + "dDebugFlag": "135", + "vDebugFlag": "135", "tqDebugFlag": "135", "cDebugFlag": "135", "stDebugFlag": "135", "smaDebugFlag": "135", - "jniDebugFlag": "131", - "qDebugFlag": "131", + "jniDebugFlag": "135", + "qDebugFlag": "135", "rpcDebugFlag": "135", - "tmrDebugFlag": "131", - "uDebugFlag": "131", - "sDebugFlag": "131", - "wDebugFlag": "131", + "tmrDebugFlag": "135", + "uDebugFlag": "135", + "sDebugFlag": "135", + "wDebugFlag": "135", "numOfLogLines": "100000000", "statusInterval": "1", "enableQueryHb": "1", From dc0993bbf4dd75e96cc00565460780f04b35f484 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Sun, 14 Jul 2024 18:00:15 +0800 Subject: [PATCH 04/16] test: test ci --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 9374dc1bda..f98f24e509 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -401,7 +401,7 @@ pipeline { } } stage('linux test') { - agent{label "slave1_52 | slave217 | slave219 "} + agent{label "slave1_52 || slave217 || slave219 "} options { skipDefaultCheckout() } when { changeRequest() From 2978b33e01d82ef7757bc7ccf184ab7fa0ea275c Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Sun, 14 Jul 2024 18:43:58 +0800 Subject: [PATCH 05/16] test: test ci --- tests/parallel_test/cases.task | 2942 ++++++++++++++++---------------- 1 file changed, 1471 insertions(+), 1471 deletions(-) diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 34289a27dc..4338187791 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -1,668 +1,668 @@ -# #Column Define -# #caseID,rerunTimes,Run with Sanitizer,casePath,caseCommand -# #NA,NA,y or n,script,./test.sh -f tsim/user/basic.sim +#Column Define +#caseID,rerunTimes,Run with Sanitizer,casePath,caseCommand +#NA,NA,y or n,script,./test.sh -f tsim/user/basic.sim -# #unit-test +#unit-test -# ,,n,unit-test,bash test.sh +,,n,unit-test,bash test.sh -# # -# # army-test -# # -# ,,y,army,./pytest.sh python3 ./test.py -f multi-level/mlevel_basic.py -N 3 -L 3 -D 2 -# ,,y,army,./pytest.sh python3 ./test.py -f db-encrypt/basic.py -# ,,n,army,python3 ./test.py -f s3/s3Basic.py -N 3 -# ,,y,army,./pytest.sh python3 ./test.py -f cluster/snapshot.py -N 3 -L 3 -D 2 -# ,,y,army,./pytest.sh python3 ./test.py -f query/function/test_func_elapsed.py -# ,,y,army,./pytest.sh python3 ./test.py -f query/test_join.py -# ,,y,army,./pytest.sh python3 ./test.py -f query/test_compare.py -# ,,y,army,./pytest.sh python3 ./test.py -f insert/test_column_tag_boundary.py -# ,,y,army,./pytest.sh python3 ./test.py -f query/fill/fill_desc.py -N 3 -L 3 -D 2 -# ,,y,army,./pytest.sh python3 ./test.py -f query/fill/fill_null.py -# ,,y,army,./pytest.sh python3 ./test.py -f cluster/incSnapshot.py -N 3 -# ,,y,army,./pytest.sh python3 ./test.py -f query/query_basic.py -N 3 -# ,,y,army,./pytest.sh python3 ./test.py -f query/accuracy/test_query_accuracy.py -# ,,y,army,./pytest.sh python3 ./test.py -f insert/insert_basic.py -N 3 -# ,,y,army,./pytest.sh python3 ./test.py -f cluster/splitVgroupByLearner.py -N 3 -# ,,y,army,./pytest.sh python3 ./test.py -f authorith/authBasic.py -N 3 -# ,,n,army,python3 ./test.py -f cmdline/fullopt.py -# ,,n,army,python3 ./test.py -f query/show.py -N 3 -# ,,n,army,python3 ./test.py -f alter/alterConfig.py -N 3 -# ,,y,army,./pytest.sh python3 ./test.py -f query/subquery/subqueryBugs.py -N 3 -# ,,y,army,./pytest.sh python3 ./test.py -f storage/oneStageComp.py -N 3 -L 3 -D 1 -# ,,y,army,./pytest.sh python3 ./test.py -f storage/compressBasic.py -N 3 -# ,,y,army,./pytest.sh python3 ./test.py -f grant/grantBugs.py -N 3 -# ,,y,army,./pytest.sh python3 ./test.py -f query/queryBugs.py -N 3 +# +# army-test +# +,,y,army,./pytest.sh python3 ./test.py -f multi-level/mlevel_basic.py -N 3 -L 3 -D 2 +,,y,army,./pytest.sh python3 ./test.py -f db-encrypt/basic.py +,,n,army,python3 ./test.py -f s3/s3Basic.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f cluster/snapshot.py -N 3 -L 3 -D 2 +,,y,army,./pytest.sh python3 ./test.py -f query/function/test_func_elapsed.py +,,y,army,./pytest.sh python3 ./test.py -f query/test_join.py +,,y,army,./pytest.sh python3 ./test.py -f query/test_compare.py +,,y,army,./pytest.sh python3 ./test.py -f insert/test_column_tag_boundary.py +,,y,army,./pytest.sh python3 ./test.py -f query/fill/fill_desc.py -N 3 -L 3 -D 2 +,,y,army,./pytest.sh python3 ./test.py -f query/fill/fill_null.py +,,y,army,./pytest.sh python3 ./test.py -f cluster/incSnapshot.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f query/query_basic.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f query/accuracy/test_query_accuracy.py +,,y,army,./pytest.sh python3 ./test.py -f insert/insert_basic.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f cluster/splitVgroupByLearner.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f authorith/authBasic.py -N 3 +,,n,army,python3 ./test.py -f cmdline/fullopt.py +,,n,army,python3 ./test.py -f query/show.py -N 3 +,,n,army,python3 ./test.py -f alter/alterConfig.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f query/subquery/subqueryBugs.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f storage/oneStageComp.py -N 3 -L 3 -D 1 +,,y,army,./pytest.sh python3 ./test.py -f storage/compressBasic.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f grant/grantBugs.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f query/queryBugs.py -N 3 -# # -# # system test -# # -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_multi_agg.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_basic.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/scalar_function.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_interval.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_session.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_state_window.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_interval.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_session.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_state_window.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_interval.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_session.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_interval_ext.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_interval_ext.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_session_ext.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/partition_interval.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/pause_resume_test.py -# #,,n,system-test,python3 ./test.py -f 8-stream/vnode_restart.py -N 4 -# #,,n,system-test,python3 ./test.py -f 8-stream/snode_restart.py -N 4 -# ,,n,system-test,python3 ./test.py -f 8-stream/snode_restart_with_checkpoint.py -N 4 +# +# system test +# +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_multi_agg.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/stream_basic.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/scalar_function.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_interval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_session.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_state_window.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_interval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_session.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_state_window.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_interval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_session.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/at_once_interval_ext.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/max_delay_interval_ext.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/window_close_session_ext.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/partition_interval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/pause_resume_test.py +#,,n,system-test,python3 ./test.py -f 8-stream/vnode_restart.py -N 4 +#,,n,system-test,python3 ./test.py -f 8-stream/snode_restart.py -N 4 +,,n,system-test,python3 ./test.py -f 8-stream/snode_restart_with_checkpoint.py -N 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_error.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_func.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_varchar.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_func_group.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_expr.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/project_group.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname_vgroup.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_interval.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/compact-col.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tms_memleak.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/para_tms.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/para_tms2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqShow.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb0.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb3.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb0.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/ins_topics_test.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxTopic.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqClientConsLog.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxGroupIds.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumeDiscontinuousData.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqOffset.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_primary_key.py -# ,,n,system-test,python3 ./test.py -f 7-tmq/tmqDropConsumer.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_error.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_func.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_varchar.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pk_func_group.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_expr.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/project_group.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname_vgroup.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_interval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/compact-col.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tms_memleak.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stbJoin.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hint.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/para_tms.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/para_tms2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/columnLenUpdated.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_unit.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_by_col_agg.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interval_limit_opt_2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/func_to_char_timestamp.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_cache_scan.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbname.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsma2.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqShow.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb0.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb3.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb0.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/ins_topics_test.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxTopic.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqParamsTest.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqClientConsLog.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqMaxGroupIds.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumeDiscontinuousData.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqOffset.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_primary_key.py +,,n,system-test,python3 ./test.py -f 7-tmq/tmqDropConsumer.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_stb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_stable.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/stt_blocks_check.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/database_pre_suf.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_stb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_stable.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/stt_blocks_check.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/database_pre_suf.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_26.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/select_null.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/slimit.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4233.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/like.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/td-28068.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_AlwaysReturnValue.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/agg_group_NotReturnValue.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreDnode.py -N 5 -M 3 -i False -# ,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreVnode.py -N 5 -M 3 -i False -# ,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreMnode.py -N 5 -M 3 -i False -# ,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreQnode.py -N 5 -M 3 -i False +,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreDnode.py -N 5 -M 3 -i False +,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreVnode.py -N 5 -M 3 -i False +,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreMnode.py -N 5 -M 3 -i False +,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/restoreQnode.py -N 5 -M 3 -i False -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/create_wrong_topic.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dropDbR3ConflictTransaction.py -N 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/basic5.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb3.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb4.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb4.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/db.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqError.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/schema.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbFilterWhere.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbFilter.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData1.py -# #,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumerGroup.py -# ,,n,system-test,python3 ./test.py -f 7-tmq/tmqConsumerGroup.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAlterSchema.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot0.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStbCtb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_taosx.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts4563.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_replay.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSeekAndCommit.py -# ,,n,system-test,python3 ./test.py -f 7-tmq/tmq_offset.py -# ,,n,system-test,python3 ./test.py -f 7-tmq/tmqDataPrecisionUnit.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/raw_block_interface_test.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSubscribeStb-r3.py -N 5 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -i True -# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -n 3 -i True -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db-removewal.py -N 2 -n 1 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb-removewal.py -N 6 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 2 -n 1 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 6 -n 3 -# #,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db.py -N 6 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 2 -n 1 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata-false.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-false.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-false.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-column.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-column-false.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-db.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-db-false.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/create_wrong_topic.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dropDbR3ConflictTransaction.py -N 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/basic5.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb3.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb4.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb4.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/db.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqError.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/schema.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbFilterWhere.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbFilter.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData1.py +#,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumerGroup.py +,,n,system-test,python3 ./test.py -f 7-tmq/tmqConsumerGroup.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAlterSchema.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot0.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStbCtb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_taosx.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts4563.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_replay.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSeekAndCommit.py +,,n,system-test,python3 ./test.py -f 7-tmq/tmq_offset.py +,,n,system-test,python3 ./test.py -f 7-tmq/tmqDataPrecisionUnit.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/raw_block_interface_test.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSubscribeStb-r3.py -N 5 +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -i True +,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -n 3 -i True +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db-removewal.py -N 2 -n 1 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb-removewal.py -N 6 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 2 -n 1 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-stb.py -N 6 -n 3 +#,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeTransform-db.py -N 6 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 2 -n 1 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-duplicatedata-false.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-select-false.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-stb-false.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-column.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-column-false.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-db.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeSplit-db-false.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeReplicate.py -M 3 -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-19201.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3404.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3581.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3311.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3821.py +,,y,system-test,./pytest.sh python3 test.py -f 7-tmq/tmqVnodeReplicate.py -M 3 -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-19201.py +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3404.py +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3581.py +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3311.py +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-3821.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/balance_vgroups_r1.py -N 6 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShell.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellError.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellNetChk.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/telemetry.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/backquote_check.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosdMonitor.py -# ,,n,system-test,python3 ./test.py -f 0-others/taosdShell.py -N 5 -M 3 -Q 3 -# ,,n,system-test,python3 ./test.py -f 0-others/udfTest.py -# ,,n,system-test,python3 ./test.py -f 0-others/udf_create.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_restart_taosd.py -# ,,n,system-test,python3 ./test.py -f 0-others/udf_cfg1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_cfg2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/cachemodel.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/sysinfo.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_control.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_manage.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege_show.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege_all.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/fsync.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/multilevel.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttl.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttlChangeOnWrite.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compress_tsz1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compress_tsz2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/view/non_marterial_view/test_view.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_show_table_distributed.py -# ,,n,system-test,python3 ./test.py -f 0-others/compatibility.py -# ,,n,system-test,python3 ./test.py -f 0-others/tag_index_basic.py -# ,,n,system-test,python3 ./test.py -f 0-others/udfpy_main.py -# ,,n,system-test,python3 ./test.py -N 3 -f 0-others/walRetention.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroup.py -N 3 -n 1 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroupWal.py -N 3 -n 1 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroup.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroupWal.py -N 3 -n 3 -# ,,n,system-test,python3 ./test.py -f 0-others/timeRangeWise.py -N 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/delete_check.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_hot_refresh_configurations.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/subscribe_stream_privilege.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/empty_identifier.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/balance_vgroups_r1.py -N 6 +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShell.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellError.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellNetChk.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/telemetry.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/backquote_check.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosdMonitor.py +,,n,system-test,python3 ./test.py -f 0-others/taosdShell.py -N 5 -M 3 -Q 3 +,,n,system-test,python3 ./test.py -f 0-others/udfTest.py +,,n,system-test,python3 ./test.py -f 0-others/udf_create.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_restart_taosd.py +,,n,system-test,python3 ./test.py -f 0-others/udf_cfg1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_cfg2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/cachemodel.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/sysinfo.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_control.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_manage.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege_show.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_privilege_all.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/fsync.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/multilevel.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttl.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/ttlChangeOnWrite.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compress_tsz1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compress_tsz2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/view/non_marterial_view/test_view.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_show_table_distributed.py +,,n,system-test,python3 ./test.py -f 0-others/compatibility.py +,,n,system-test,python3 ./test.py -f 0-others/tag_index_basic.py +,,n,system-test,python3 ./test.py -f 0-others/udfpy_main.py +,,n,system-test,python3 ./test.py -N 3 -f 0-others/walRetention.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroup.py -N 3 -n 1 +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroupWal.py -N 3 -n 1 +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroup.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/splitVGroupWal.py -N 3 -n 3 +,,n,system-test,python3 ./test.py -f 0-others/timeRangeWise.py -N 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/delete_check.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_hot_refresh_configurations.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/subscribe_stream_privilege.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/empty_identifier.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_create.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_insert.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_delete.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_double.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_database.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_replica.py -N 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_telnet_line_taosc_insert.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_json_taosc_insert.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_muti_insert_query.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_set_tbname_tag.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_stable.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_table.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/boundary.py -# ,,n,system-test,python3 ./test.py -f 1-insert/insertWithMoreVgroup.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_comment.py -# #,,n,system-test,python3 ./test.py -f 1-insert/time_range_wise.py -# #,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/block_wise.py -# #,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/create_retentions.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/mutil_stage.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data_muti_rows.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/db_tb_name_check.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/InsertFuturets.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_wide_column.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_column_value.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_benchmark.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/precisionUS.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/precisionNS.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4219.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/ts-4272.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4295.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td27388.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4479.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td29793.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_timestamp.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td29157.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show_tag_index.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/information_schema.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py -N 3 -n 3 -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/limit.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/orderBy.py -N 5 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaBasic.py -N 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/sma_index.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml_TS-3724.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml-TD19291.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varbinary.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/tb_100w_data_order.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_childtable.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_normaltable.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_systable.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/keep_expired.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/stmt_error.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py -N 3 -M 3 -i False -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/systable_func.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4382.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4403.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_td28163.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tagFilter.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts_3405_3398_3423.py -N 3 -n 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4348-td-27939.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/backslash_g.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4467.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/geometry.py -# ,,n,system-test,python3 ./test.py -f 2-query/queryQnode.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_create.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_insert.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/composite_primary_key_delete.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_double.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_database.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_replica.py -N 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_telnet_line_taosc_insert.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_json_taosc_insert.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_muti_insert_query.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_set_tbname_tag.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_stable.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_table.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/boundary.py +,,n,system-test,python3 ./test.py -f 1-insert/insertWithMoreVgroup.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_comment.py +#,,n,system-test,python3 ./test.py -f 1-insert/time_range_wise.py +#,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/block_wise.py +#,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/create_retentions.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/mutil_stage.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data_muti_rows.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/db_tb_name_check.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/InsertFuturets.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_wide_column.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_column_value.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_benchmark.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_1.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_2.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_3.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/rowlength64k_4.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/precisionUS.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/precisionNS.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4219.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/ts-4272.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4295.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td27388.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_ts4479.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td29793.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_timestamp.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_td29157.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show_tag_index.py +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/information_schema.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/group_partition.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py -N 3 -n 3 -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_and_last_row.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last+last_row.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_1.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_2.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_3.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_4.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/primary_ts_base_5.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/limit.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/orderBy.py -N 5 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaBasic.py -N 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/sma_index.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml_TS-3724.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml-TD19291.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varbinary.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/tb_100w_data_order.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_childtable.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_normaltable.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_systable.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/keep_expired.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/stmt_error.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py +,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py -N 3 -M 3 -i False -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/systable_func.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4382.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4403.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_td28163.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tagFilter.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts_3405_3398_3423.py -N 3 -n 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-4348-td-27939.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/backslash_g.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_ts4467.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/geometry.py +,,n,system-test,python3 ./test.py -f 2-query/queryQnode.py ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode1mnode.py ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode2mnode.py -N 5 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3 @@ -676,6 +676,7 @@ ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 6 -M 3 -n 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py -N 6 -M 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py -N 6 -M 3 -n 3 + ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeModifyMeta.py -N 6 -M 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeModifyMeta.py -N 6 -M 3 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 6 -M 3 @@ -702,831 +703,830 @@ ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas.py -N 4 -M 1 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys.py -N 4 -M 1 ,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py -N 4 -M 1 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 4 +#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 4 +#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 4 +#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 2 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -R +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/odbc.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill_with_group.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/state_window.py -Q 3 +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 4 +,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-20582.py +,,n,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insertMix.py -N 3 +,,n,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/stt.py -N 3 +,,n,system-test,python3 ./test.py -f eco-system/meta/database/keep_time_offset.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 4 -# #,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 4 -# #,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 4 -# #,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/partition_limit_interval.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 2 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -R -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/odbc.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill_with_group.py -# ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/state_window.py -Q 3 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 4 -# ,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-20582.py -# ,,n,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insertMix.py -N 3 -# ,,n,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/stt.py -N 3 -# ,,n,system-test,python3 ./test.py -f eco-system/meta/database/keep_time_offset.py +#tsim test +,,y,script,./test.sh -f tsim/query/timeline.sim +,,y,script,./test.sh -f tsim/join/join.sim +,,y,script,./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim +,,y,script,./test.sh -f tsim/parser/where.sim +,,y,script,./test.sh -f tsim/parser/join_manyblocks.sim +,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim +,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim +,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim +,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim +,,y,script,./test.sh -f tsim/parser/limit1.sim +,,y,script,./test.sh -f tsim/parser/union.sim +,,y,script,./test.sh -f tsim/parser/commit.sim +,,y,script,./test.sh -f tsim/parser/nestquery.sim +,,n,script,./test.sh -f tsim/valgrind/checkError7.sim +,,y,script,./test.sh -f tsim/parser/groupby.sim +,,y,script,./test.sh -f tsim/parser/sliding.sim +,,y,script,./test.sh -f tsim/dnode/balance2.sim +,,y,script,./test.sh -f tsim/vnode/replica3_repeat.sim +,,y,script,./test.sh -f tsim/parser/col_arithmetic_operation.sim +#,,y,script,./test.sh -f tsim/trans/create_db.sim +,,y,script,./test.sh -f tsim/dnode/balance3.sim +,,y,script,./test.sh -f tsim/vnode/replica3_many.sim +,,y,script,./test.sh -f tsim/stable/metrics_idx.sim +# ,,y,script,./test.sh -f tsim/db/alter_replica_13.sim +,,y,script,./test.sh -f tsim/sync/3Replica1VgElect.sim +,,y,script,./test.sh -f tsim/sync/3Replica5VgElect.sim +,,n,script,./test.sh -f tsim/valgrind/checkError6.sim -# #tsim test -# ,,y,script,./test.sh -f tsim/query/timeline.sim -# ,,y,script,./test.sh -f tsim/join/join.sim -# ,,y,script,./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim -# ,,y,script,./test.sh -f tsim/parser/where.sim -# ,,y,script,./test.sh -f tsim/parser/join_manyblocks.sim -# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim -# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim -# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim -# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim -# ,,y,script,./test.sh -f tsim/parser/limit1.sim -# ,,y,script,./test.sh -f tsim/parser/union.sim -# ,,y,script,./test.sh -f tsim/parser/commit.sim -# ,,y,script,./test.sh -f tsim/parser/nestquery.sim -# ,,n,script,./test.sh -f tsim/valgrind/checkError7.sim -# ,,y,script,./test.sh -f tsim/parser/groupby.sim -# ,,y,script,./test.sh -f tsim/parser/sliding.sim -# ,,y,script,./test.sh -f tsim/dnode/balance2.sim -# ,,y,script,./test.sh -f tsim/vnode/replica3_repeat.sim -# ,,y,script,./test.sh -f tsim/parser/col_arithmetic_operation.sim -# #,,y,script,./test.sh -f tsim/trans/create_db.sim -# ,,y,script,./test.sh -f tsim/dnode/balance3.sim -# ,,y,script,./test.sh -f tsim/vnode/replica3_many.sim -# ,,y,script,./test.sh -f tsim/stable/metrics_idx.sim -# # ,,y,script,./test.sh -f tsim/db/alter_replica_13.sim -# ,,y,script,./test.sh -f tsim/sync/3Replica1VgElect.sim -# ,,y,script,./test.sh -f tsim/sync/3Replica5VgElect.sim -# ,,n,script,./test.sh -f tsim/valgrind/checkError6.sim +,,y,script,./test.sh -f tsim/user/basic.sim +,,y,script,./test.sh -f tsim/user/password.sim +,,y,script,./test.sh -f tsim/user/whitelist.sim +,,y,script,./test.sh -f tsim/user/privilege_db.sim +,,y,script,./test.sh -f tsim/user/privilege_sysinfo.sim +,,y,script,./test.sh -f tsim/user/privilege_topic.sim +,,y,script,./test.sh -f tsim/user/privilege_table.sim +,,y,script,./test.sh -f tsim/user/privilege_create_db.sim +,,y,script,./test.sh -f tsim/db/alter_option.sim +# ,,y,script,./test.sh -f tsim/db/alter_replica_31.sim +,,y,script,./test.sh -f tsim/db/basic1.sim +,,y,script,./test.sh -f tsim/db/basic2.sim +,,y,script,./test.sh -f tsim/db/basic3.sim +,,y,script,./test.sh -f tsim/db/basic4.sim +,,y,script,./test.sh -f tsim/db/basic5.sim +,,y,script,./test.sh -f tsim/db/basic6.sim +,,y,script,./test.sh -f tsim/db/commit.sim +,,y,script,./test.sh -f tsim/db/create_all_options.sim +,,y,script,./test.sh -f tsim/db/delete_reuse1.sim +,,y,script,./test.sh -f tsim/db/delete_reuse2.sim +,,y,script,./test.sh -f tsim/db/delete_reusevnode.sim +,,y,script,./test.sh -f tsim/db/delete_reusevnode2.sim +,,y,script,./test.sh -f tsim/db/delete_writing1.sim +,,y,script,./test.sh -f tsim/db/delete_writing2.sim +,,y,script,./test.sh -f tsim/db/error1.sim +,,y,script,./test.sh -f tsim/db/keep.sim +,,y,script,./test.sh -f tsim/db/len.sim +,,y,script,./test.sh -f tsim/db/repeat.sim +,,y,script,./test.sh -f tsim/db/show_create_db.sim +,,y,script,./test.sh -f tsim/db/show_create_table.sim +,,y,script,./test.sh -f tsim/db/tables.sim +,,y,script,./test.sh -f tsim/db/taosdlog.sim +,,y,script,./test.sh -f tsim/db/table_prefix_suffix.sim +,,y,script,./test.sh -f tsim/dnode/balance_replica1.sim +,,y,script,./test.sh -f tsim/dnode/balance_replica3.sim +,,y,script,./test.sh -f tsim/dnode/balance1.sim +,,y,script,./test.sh -f tsim/dnode/balancex.sim +,,y,script,./test.sh -f tsim/dnode/create_dnode.sim +,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim +,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim +,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim +,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica3.sim +,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica1.sim +,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim +,,y,script,./test.sh -f tsim/dnode/drop_dnode_force.sim +,,y,script,./test.sh -f tsim/dnode/offline_reason.sim +,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim +,,y,script,./test.sh -f tsim/dnode/vnode_clean.sim +,,y,script,./test.sh -f tsim/dnode/use_dropped_dnode.sim +,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica1.sim +,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica3.sim +,,y,script,./test.sh -f tsim/import/basic.sim +,,y,script,./test.sh -f tsim/import/commit.sim +,,y,script,./test.sh -f tsim/import/large.sim +,,y,script,./test.sh -f tsim/import/replica1.sim +,,y,script,./test.sh -f tsim/insert/backquote.sim +,,y,script,./test.sh -f tsim/insert/basic.sim +,,y,script,./test.sh -f tsim/insert/basic0.sim +,,y,script,./test.sh -f tsim/insert/basic1.sim +,,y,script,./test.sh -f tsim/insert/basic2.sim +,,y,script,./test.sh -f tsim/insert/commit-merge0.sim +,,y,script,./test.sh -f tsim/insert/insert_drop.sim +,,y,script,./test.sh -f tsim/insert/insert_select.sim +,,y,script,./test.sh -f tsim/insert/null.sim +,,y,script,./test.sh -f tsim/insert/query_block1_file.sim +,,y,script,./test.sh -f tsim/insert/query_block1_memory.sim +,,y,script,./test.sh -f tsim/insert/query_block2_file.sim +,,y,script,./test.sh -f tsim/insert/query_block2_memory.sim +,,y,script,./test.sh -f tsim/insert/query_file_memory.sim +,,y,script,./test.sh -f tsim/insert/query_multi_file.sim +,,y,script,./test.sh -f tsim/insert/tcp.sim +,,y,script,./test.sh -f tsim/insert/update0.sim +,,y,script,./test.sh -f tsim/insert/delete0.sim +,,y,script,./test.sh -f tsim/insert/update1_sort_merge.sim +,,y,script,./test.sh -f tsim/insert/update2.sim +,,y,script,./test.sh -f tsim/insert/insert_stb.sim +,,y,script,./test.sh -f tsim/parser/alter__for_community_version.sim +,,y,script,./test.sh -f tsim/parser/alter_column.sim +,,y,script,./test.sh -f tsim/parser/alter_stable.sim +,,y,script,./test.sh -f tsim/parser/alter.sim +,,y,script,./test.sh -f tsim/parser/alter1.sim +,,y,script,./test.sh -f tsim/parser/auto_create_tb_drop_tb.sim +,,y,script,./test.sh -f tsim/parser/auto_create_tb.sim +,,y,script,./test.sh -f tsim/parser/between_and.sim +,,y,script,./test.sh -f tsim/parser/binary_escapeCharacter.sim +,,y,script,./test.sh -f tsim/parser/columnValue_bigint.sim +,,y,script,./test.sh -f tsim/parser/columnValue_bool.sim +,,y,script,./test.sh -f tsim/parser/columnValue_double.sim +,,y,script,./test.sh -f tsim/parser/columnValue_float.sim +,,y,script,./test.sh -f tsim/parser/columnValue_int.sim +,,y,script,./test.sh -f tsim/parser/columnValue_smallint.sim +,,y,script,./test.sh -f tsim/parser/columnValue_tinyint.sim +,,y,script,./test.sh -f tsim/parser/columnValue_unsign.sim +,,y,script,./test.sh -f tsim/parser/columnValue_uint.sim +,,y,script,./test.sh -f tsim/parser/columnValue_timestamp.sim +,,y,script,./test.sh -f tsim/parser/columnValue_varchar.sim +,,y,script,./test.sh -f tsim/parser/columnValue_nchar.sim +,,y,script,./test.sh -f tsim/parser/columnValue_varbinary.sim +,,y,script,./test.sh -f tsim/parser/columnValue_json.sim +,,y,script,./test.sh -f tsim/parser/columnValue_geometry.sim +,,y,script,./test.sh -f tsim/parser/condition.sim +,,y,script,./test.sh -f tsim/parser/condition_scl.sim +,,y,script,./test.sh -f tsim/parser/constCol.sim +,,y,script,./test.sh -f tsim/parser/create_db.sim +,,y,script,./test.sh -f tsim/parser/create_mt.sim +,,y,script,./test.sh -f tsim/parser/create_tb_with_tag_name.sim +,,y,script,./test.sh -f tsim/parser/create_tb.sim +,,y,script,./test.sh -f tsim/parser/dbtbnameValidate.sim +,,y,script,./test.sh -f tsim/parser/distinct.sim +,,y,script,./test.sh -f tsim/parser/fill_us.sim +,,y,script,./test.sh -f tsim/parser/fill.sim +,,y,script,./test.sh -f tsim/parser/first_last.sim +,,y,script,./test.sh -f tsim/parser/fill_stb.sim +,,y,script,./test.sh -f tsim/parser/interp.sim +,,y,script,./test.sh -f tsim/parser/fourArithmetic-basic.sim +,,y,script,./test.sh -f tsim/parser/function.sim +,,y,script,./test.sh -f tsim/parser/groupby-basic.sim +,,y,script,./test.sh -f tsim/parser/having_child.sim +,,y,script,./test.sh -f tsim/parser/having.sim +,,y,script,./test.sh -f tsim/parser/import_commit1.sim +,,y,script,./test.sh -f tsim/parser/import_commit2.sim +,,y,script,./test.sh -f tsim/parser/import_commit3.sim +,,y,script,./test.sh -f tsim/parser/import_file.sim +,,y,script,./test.sh -f tsim/parser/import.sim +,,y,script,./test.sh -f tsim/parser/insert_multiTbl.sim +,,y,script,./test.sh -f tsim/parser/insert_tb.sim +,,y,script,./test.sh -f tsim/parser/join_multitables.sim +,,y,script,./test.sh -f tsim/parser/join_multivnode.sim +,,y,script,./test.sh -f tsim/parser/join.sim +,,y,script,./test.sh -f tsim/parser/last_cache.sim +,,y,script,./test.sh -f tsim/parser/last_both.sim +,,y,script,./test.sh -f tsim/parser/last_groupby.sim +,,y,script,./test.sh -f tsim/parser/lastrow.sim +,,y,script,./test.sh -f tsim/parser/lastrow2.sim +,,y,script,./test.sh -f tsim/parser/like.sim +,,y,script,./test.sh -f tsim/parser/limit.sim +,,y,script,./test.sh -f tsim/parser/mixed_blocks.sim +,,y,script,./test.sh -f tsim/parser/nchar.sim +,,y,script,./test.sh -f tsim/parser/null_char.sim +,,y,script,./test.sh -f tsim/parser/precision_ns.sim +,,y,script,./test.sh -f tsim/parser/projection_limit_offset.sim +,,y,script,./test.sh -f tsim/parser/regex.sim +,,y,script,./test.sh -f tsim/parser/regressiontest.sim +,,y,script,./test.sh -f tsim/parser/select_across_vnodes.sim +,,y,script,./test.sh -f tsim/parser/select_distinct_tag.sim +,,y,script,./test.sh -f tsim/parser/select_from_cache_disk.sim +,,y,script,./test.sh -f tsim/parser/select_with_tags.sim +,,y,script,./test.sh -f tsim/parser/selectResNum.sim +,,y,script,./test.sh -f tsim/parser/set_tag_vals.sim +,,y,script,./test.sh -f tsim/parser/single_row_in_tb.sim +,,y,script,./test.sh -f tsim/parser/slimit_alter_tags.sim +,,y,script,./test.sh -f tsim/parser/slimit.sim +,,y,script,./test.sh -f tsim/parser/slimit1.sim +,,y,script,./test.sh -f tsim/parser/stableOp.sim +,,y,script,./test.sh -f tsim/parser/tags_dynamically_specifiy.sim +,,y,script,./test.sh -f tsim/parser/tags_filter.sim +,,y,script,./test.sh -f tsim/parser/tbnameIn.sim +,,y,script,./test.sh -f tsim/parser/timestamp.sim +,,y,script,./test.sh -f tsim/parser/top_groupby.sim +,,y,script,./test.sh -f tsim/parser/topbot.sim +,,y,script,./test.sh -f tsim/parser/union_sysinfo.sim +,,y,script,./test.sh -f tsim/parser/slimit_limit.sim +,,y,script,./test.sh -f tsim/parser/table_merge_limit.sim +,,y,script,./test.sh -f tsim/query/tagLikeFilter.sim +,,y,script,./test.sh -f tsim/query/charScalarFunction.sim +,,y,script,./test.sh -f tsim/query/explain.sim +,,y,script,./test.sh -f tsim/query/interval-offset.sim +,,y,script,./test.sh -f tsim/query/interval.sim +,,y,script,./test.sh -f tsim/query/scalarFunction.sim +,,y,script,./test.sh -f tsim/query/scalarNull.sim +,,y,script,./test.sh -f tsim/query/session.sim +,,y,script,./test.sh -f tsim/query/udf.sim +,,n,script,./test.sh -f tsim/query/udfpy.sim +,,y,script,./test.sh -f tsim/query/udf_with_const.sim +,,y,script,./test.sh -f tsim/query/join_interval.sim +,,y,script,./test.sh -f tsim/query/join_pk.sim +,,y,script,./test.sh -f tsim/query/join_order.sim +,,y,script,./test.sh -f tsim/query/count_spread.sim +,,y,script,./test.sh -f tsim/query/unionall_as_table.sim +,,y,script,./test.sh -f tsim/query/multi_order_by.sim +,,y,script,./test.sh -f tsim/query/sys_tbname.sim +,,y,script,./test.sh -f tsim/query/sort-pre-cols.sim +,,y,script,./test.sh -f tsim/query/groupby.sim +,,y,script,./test.sh -f tsim/query/groupby_distinct.sim +,,y,script,./test.sh -f tsim/query/event.sim +,,y,script,./test.sh -f tsim/query/forceFill.sim +,,y,script,./test.sh -f tsim/query/emptyTsRange.sim +,,y,script,./test.sh -f tsim/query/emptyTsRange_scl.sim +,,y,script,./test.sh -f tsim/query/partitionby.sim +,,y,script,./test.sh -f tsim/query/tableCount.sim +,,y,script,./test.sh -f tsim/query/show_db_table_kind.sim +,,y,script,./test.sh -f tsim/query/bi_star_table.sim +,,y,script,./test.sh -f tsim/query/bi_tag_scan.sim +,,y,script,./test.sh -f tsim/query/bi_tbname_col.sim +,,y,script,./test.sh -f tsim/query/tag_scan.sim +,,y,script,./test.sh -f tsim/query/nullColSma.sim +,,y,script,./test.sh -f tsim/query/bug3398.sim +,,y,script,./test.sh -f tsim/query/explain_tsorder.sim +,,y,script,./test.sh -f tsim/query/apercentile.sim +,,y,script,./test.sh -f tsim/query/query_count0.sim +,,y,script,./test.sh -f tsim/query/query_count_sliding0.sim +,,y,script,./test.sh -f tsim/query/union_precision.sim +,,y,script,./test.sh -f tsim/qnode/basic1.sim +,,y,script,./test.sh -f tsim/snode/basic1.sim +,,y,script,./test.sh -f tsim/mnode/basic1.sim +,,y,script,./test.sh -f tsim/mnode/basic2.sim +,,y,script,./test.sh -f tsim/mnode/basic3.sim +,,y,script,./test.sh -f tsim/mnode/basic4.sim +,,y,script,./test.sh -f tsim/mnode/basic5.sim +,,y,script,./test.sh -f tsim/show/basic.sim +,,y,script,./test.sh -f tsim/table/autocreate.sim +,,y,script,./test.sh -f tsim/table/basic1.sim +,,y,script,./test.sh -f tsim/table/basic2.sim +,,y,script,./test.sh -f tsim/table/basic3.sim +,,y,script,./test.sh -f tsim/table/bigint.sim +,,y,script,./test.sh -f tsim/table/binary.sim +,,y,script,./test.sh -f tsim/table/bool.sim +,,y,script,./test.sh -f tsim/table/column_name.sim +,,y,script,./test.sh -f tsim/table/column_num.sim +,,y,script,./test.sh -f tsim/table/column_value.sim +,,y,script,./test.sh -f tsim/table/column2.sim +,,y,script,./test.sh -f tsim/table/createmulti.sim +,,y,script,./test.sh -f tsim/table/date.sim +,,y,script,./test.sh -f tsim/table/db.table.sim +,,y,script,./test.sh -f tsim/table/delete_reuse1.sim +,,y,script,./test.sh -f tsim/table/delete_reuse2.sim +,,y,script,./test.sh -f tsim/table/delete_writing.sim +,,y,script,./test.sh -f tsim/table/describe.sim +,,y,script,./test.sh -f tsim/table/double.sim +,,y,script,./test.sh -f tsim/table/float.sim +,,y,script,./test.sh -f tsim/table/hash.sim +,,y,script,./test.sh -f tsim/table/int.sim +,,y,script,./test.sh -f tsim/table/limit.sim +,,y,script,./test.sh -f tsim/table/smallint.sim +,,y,script,./test.sh -f tsim/table/table_len.sim +,,y,script,./test.sh -f tsim/table/table.sim +,,y,script,./test.sh -f tsim/table/tinyint.sim +,,y,script,./test.sh -f tsim/table/vgroup.sim +,,n,script,./test.sh -f tsim/stream/basic0.sim -g +,,y,script,./test.sh -f tsim/stream/basic1.sim +,,y,script,./test.sh -f tsim/stream/basic2.sim +,,y,script,./test.sh -f tsim/stream/basic3.sim +,,y,script,./test.sh -f tsim/stream/basic4.sim +,,y,script,./test.sh -f tsim/stream/checkpointInterval0.sim +,,y,script,./test.sh -f tsim/stream/checkStreamSTable1.sim +,,y,script,./test.sh -f tsim/stream/checkStreamSTable.sim +,,y,script,./test.sh -f tsim/stream/count0.sim +,,y,script,./test.sh -f tsim/stream/count1.sim +,,y,script,./test.sh -f tsim/stream/count2.sim +,,y,script,./test.sh -f tsim/stream/count3.sim +,,y,script,./test.sh -f tsim/stream/countSliding0.sim +,,y,script,./test.sh -f tsim/stream/countSliding1.sim +,,y,script,./test.sh -f tsim/stream/countSliding2.sim +,,y,script,./test.sh -f tsim/stream/deleteInterval.sim +,,y,script,./test.sh -f tsim/stream/deleteScalar.sim +,,y,script,./test.sh -f tsim/stream/deleteSession.sim +,,y,script,./test.sh -f tsim/stream/deleteState.sim +,,y,script,./test.sh -f tsim/stream/distributeInterval0.sim +,,y,script,./test.sh -f tsim/stream/distributeIntervalRetrive0.sim +,,y,script,./test.sh -f tsim/stream/distributeMultiLevelInterval0.sim +,,y,script,./test.sh -f tsim/stream/distributeSession0.sim +,,y,script,./test.sh -f tsim/stream/drop_stream.sim +,,y,script,./test.sh -f tsim/stream/event0.sim +,,y,script,./test.sh -f tsim/stream/event1.sim +,,y,script,./test.sh -f tsim/stream/event2.sim +,,y,script,./test.sh -f tsim/stream/fillHistoryBasic1.sim +,,y,script,./test.sh -f tsim/stream/fillHistoryBasic2.sim +,,y,script,./test.sh -f tsim/stream/fillHistoryBasic3.sim +,,y,script,./test.sh -f tsim/stream/fillIntervalDelete0.sim +,,y,script,./test.sh -f tsim/stream/fillIntervalDelete1.sim +,,y,script,./test.sh -f tsim/stream/fillIntervalLinear.sim +,,y,script,./test.sh -f tsim/stream/fillIntervalPartitionBy.sim +,,y,script,./test.sh -f tsim/stream/fillIntervalPrevNext1.sim +,,y,script,./test.sh -f tsim/stream/fillIntervalPrevNext.sim +,,y,script,./test.sh -f tsim/stream/fillIntervalRange.sim +,,y,script,./test.sh -f tsim/stream/fillIntervalValue.sim +,,y,script,./test.sh -f tsim/stream/ignoreCheckUpdate.sim +,,y,script,./test.sh -f tsim/stream/ignoreExpiredData.sim +,,y,script,./test.sh -f tsim/stream/partitionby1.sim +,,y,script,./test.sh -f tsim/stream/partitionbyColumnInterval.sim +,,y,script,./test.sh -f tsim/stream/partitionbyColumnOther.sim +,,y,script,./test.sh -f tsim/stream/partitionbyColumnSession.sim +,,y,script,./test.sh -f tsim/stream/partitionbyColumnState.sim +,,y,script,./test.sh -f tsim/stream/partitionby.sim +,,y,script,./test.sh -f tsim/stream/pauseAndResume.sim +,,y,script,./test.sh -f tsim/stream/schedSnode.sim +,,y,script,./test.sh -f tsim/stream/session0.sim +,,y,script,./test.sh -f tsim/stream/session1.sim +,,y,script,./test.sh -f tsim/stream/sliding.sim +,,y,script,./test.sh -f tsim/stream/state0.sim +,,y,script,./test.sh -f tsim/stream/state1.sim +,,y,script,./test.sh -f tsim/stream/streamPrimaryKey0.sim +,,y,script,./test.sh -f tsim/stream/streamPrimaryKey1.sim +,,y,script,./test.sh -f tsim/stream/streamPrimaryKey2.sim +,,y,script,./test.sh -f tsim/stream/streamPrimaryKey3.sim +,,y,script,./test.sh -f tsim/stream/triggerInterval0.sim +,,y,script,./test.sh -f tsim/stream/triggerSession0.sim +,,y,script,./test.sh -f tsim/stream/udTableAndCol0.sim +,,y,script,./test.sh -f tsim/stream/udTableAndTag0.sim +,,y,script,./test.sh -f tsim/stream/udTableAndTag1.sim +,,y,script,./test.sh -f tsim/stream/udTableAndTag2.sim +,,y,script,./test.sh -f tsim/stream/windowClose.sim +,,y,script,./test.sh -f tsim/trans/lossdata1.sim +,,y,script,./test.sh -f tsim/tmq/basic1.sim +,,y,script,./test.sh -f tsim/tmq/basic2.sim +,,y,script,./test.sh -f tsim/tmq/basic3.sim +,,y,script,./test.sh -f tsim/tmq/basic4.sim +,,y,script,./test.sh -f tsim/tmq/basic1Of2Cons.sim +,,y,script,./test.sh -f tsim/tmq/basic2Of2Cons.sim +,,y,script,./test.sh -f tsim/tmq/basic3Of2Cons.sim +,,y,script,./test.sh -f tsim/tmq/basic4Of2Cons.sim +,,y,script,./test.sh -f tsim/tmq/topic.sim +,,y,script,./test.sh -f tsim/tmq/snapshot.sim +,,y,script,./test.sh -f tsim/tmq/snapshot1.sim +,,y,script,./test.sh -f tsim/stable/alter_comment.sim +,,y,script,./test.sh -f tsim/stable/alter_count.sim +,,y,script,./test.sh -f tsim/stable/alter_import.sim +,,y,script,./test.sh -f tsim/stable/alter_insert1.sim +,,y,script,./test.sh -f tsim/stable/alter_insert2.sim +,,y,script,./test.sh -f tsim/stable/alter_metrics.sim +,,y,script,./test.sh -f tsim/stable/column_add.sim +,,y,script,./test.sh -f tsim/stable/column_drop.sim +,,y,script,./test.sh -f tsim/stable/column_modify.sim +,,y,script,./test.sh -f tsim/stable/disk.sim +,,y,script,./test.sh -f tsim/stable/dnode3.sim +,,y,script,./test.sh -f tsim/stable/metrics.sim +,,y,script,./test.sh -f tsim/stable/refcount.sim +,,y,script,./test.sh -f tsim/stable/tag_add.sim +,,y,script,./test.sh -f tsim/stable/tag_drop.sim +,,y,script,./test.sh -f tsim/stable/tag_filter.sim +,,y,script,./test.sh -f tsim/stable/tag_modify.sim +,,y,script,./test.sh -f tsim/stable/tag_rename.sim +,,y,script,./test.sh -f tsim/stable/values.sim +,,y,script,./test.sh -f tsim/stable/vnode3.sim +,,n,script,./test.sh -f tsim/sma/drop_sma.sim +,,y,script,./test.sh -f tsim/sma/sma_leak.sim +,,y,script,./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim +,,y,script,./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim +,,y,script,./test.sh -f tsim/sma/rsmaCreateInsertQueryDelete.sim -# ,,y,script,./test.sh -f tsim/user/basic.sim -# ,,y,script,./test.sh -f tsim/user/password.sim -# ,,y,script,./test.sh -f tsim/user/whitelist.sim -# ,,y,script,./test.sh -f tsim/user/privilege_db.sim -# ,,y,script,./test.sh -f tsim/user/privilege_sysinfo.sim -# ,,y,script,./test.sh -f tsim/user/privilege_topic.sim -# ,,y,script,./test.sh -f tsim/user/privilege_table.sim -# ,,y,script,./test.sh -f tsim/user/privilege_create_db.sim -# ,,y,script,./test.sh -f tsim/db/alter_option.sim -# # ,,y,script,./test.sh -f tsim/db/alter_replica_31.sim -# ,,y,script,./test.sh -f tsim/db/basic1.sim -# ,,y,script,./test.sh -f tsim/db/basic2.sim -# ,,y,script,./test.sh -f tsim/db/basic3.sim -# ,,y,script,./test.sh -f tsim/db/basic4.sim -# ,,y,script,./test.sh -f tsim/db/basic5.sim -# ,,y,script,./test.sh -f tsim/db/basic6.sim -# ,,y,script,./test.sh -f tsim/db/commit.sim -# ,,y,script,./test.sh -f tsim/db/create_all_options.sim -# ,,y,script,./test.sh -f tsim/db/delete_reuse1.sim -# ,,y,script,./test.sh -f tsim/db/delete_reuse2.sim -# ,,y,script,./test.sh -f tsim/db/delete_reusevnode.sim -# ,,y,script,./test.sh -f tsim/db/delete_reusevnode2.sim -# ,,y,script,./test.sh -f tsim/db/delete_writing1.sim -# ,,y,script,./test.sh -f tsim/db/delete_writing2.sim -# ,,y,script,./test.sh -f tsim/db/error1.sim -# ,,y,script,./test.sh -f tsim/db/keep.sim -# ,,y,script,./test.sh -f tsim/db/len.sim -# ,,y,script,./test.sh -f tsim/db/repeat.sim -# ,,y,script,./test.sh -f tsim/db/show_create_db.sim -# ,,y,script,./test.sh -f tsim/db/show_create_table.sim -# ,,y,script,./test.sh -f tsim/db/tables.sim -# ,,y,script,./test.sh -f tsim/db/taosdlog.sim -# ,,y,script,./test.sh -f tsim/db/table_prefix_suffix.sim -# ,,y,script,./test.sh -f tsim/dnode/balance_replica1.sim -# ,,y,script,./test.sh -f tsim/dnode/balance_replica3.sim -# ,,y,script,./test.sh -f tsim/dnode/balance1.sim -# ,,y,script,./test.sh -f tsim/dnode/balancex.sim -# ,,y,script,./test.sh -f tsim/dnode/create_dnode.sim -# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim -# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim -# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim -# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica3.sim -# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica1.sim -# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim -# ,,y,script,./test.sh -f tsim/dnode/drop_dnode_force.sim -# ,,y,script,./test.sh -f tsim/dnode/offline_reason.sim -# ,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim -# ,,y,script,./test.sh -f tsim/dnode/vnode_clean.sim -# ,,y,script,./test.sh -f tsim/dnode/use_dropped_dnode.sim -# ,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica1.sim -# ,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica3.sim -# ,,y,script,./test.sh -f tsim/import/basic.sim -# ,,y,script,./test.sh -f tsim/import/commit.sim -# ,,y,script,./test.sh -f tsim/import/large.sim -# ,,y,script,./test.sh -f tsim/import/replica1.sim -# ,,y,script,./test.sh -f tsim/insert/backquote.sim -# ,,y,script,./test.sh -f tsim/insert/basic.sim -# ,,y,script,./test.sh -f tsim/insert/basic0.sim -# ,,y,script,./test.sh -f tsim/insert/basic1.sim -# ,,y,script,./test.sh -f tsim/insert/basic2.sim -# ,,y,script,./test.sh -f tsim/insert/commit-merge0.sim -# ,,y,script,./test.sh -f tsim/insert/insert_drop.sim -# ,,y,script,./test.sh -f tsim/insert/insert_select.sim -# ,,y,script,./test.sh -f tsim/insert/null.sim -# ,,y,script,./test.sh -f tsim/insert/query_block1_file.sim -# ,,y,script,./test.sh -f tsim/insert/query_block1_memory.sim -# ,,y,script,./test.sh -f tsim/insert/query_block2_file.sim -# ,,y,script,./test.sh -f tsim/insert/query_block2_memory.sim -# ,,y,script,./test.sh -f tsim/insert/query_file_memory.sim -# ,,y,script,./test.sh -f tsim/insert/query_multi_file.sim -# ,,y,script,./test.sh -f tsim/insert/tcp.sim -# ,,y,script,./test.sh -f tsim/insert/update0.sim -# ,,y,script,./test.sh -f tsim/insert/delete0.sim -# ,,y,script,./test.sh -f tsim/insert/update1_sort_merge.sim -# ,,y,script,./test.sh -f tsim/insert/update2.sim -# ,,y,script,./test.sh -f tsim/insert/insert_stb.sim -# ,,y,script,./test.sh -f tsim/parser/alter__for_community_version.sim -# ,,y,script,./test.sh -f tsim/parser/alter_column.sim -# ,,y,script,./test.sh -f tsim/parser/alter_stable.sim -# ,,y,script,./test.sh -f tsim/parser/alter.sim -# ,,y,script,./test.sh -f tsim/parser/alter1.sim -# ,,y,script,./test.sh -f tsim/parser/auto_create_tb_drop_tb.sim -# ,,y,script,./test.sh -f tsim/parser/auto_create_tb.sim -# ,,y,script,./test.sh -f tsim/parser/between_and.sim -# ,,y,script,./test.sh -f tsim/parser/binary_escapeCharacter.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_bigint.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_bool.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_double.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_float.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_int.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_smallint.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_tinyint.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_unsign.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_uint.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_timestamp.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_varchar.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_nchar.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_varbinary.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_json.sim -# ,,y,script,./test.sh -f tsim/parser/columnValue_geometry.sim -# ,,y,script,./test.sh -f tsim/parser/condition.sim -# ,,y,script,./test.sh -f tsim/parser/condition_scl.sim -# ,,y,script,./test.sh -f tsim/parser/constCol.sim -# ,,y,script,./test.sh -f tsim/parser/create_db.sim -# ,,y,script,./test.sh -f tsim/parser/create_mt.sim -# ,,y,script,./test.sh -f tsim/parser/create_tb_with_tag_name.sim -# ,,y,script,./test.sh -f tsim/parser/create_tb.sim -# ,,y,script,./test.sh -f tsim/parser/dbtbnameValidate.sim -# ,,y,script,./test.sh -f tsim/parser/distinct.sim -# ,,y,script,./test.sh -f tsim/parser/fill_us.sim -# ,,y,script,./test.sh -f tsim/parser/fill.sim -# ,,y,script,./test.sh -f tsim/parser/first_last.sim -# ,,y,script,./test.sh -f tsim/parser/fill_stb.sim -# ,,y,script,./test.sh -f tsim/parser/interp.sim -# ,,y,script,./test.sh -f tsim/parser/fourArithmetic-basic.sim -# ,,y,script,./test.sh -f tsim/parser/function.sim -# ,,y,script,./test.sh -f tsim/parser/groupby-basic.sim -# ,,y,script,./test.sh -f tsim/parser/having_child.sim -# ,,y,script,./test.sh -f tsim/parser/having.sim -# ,,y,script,./test.sh -f tsim/parser/import_commit1.sim -# ,,y,script,./test.sh -f tsim/parser/import_commit2.sim -# ,,y,script,./test.sh -f tsim/parser/import_commit3.sim -# ,,y,script,./test.sh -f tsim/parser/import_file.sim -# ,,y,script,./test.sh -f tsim/parser/import.sim -# ,,y,script,./test.sh -f tsim/parser/insert_multiTbl.sim -# ,,y,script,./test.sh -f tsim/parser/insert_tb.sim -# ,,y,script,./test.sh -f tsim/parser/join_multitables.sim -# ,,y,script,./test.sh -f tsim/parser/join_multivnode.sim -# ,,y,script,./test.sh -f tsim/parser/join.sim -# ,,y,script,./test.sh -f tsim/parser/last_cache.sim -# ,,y,script,./test.sh -f tsim/parser/last_both.sim -# ,,y,script,./test.sh -f tsim/parser/last_groupby.sim -# ,,y,script,./test.sh -f tsim/parser/lastrow.sim -# ,,y,script,./test.sh -f tsim/parser/lastrow2.sim -# ,,y,script,./test.sh -f tsim/parser/like.sim -# ,,y,script,./test.sh -f tsim/parser/limit.sim -# ,,y,script,./test.sh -f tsim/parser/mixed_blocks.sim -# ,,y,script,./test.sh -f tsim/parser/nchar.sim -# ,,y,script,./test.sh -f tsim/parser/null_char.sim -# ,,y,script,./test.sh -f tsim/parser/precision_ns.sim -# ,,y,script,./test.sh -f tsim/parser/projection_limit_offset.sim -# ,,y,script,./test.sh -f tsim/parser/regex.sim -# ,,y,script,./test.sh -f tsim/parser/regressiontest.sim -# ,,y,script,./test.sh -f tsim/parser/select_across_vnodes.sim -# ,,y,script,./test.sh -f tsim/parser/select_distinct_tag.sim -# ,,y,script,./test.sh -f tsim/parser/select_from_cache_disk.sim -# ,,y,script,./test.sh -f tsim/parser/select_with_tags.sim -# ,,y,script,./test.sh -f tsim/parser/selectResNum.sim -# ,,y,script,./test.sh -f tsim/parser/set_tag_vals.sim -# ,,y,script,./test.sh -f tsim/parser/single_row_in_tb.sim -# ,,y,script,./test.sh -f tsim/parser/slimit_alter_tags.sim -# ,,y,script,./test.sh -f tsim/parser/slimit.sim -# ,,y,script,./test.sh -f tsim/parser/slimit1.sim -# ,,y,script,./test.sh -f tsim/parser/stableOp.sim -# ,,y,script,./test.sh -f tsim/parser/tags_dynamically_specifiy.sim -# ,,y,script,./test.sh -f tsim/parser/tags_filter.sim -# ,,y,script,./test.sh -f tsim/parser/tbnameIn.sim -# ,,y,script,./test.sh -f tsim/parser/timestamp.sim -# ,,y,script,./test.sh -f tsim/parser/top_groupby.sim -# ,,y,script,./test.sh -f tsim/parser/topbot.sim -# ,,y,script,./test.sh -f tsim/parser/union_sysinfo.sim -# ,,y,script,./test.sh -f tsim/parser/slimit_limit.sim -# ,,y,script,./test.sh -f tsim/parser/table_merge_limit.sim -# ,,y,script,./test.sh -f tsim/query/tagLikeFilter.sim -# ,,y,script,./test.sh -f tsim/query/charScalarFunction.sim -# ,,y,script,./test.sh -f tsim/query/explain.sim -# ,,y,script,./test.sh -f tsim/query/interval-offset.sim -# ,,y,script,./test.sh -f tsim/query/interval.sim -# ,,y,script,./test.sh -f tsim/query/scalarFunction.sim -# ,,y,script,./test.sh -f tsim/query/scalarNull.sim -# ,,y,script,./test.sh -f tsim/query/session.sim -# ,,y,script,./test.sh -f tsim/query/udf.sim -# ,,n,script,./test.sh -f tsim/query/udfpy.sim -# ,,y,script,./test.sh -f tsim/query/udf_with_const.sim -# ,,y,script,./test.sh -f tsim/query/join_interval.sim -# ,,y,script,./test.sh -f tsim/query/join_pk.sim -# ,,y,script,./test.sh -f tsim/query/join_order.sim -# ,,y,script,./test.sh -f tsim/query/count_spread.sim -# ,,y,script,./test.sh -f tsim/query/unionall_as_table.sim -# ,,y,script,./test.sh -f tsim/query/multi_order_by.sim -# ,,y,script,./test.sh -f tsim/query/sys_tbname.sim -# ,,y,script,./test.sh -f tsim/query/sort-pre-cols.sim -# ,,y,script,./test.sh -f tsim/query/groupby.sim -# ,,y,script,./test.sh -f tsim/query/groupby_distinct.sim -# ,,y,script,./test.sh -f tsim/query/event.sim -# ,,y,script,./test.sh -f tsim/query/forceFill.sim -# ,,y,script,./test.sh -f tsim/query/emptyTsRange.sim -# ,,y,script,./test.sh -f tsim/query/emptyTsRange_scl.sim -# ,,y,script,./test.sh -f tsim/query/partitionby.sim -# ,,y,script,./test.sh -f tsim/query/tableCount.sim -# ,,y,script,./test.sh -f tsim/query/show_db_table_kind.sim -# ,,y,script,./test.sh -f tsim/query/bi_star_table.sim -# ,,y,script,./test.sh -f tsim/query/bi_tag_scan.sim -# ,,y,script,./test.sh -f tsim/query/bi_tbname_col.sim -# ,,y,script,./test.sh -f tsim/query/tag_scan.sim -# ,,y,script,./test.sh -f tsim/query/nullColSma.sim -# ,,y,script,./test.sh -f tsim/query/bug3398.sim -# ,,y,script,./test.sh -f tsim/query/explain_tsorder.sim -# ,,y,script,./test.sh -f tsim/query/apercentile.sim -# ,,y,script,./test.sh -f tsim/query/query_count0.sim -# ,,y,script,./test.sh -f tsim/query/query_count_sliding0.sim -# ,,y,script,./test.sh -f tsim/query/union_precision.sim -# ,,y,script,./test.sh -f tsim/qnode/basic1.sim -# ,,y,script,./test.sh -f tsim/snode/basic1.sim -# ,,y,script,./test.sh -f tsim/mnode/basic1.sim -# ,,y,script,./test.sh -f tsim/mnode/basic2.sim -# ,,y,script,./test.sh -f tsim/mnode/basic3.sim -# ,,y,script,./test.sh -f tsim/mnode/basic4.sim -# ,,y,script,./test.sh -f tsim/mnode/basic5.sim -# ,,y,script,./test.sh -f tsim/show/basic.sim -# ,,y,script,./test.sh -f tsim/table/autocreate.sim -# ,,y,script,./test.sh -f tsim/table/basic1.sim -# ,,y,script,./test.sh -f tsim/table/basic2.sim -# ,,y,script,./test.sh -f tsim/table/basic3.sim -# ,,y,script,./test.sh -f tsim/table/bigint.sim -# ,,y,script,./test.sh -f tsim/table/binary.sim -# ,,y,script,./test.sh -f tsim/table/bool.sim -# ,,y,script,./test.sh -f tsim/table/column_name.sim -# ,,y,script,./test.sh -f tsim/table/column_num.sim -# ,,y,script,./test.sh -f tsim/table/column_value.sim -# ,,y,script,./test.sh -f tsim/table/column2.sim -# ,,y,script,./test.sh -f tsim/table/createmulti.sim -# ,,y,script,./test.sh -f tsim/table/date.sim -# ,,y,script,./test.sh -f tsim/table/db.table.sim -# ,,y,script,./test.sh -f tsim/table/delete_reuse1.sim -# ,,y,script,./test.sh -f tsim/table/delete_reuse2.sim -# ,,y,script,./test.sh -f tsim/table/delete_writing.sim -# ,,y,script,./test.sh -f tsim/table/describe.sim -# ,,y,script,./test.sh -f tsim/table/double.sim -# ,,y,script,./test.sh -f tsim/table/float.sim -# ,,y,script,./test.sh -f tsim/table/hash.sim -# ,,y,script,./test.sh -f tsim/table/int.sim -# ,,y,script,./test.sh -f tsim/table/limit.sim -# ,,y,script,./test.sh -f tsim/table/smallint.sim -# ,,y,script,./test.sh -f tsim/table/table_len.sim -# ,,y,script,./test.sh -f tsim/table/table.sim -# ,,y,script,./test.sh -f tsim/table/tinyint.sim -# ,,y,script,./test.sh -f tsim/table/vgroup.sim -# ,,n,script,./test.sh -f tsim/stream/basic0.sim -g -# ,,y,script,./test.sh -f tsim/stream/basic1.sim -# ,,y,script,./test.sh -f tsim/stream/basic2.sim -# ,,y,script,./test.sh -f tsim/stream/basic3.sim -# ,,y,script,./test.sh -f tsim/stream/basic4.sim -# ,,y,script,./test.sh -f tsim/stream/checkpointInterval0.sim -# ,,y,script,./test.sh -f tsim/stream/checkStreamSTable1.sim -# ,,y,script,./test.sh -f tsim/stream/checkStreamSTable.sim -# ,,y,script,./test.sh -f tsim/stream/count0.sim -# ,,y,script,./test.sh -f tsim/stream/count1.sim -# ,,y,script,./test.sh -f tsim/stream/count2.sim -# ,,y,script,./test.sh -f tsim/stream/count3.sim -# ,,y,script,./test.sh -f tsim/stream/countSliding0.sim -# ,,y,script,./test.sh -f tsim/stream/countSliding1.sim -# ,,y,script,./test.sh -f tsim/stream/countSliding2.sim -# ,,y,script,./test.sh -f tsim/stream/deleteInterval.sim -# ,,y,script,./test.sh -f tsim/stream/deleteScalar.sim -# ,,y,script,./test.sh -f tsim/stream/deleteSession.sim -# ,,y,script,./test.sh -f tsim/stream/deleteState.sim -# ,,y,script,./test.sh -f tsim/stream/distributeInterval0.sim -# ,,y,script,./test.sh -f tsim/stream/distributeIntervalRetrive0.sim -# ,,y,script,./test.sh -f tsim/stream/distributeMultiLevelInterval0.sim -# ,,y,script,./test.sh -f tsim/stream/distributeSession0.sim -# ,,y,script,./test.sh -f tsim/stream/drop_stream.sim -# ,,y,script,./test.sh -f tsim/stream/event0.sim -# ,,y,script,./test.sh -f tsim/stream/event1.sim -# ,,y,script,./test.sh -f tsim/stream/event2.sim -# ,,y,script,./test.sh -f tsim/stream/fillHistoryBasic1.sim -# ,,y,script,./test.sh -f tsim/stream/fillHistoryBasic2.sim -# ,,y,script,./test.sh -f tsim/stream/fillHistoryBasic3.sim -# ,,y,script,./test.sh -f tsim/stream/fillIntervalDelete0.sim -# ,,y,script,./test.sh -f tsim/stream/fillIntervalDelete1.sim -# ,,y,script,./test.sh -f tsim/stream/fillIntervalLinear.sim -# ,,y,script,./test.sh -f tsim/stream/fillIntervalPartitionBy.sim -# ,,y,script,./test.sh -f tsim/stream/fillIntervalPrevNext1.sim -# ,,y,script,./test.sh -f tsim/stream/fillIntervalPrevNext.sim -# ,,y,script,./test.sh -f tsim/stream/fillIntervalRange.sim -# ,,y,script,./test.sh -f tsim/stream/fillIntervalValue.sim -# ,,y,script,./test.sh -f tsim/stream/ignoreCheckUpdate.sim -# ,,y,script,./test.sh -f tsim/stream/ignoreExpiredData.sim -# ,,y,script,./test.sh -f tsim/stream/partitionby1.sim -# ,,y,script,./test.sh -f tsim/stream/partitionbyColumnInterval.sim -# ,,y,script,./test.sh -f tsim/stream/partitionbyColumnOther.sim -# ,,y,script,./test.sh -f tsim/stream/partitionbyColumnSession.sim -# ,,y,script,./test.sh -f tsim/stream/partitionbyColumnState.sim -# ,,y,script,./test.sh -f tsim/stream/partitionby.sim -# ,,y,script,./test.sh -f tsim/stream/pauseAndResume.sim -# ,,y,script,./test.sh -f tsim/stream/schedSnode.sim -# ,,y,script,./test.sh -f tsim/stream/session0.sim -# ,,y,script,./test.sh -f tsim/stream/session1.sim -# ,,y,script,./test.sh -f tsim/stream/sliding.sim -# ,,y,script,./test.sh -f tsim/stream/state0.sim -# ,,y,script,./test.sh -f tsim/stream/state1.sim -# ,,y,script,./test.sh -f tsim/stream/streamPrimaryKey0.sim -# ,,y,script,./test.sh -f tsim/stream/streamPrimaryKey1.sim -# ,,y,script,./test.sh -f tsim/stream/streamPrimaryKey2.sim -# ,,y,script,./test.sh -f tsim/stream/streamPrimaryKey3.sim -# ,,y,script,./test.sh -f tsim/stream/triggerInterval0.sim -# ,,y,script,./test.sh -f tsim/stream/triggerSession0.sim -# ,,y,script,./test.sh -f tsim/stream/udTableAndCol0.sim -# ,,y,script,./test.sh -f tsim/stream/udTableAndTag0.sim -# ,,y,script,./test.sh -f tsim/stream/udTableAndTag1.sim -# ,,y,script,./test.sh -f tsim/stream/udTableAndTag2.sim -# ,,y,script,./test.sh -f tsim/stream/windowClose.sim -# ,,y,script,./test.sh -f tsim/trans/lossdata1.sim -# ,,y,script,./test.sh -f tsim/tmq/basic1.sim -# ,,y,script,./test.sh -f tsim/tmq/basic2.sim -# ,,y,script,./test.sh -f tsim/tmq/basic3.sim -# ,,y,script,./test.sh -f tsim/tmq/basic4.sim -# ,,y,script,./test.sh -f tsim/tmq/basic1Of2Cons.sim -# ,,y,script,./test.sh -f tsim/tmq/basic2Of2Cons.sim -# ,,y,script,./test.sh -f tsim/tmq/basic3Of2Cons.sim -# ,,y,script,./test.sh -f tsim/tmq/basic4Of2Cons.sim -# ,,y,script,./test.sh -f tsim/tmq/topic.sim -# ,,y,script,./test.sh -f tsim/tmq/snapshot.sim -# ,,y,script,./test.sh -f tsim/tmq/snapshot1.sim -# ,,y,script,./test.sh -f tsim/stable/alter_comment.sim -# ,,y,script,./test.sh -f tsim/stable/alter_count.sim -# ,,y,script,./test.sh -f tsim/stable/alter_import.sim -# ,,y,script,./test.sh -f tsim/stable/alter_insert1.sim -# ,,y,script,./test.sh -f tsim/stable/alter_insert2.sim -# ,,y,script,./test.sh -f tsim/stable/alter_metrics.sim -# ,,y,script,./test.sh -f tsim/stable/column_add.sim -# ,,y,script,./test.sh -f tsim/stable/column_drop.sim -# ,,y,script,./test.sh -f tsim/stable/column_modify.sim -# ,,y,script,./test.sh -f tsim/stable/disk.sim -# ,,y,script,./test.sh -f tsim/stable/dnode3.sim -# ,,y,script,./test.sh -f tsim/stable/metrics.sim -# ,,y,script,./test.sh -f tsim/stable/refcount.sim -# ,,y,script,./test.sh -f tsim/stable/tag_add.sim -# ,,y,script,./test.sh -f tsim/stable/tag_drop.sim -# ,,y,script,./test.sh -f tsim/stable/tag_filter.sim -# ,,y,script,./test.sh -f tsim/stable/tag_modify.sim -# ,,y,script,./test.sh -f tsim/stable/tag_rename.sim -# ,,y,script,./test.sh -f tsim/stable/values.sim -# ,,y,script,./test.sh -f tsim/stable/vnode3.sim -# ,,n,script,./test.sh -f tsim/sma/drop_sma.sim -# ,,y,script,./test.sh -f tsim/sma/sma_leak.sim -# ,,y,script,./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim -# ,,y,script,./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim -# ,,y,script,./test.sh -f tsim/sma/rsmaCreateInsertQueryDelete.sim - -# ### refactor stream backend, open case after rsma refactored -# #,,y,script,./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim -# ,,y,script,./test.sh -f tsim/sync/vnodesnapshot-rsma-test.sim -# ,,n,script,./test.sh -f tsim/valgrind/checkError1.sim -# ,,n,script,./test.sh -f tsim/valgrind/checkError2.sim -# ,,n,script,./test.sh -f tsim/valgrind/checkError3.sim -# ,,n,script,./test.sh -f tsim/valgrind/checkError4.sim -# ,,n,script,./test.sh -f tsim/valgrind/checkError5.sim -# ,,n,script,./test.sh -f tsim/valgrind/checkError8.sim -# ,,n,script,./test.sh -f tsim/valgrind/checkUdf.sim -# ,,y,script,./test.sh -f tsim/vnode/replica3_basic.sim -# ,,y,script,./test.sh -f tsim/vnode/replica3_vgroup.sim -# ,,y,script,./test.sh -f tsim/vnode/replica3_import.sim -# ,,y,script,./test.sh -f tsim/vnode/stable_balance_replica1.sim -# ,,y,script,./test.sh -f tsim/vnode/stable_dnode2_stop.sim -# ,,y,script,./test.sh -f tsim/vnode/stable_dnode2.sim -# ,,y,script,./test.sh -f tsim/vnode/stable_dnode3.sim -# ,,y,script,./test.sh -f tsim/vnode/stable_replica3_dnode6.sim -# ,,y,script,./test.sh -f tsim/vnode/stable_replica3_vnode3.sim -# ,,y,script,./test.sh -f tsim/sync/oneReplica1VgElect.sim -# ,,y,script,./test.sh -f tsim/sync/oneReplica5VgElect.sim -# ,,y,script,./test.sh -f tsim/catalog/alterInCurrent.sim -# ,,y,script,./test.sh -f tsim/scalar/in.sim -# ,,y,script,./test.sh -f tsim/scalar/scalar.sim -# ,,y,script,./test.sh -f tsim/scalar/filter.sim -# ,,y,script,./test.sh -f tsim/scalar/caseWhen.sim -# ,,y,script,./test.sh -f tsim/scalar/tsConvert.sim -# ,,y,script,./test.sh -f tsim/alter/cached_schema_after_alter.sim -# ,,y,script,./test.sh -f tsim/alter/dnode.sim -# ,,y,script,./test.sh -f tsim/alter/table.sim -# ,,y,script,./test.sh -f tsim/cache/new_metrics.sim -# ,,y,script,./test.sh -f tsim/cache/restart_table.sim -# ,,y,script,./test.sh -f tsim/cache/restart_metrics.sim -# ,,y,script,./test.sh -f tsim/column/commit.sim -# ,,y,script,./test.sh -f tsim/column/metrics.sim -# ,,y,script,./test.sh -f tsim/column/table.sim -# ,,y,script,./test.sh -f tsim/compress/commitlog.sim -# ,,y,script,./test.sh -f tsim/compress/compress2.sim -# ,,y,script,./test.sh -f tsim/compress/compress.sim -# ,,y,script,./test.sh -f tsim/compress/compress_col.sim -# ,,y,script,./test.sh -f tsim/compress/uncompress.sim -# ,,y,script,./test.sh -f tsim/compute/avg.sim -# ,,y,script,./test.sh -f tsim/compute/block_dist.sim -# ,,y,script,./test.sh -f tsim/compute/bottom.sim -# ,,y,script,./test.sh -f tsim/compute/count.sim -# ,,y,script,./test.sh -f tsim/compute/diff.sim -# ,,y,script,./test.sh -f tsim/compute/diff2.sim -# ,,y,script,./test.sh -f tsim/compute/first.sim -# ,,y,script,./test.sh -f tsim/compute/interval.sim -# ,,y,script,./test.sh -f tsim/compute/last_row.sim -# ,,y,script,./test.sh -f tsim/compute/last.sim -# ,,y,script,./test.sh -f tsim/compute/leastsquare.sim -# ,,y,script,./test.sh -f tsim/compute/max.sim -# ,,y,script,./test.sh -f tsim/compute/min.sim -# ,,y,script,./test.sh -f tsim/compute/null.sim -# ,,y,script,./test.sh -f tsim/compute/percentile.sim -# ,,y,script,./test.sh -f tsim/compute/stddev.sim -# ,,y,script,./test.sh -f tsim/compute/sum.sim -# ,,y,script,./test.sh -f tsim/compute/top.sim -# ,,y,script,./test.sh -f tsim/field/2.sim -# ,,y,script,./test.sh -f tsim/field/3.sim -# ,,y,script,./test.sh -f tsim/field/4.sim -# ,,y,script,./test.sh -f tsim/field/5.sim -# ,,y,script,./test.sh -f tsim/field/6.sim -# ,,y,script,./test.sh -f tsim/field/binary.sim -# ,,y,script,./test.sh -f tsim/field/bigint.sim -# ,,y,script,./test.sh -f tsim/field/bool.sim -# ,,y,script,./test.sh -f tsim/field/double.sim -# ,,y,script,./test.sh -f tsim/field/float.sim -# ,,y,script,./test.sh -f tsim/field/int.sim -# ,,y,script,./test.sh -f tsim/field/single.sim -# ,,y,script,./test.sh -f tsim/field/smallint.sim -# ,,y,script,./test.sh -f tsim/field/tinyint.sim -# ,,y,script,./test.sh -f tsim/field/unsigined_bigint.sim -# ,,y,script,./test.sh -f tsim/vector/metrics_field.sim -# ,,y,script,./test.sh -f tsim/vector/metrics_mix.sim -# ,,y,script,./test.sh -f tsim/vector/metrics_query.sim -# ,,y,script,./test.sh -f tsim/vector/metrics_tag.sim -# ,,y,script,./test.sh -f tsim/vector/metrics_time.sim -# ,,y,script,./test.sh -f tsim/vector/multi.sim -# ,,y,script,./test.sh -f tsim/vector/single.sim -# ,,y,script,./test.sh -f tsim/vector/table_field.sim -# ,,y,script,./test.sh -f tsim/vector/table_mix.sim -# ,,y,script,./test.sh -f tsim/vector/table_query.sim -# ,,y,script,./test.sh -f tsim/vector/table_time.sim -# ,,y,script,./test.sh -f tsim/wal/kill.sim -# ,,y,script,./test.sh -f tsim/tag/3.sim -# ,,y,script,./test.sh -f tsim/tag/4.sim -# ,,y,script,./test.sh -f tsim/tag/5.sim -# ,,y,script,./test.sh -f tsim/tag/6.sim -# ,,y,script,./test.sh -f tsim/tag/add.sim -# ,,y,script,./test.sh -f tsim/tag/bigint.sim -# ,,y,script,./test.sh -f tsim/tag/binary_binary.sim -# ,,y,script,./test.sh -f tsim/tag/binary.sim -# ,,y,script,./test.sh -f tsim/tag/bool_binary.sim -# ,,y,script,./test.sh -f tsim/tag/bool_int.sim -# ,,y,script,./test.sh -f tsim/tag/bool.sim -# ,,y,script,./test.sh -f tsim/tag/change.sim -# ,,y,script,./test.sh -f tsim/tag/column.sim -# ,,y,script,./test.sh -f tsim/tag/commit.sim -# ,,y,script,./test.sh -f tsim/tag/create.sim -# ,,y,script,./test.sh -f tsim/tag/delete.sim -# ,,y,script,./test.sh -f tsim/tag/double.sim -# ,,y,script,./test.sh -f tsim/tag/filter.sim -# ,,y,script,./test.sh -f tsim/tag/float.sim -# ,,y,script,./test.sh -f tsim/tag/int_binary.sim -# ,,y,script,./test.sh -f tsim/tag/int_float.sim -# ,,y,script,./test.sh -f tsim/tag/int.sim -# ,,y,script,./test.sh -f tsim/tag/set.sim -# ,,y,script,./test.sh -f tsim/tag/smallint.sim -# ,,y,script,./test.sh -f tsim/tag/tinyint.sim -# ,,y,script,./test.sh -f tsim/tag/drop_tag.sim -# ,,y,script,./test.sh -f tsim/tag/tbNameIn.sim -# ,,y,script,./test.sh -f tmp/monitor.sim -# ,,y,script,./test.sh -f tsim/tagindex/add_index.sim -# ,,n,script,./test.sh -f tsim/tagindex/sma_and_tag_index.sim -# ,,y,script,./test.sh -f tsim/tagindex/indexOverflow.sim -# ,,y,script,./test.sh -f tsim/view/view.sim -# ,,y,script,./test.sh -f tsim/query/cache_last.sim -# ,,y,script,./test.sh -f tsim/query/const.sim -# ,,y,script,./test.sh -f tsim/query/nestedJoinView.sim +### refactor stream backend, open case after rsma refactored +#,,y,script,./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim +,,y,script,./test.sh -f tsim/sync/vnodesnapshot-rsma-test.sim +,,n,script,./test.sh -f tsim/valgrind/checkError1.sim +,,n,script,./test.sh -f tsim/valgrind/checkError2.sim +,,n,script,./test.sh -f tsim/valgrind/checkError3.sim +,,n,script,./test.sh -f tsim/valgrind/checkError4.sim +,,n,script,./test.sh -f tsim/valgrind/checkError5.sim +,,n,script,./test.sh -f tsim/valgrind/checkError8.sim +,,n,script,./test.sh -f tsim/valgrind/checkUdf.sim +,,y,script,./test.sh -f tsim/vnode/replica3_basic.sim +,,y,script,./test.sh -f tsim/vnode/replica3_vgroup.sim +,,y,script,./test.sh -f tsim/vnode/replica3_import.sim +,,y,script,./test.sh -f tsim/vnode/stable_balance_replica1.sim +,,y,script,./test.sh -f tsim/vnode/stable_dnode2_stop.sim +,,y,script,./test.sh -f tsim/vnode/stable_dnode2.sim +,,y,script,./test.sh -f tsim/vnode/stable_dnode3.sim +,,y,script,./test.sh -f tsim/vnode/stable_replica3_dnode6.sim +,,y,script,./test.sh -f tsim/vnode/stable_replica3_vnode3.sim +,,y,script,./test.sh -f tsim/sync/oneReplica1VgElect.sim +,,y,script,./test.sh -f tsim/sync/oneReplica5VgElect.sim +,,y,script,./test.sh -f tsim/catalog/alterInCurrent.sim +,,y,script,./test.sh -f tsim/scalar/in.sim +,,y,script,./test.sh -f tsim/scalar/scalar.sim +,,y,script,./test.sh -f tsim/scalar/filter.sim +,,y,script,./test.sh -f tsim/scalar/caseWhen.sim +,,y,script,./test.sh -f tsim/scalar/tsConvert.sim +,,y,script,./test.sh -f tsim/alter/cached_schema_after_alter.sim +,,y,script,./test.sh -f tsim/alter/dnode.sim +,,y,script,./test.sh -f tsim/alter/table.sim +,,y,script,./test.sh -f tsim/cache/new_metrics.sim +,,y,script,./test.sh -f tsim/cache/restart_table.sim +,,y,script,./test.sh -f tsim/cache/restart_metrics.sim +,,y,script,./test.sh -f tsim/column/commit.sim +,,y,script,./test.sh -f tsim/column/metrics.sim +,,y,script,./test.sh -f tsim/column/table.sim +,,y,script,./test.sh -f tsim/compress/commitlog.sim +,,y,script,./test.sh -f tsim/compress/compress2.sim +,,y,script,./test.sh -f tsim/compress/compress.sim +,,y,script,./test.sh -f tsim/compress/compress_col.sim +,,y,script,./test.sh -f tsim/compress/uncompress.sim +,,y,script,./test.sh -f tsim/compute/avg.sim +,,y,script,./test.sh -f tsim/compute/block_dist.sim +,,y,script,./test.sh -f tsim/compute/bottom.sim +,,y,script,./test.sh -f tsim/compute/count.sim +,,y,script,./test.sh -f tsim/compute/diff.sim +,,y,script,./test.sh -f tsim/compute/diff2.sim +,,y,script,./test.sh -f tsim/compute/first.sim +,,y,script,./test.sh -f tsim/compute/interval.sim +,,y,script,./test.sh -f tsim/compute/last_row.sim +,,y,script,./test.sh -f tsim/compute/last.sim +,,y,script,./test.sh -f tsim/compute/leastsquare.sim +,,y,script,./test.sh -f tsim/compute/max.sim +,,y,script,./test.sh -f tsim/compute/min.sim +,,y,script,./test.sh -f tsim/compute/null.sim +,,y,script,./test.sh -f tsim/compute/percentile.sim +,,y,script,./test.sh -f tsim/compute/stddev.sim +,,y,script,./test.sh -f tsim/compute/sum.sim +,,y,script,./test.sh -f tsim/compute/top.sim +,,y,script,./test.sh -f tsim/field/2.sim +,,y,script,./test.sh -f tsim/field/3.sim +,,y,script,./test.sh -f tsim/field/4.sim +,,y,script,./test.sh -f tsim/field/5.sim +,,y,script,./test.sh -f tsim/field/6.sim +,,y,script,./test.sh -f tsim/field/binary.sim +,,y,script,./test.sh -f tsim/field/bigint.sim +,,y,script,./test.sh -f tsim/field/bool.sim +,,y,script,./test.sh -f tsim/field/double.sim +,,y,script,./test.sh -f tsim/field/float.sim +,,y,script,./test.sh -f tsim/field/int.sim +,,y,script,./test.sh -f tsim/field/single.sim +,,y,script,./test.sh -f tsim/field/smallint.sim +,,y,script,./test.sh -f tsim/field/tinyint.sim +,,y,script,./test.sh -f tsim/field/unsigined_bigint.sim +,,y,script,./test.sh -f tsim/vector/metrics_field.sim +,,y,script,./test.sh -f tsim/vector/metrics_mix.sim +,,y,script,./test.sh -f tsim/vector/metrics_query.sim +,,y,script,./test.sh -f tsim/vector/metrics_tag.sim +,,y,script,./test.sh -f tsim/vector/metrics_time.sim +,,y,script,./test.sh -f tsim/vector/multi.sim +,,y,script,./test.sh -f tsim/vector/single.sim +,,y,script,./test.sh -f tsim/vector/table_field.sim +,,y,script,./test.sh -f tsim/vector/table_mix.sim +,,y,script,./test.sh -f tsim/vector/table_query.sim +,,y,script,./test.sh -f tsim/vector/table_time.sim +,,y,script,./test.sh -f tsim/wal/kill.sim +,,y,script,./test.sh -f tsim/tag/3.sim +,,y,script,./test.sh -f tsim/tag/4.sim +,,y,script,./test.sh -f tsim/tag/5.sim +,,y,script,./test.sh -f tsim/tag/6.sim +,,y,script,./test.sh -f tsim/tag/add.sim +,,y,script,./test.sh -f tsim/tag/bigint.sim +,,y,script,./test.sh -f tsim/tag/binary_binary.sim +,,y,script,./test.sh -f tsim/tag/binary.sim +,,y,script,./test.sh -f tsim/tag/bool_binary.sim +,,y,script,./test.sh -f tsim/tag/bool_int.sim +,,y,script,./test.sh -f tsim/tag/bool.sim +,,y,script,./test.sh -f tsim/tag/change.sim +,,y,script,./test.sh -f tsim/tag/column.sim +,,y,script,./test.sh -f tsim/tag/commit.sim +,,y,script,./test.sh -f tsim/tag/create.sim +,,y,script,./test.sh -f tsim/tag/delete.sim +,,y,script,./test.sh -f tsim/tag/double.sim +,,y,script,./test.sh -f tsim/tag/filter.sim +,,y,script,./test.sh -f tsim/tag/float.sim +,,y,script,./test.sh -f tsim/tag/int_binary.sim +,,y,script,./test.sh -f tsim/tag/int_float.sim +,,y,script,./test.sh -f tsim/tag/int.sim +,,y,script,./test.sh -f tsim/tag/set.sim +,,y,script,./test.sh -f tsim/tag/smallint.sim +,,y,script,./test.sh -f tsim/tag/tinyint.sim +,,y,script,./test.sh -f tsim/tag/drop_tag.sim +,,y,script,./test.sh -f tsim/tag/tbNameIn.sim +,,y,script,./test.sh -f tmp/monitor.sim +,,y,script,./test.sh -f tsim/tagindex/add_index.sim +,,n,script,./test.sh -f tsim/tagindex/sma_and_tag_index.sim +,,y,script,./test.sh -f tsim/tagindex/indexOverflow.sim +,,y,script,./test.sh -f tsim/view/view.sim +,,y,script,./test.sh -f tsim/query/cache_last.sim +,,y,script,./test.sh -f tsim/query/const.sim +,,y,script,./test.sh -f tsim/query/nestedJoinView.sim -# #develop test -# ,,n,develop-test,python3 ./test.py -f 2-query/table_count_scan.py -# ,,n,develop-test,python3 ./test.py -f 2-query/pseudo_column.py -# ,,n,develop-test,python3 ./test.py -f 2-query/ts-range.py -# ,,n,develop-test,python3 ./test.py -f 2-query/tag_scan.py -# ,,n,develop-test,python3 ./test.py -f 2-query/show_create_db.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/auto_create_table_json.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/custom_col_tag.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/default_json.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/demo.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insert_alltypes_json.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/invalid_commandline.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/json_tag.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/query_json.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sample_csv_json.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestQueryWithJson.py -R -# ,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py -R +#develop test +,,n,develop-test,python3 ./test.py -f 2-query/table_count_scan.py +,,n,develop-test,python3 ./test.py -f 2-query/pseudo_column.py +,,n,develop-test,python3 ./test.py -f 2-query/ts-range.py +,,n,develop-test,python3 ./test.py -f 2-query/tag_scan.py +,,n,develop-test,python3 ./test.py -f 2-query/show_create_db.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/auto_create_table_json.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/custom_col_tag.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/default_json.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/demo.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insert_alltypes_json.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/invalid_commandline.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/json_tag.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/query_json.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sample_csv_json.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestQueryWithJson.py -R +,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py -R -# #docs-examples test -# ,,n,docs-examples-test,bash python.sh -# #,,n,docs-examples-test,bash node.sh -# ,,n,docs-examples-test,bash csharp.sh -# ,,n,docs-examples-test,bash jdbc.sh -# ,,n,docs-examples-test,bash go.sh -# ,,n,docs-examples-test,bash test_R.sh +#docs-examples test +,,n,docs-examples-test,bash python.sh +#,,n,docs-examples-test,bash node.sh +,,n,docs-examples-test,bash csharp.sh +,,n,docs-examples-test,bash jdbc.sh +,,n,docs-examples-test,bash go.sh +,,n,docs-examples-test,bash test_R.sh From cfe7c552bc164c705a330416f45bc978cfb66149 Mon Sep 17 00:00:00 2001 From: dmchen Date: Tue, 16 Jul 2024 03:25:30 +0000 Subject: [PATCH 06/16] fix/TD-30989 --- source/dnode/mnode/sdb/src/sdb.c | 19 +-- source/dnode/mnode/sdb/src/sdbFile.c | 193 +++++++++++++++------------ source/dnode/mnode/sdb/src/sdbRaw.c | 131 ++++++++++-------- 3 files changed, 189 insertions(+), 154 deletions(-) diff --git a/source/dnode/mnode/sdb/src/sdb.c b/source/dnode/mnode/sdb/src/sdb.c index c4b32fe87c..70cbe06496 100644 --- a/source/dnode/mnode/sdb/src/sdb.c +++ b/source/dnode/mnode/sdb/src/sdb.c @@ -112,6 +112,8 @@ void sdbCleanup(SSdb *pSdb) { } int32_t sdbSetTable(SSdb *pSdb, SSdbTable table) { + int32_t code = 0; + ESdbType sdbType = table.sdbType; EKeyType keyType = table.keyType; pSdb->keyTypes[sdbType] = table.keyType; @@ -134,8 +136,8 @@ int32_t sdbSetTable(SSdb *pSdb, SSdbTable table) { SHashObj *hash = taosHashInit(64, taosGetDefaultHashFunction(hashType), true, HASH_ENTRY_LOCK); if (hash == NULL) { - terrno = TSDB_CODE_OUT_OF_MEMORY; - return -1; + code = TSDB_CODE_OUT_OF_MEMORY; + TAOS_RETURN(code); } pSdb->maxId[sdbType] = 0; @@ -146,16 +148,17 @@ int32_t sdbSetTable(SSdb *pSdb, SSdbTable table) { } static int32_t sdbCreateDir(SSdb *pSdb) { + int32_t code = 0; if (taosMulMkDir(pSdb->currDir) != 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - mError("failed to create dir:%s since %s", pSdb->currDir, terrstr()); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + mError("failed to create dir:%s since %s", pSdb->currDir, tstrerror(code)); + TAOS_RETURN(code); } if (taosMkDir(pSdb->tmpDir) != 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - mError("failed to create dir:%s since %s", pSdb->tmpDir, terrstr()); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + mError("failed to create dir:%s since %s", pSdb->tmpDir, tstrerror(code)); + TAOS_RETURN(code); } return 0; diff --git a/source/dnode/mnode/sdb/src/sdbFile.c b/source/dnode/mnode/sdb/src/sdbFile.c index d94650695c..efa29a2ed5 100644 --- a/source/dnode/mnode/sdb/src/sdbFile.c +++ b/source/dnode/mnode/sdb/src/sdbFile.c @@ -26,6 +26,7 @@ #define SDB_FILE_VER 1 static int32_t sdbDeployData(SSdb *pSdb) { + int32_t code = 0; mInfo("start to deploy sdb"); for (int32_t i = SDB_MAX - 1; i >= 0; --i) { @@ -33,8 +34,9 @@ static int32_t sdbDeployData(SSdb *pSdb) { if (fp == NULL) continue; mInfo("start to deploy sdb:%s", sdbTableName(i)); - if ((*fp)(pSdb->pMnode) != 0) { - mError("failed to deploy sdb:%s since %s", sdbTableName(i), terrstr()); + code = (*fp)(pSdb->pMnode); + if (code != 0) { + mError("failed to deploy sdb:%s since %s", sdbTableName(i), tstrerror(code)); return -1; } } @@ -80,61 +82,62 @@ static void sdbResetData(SSdb *pSdb) { } static int32_t sdbReadFileHead(SSdb *pSdb, TdFilePtr pFile) { + int32_t code = 0; int64_t sver = 0; int32_t ret = taosReadFile(pFile, &sver, sizeof(int64_t)); if (ret < 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (ret != sizeof(int64_t)) { - terrno = TSDB_CODE_FILE_CORRUPTED; - return -1; + code = TSDB_CODE_FILE_CORRUPTED; + TAOS_RETURN(code); } if (sver != SDB_FILE_VER) { - terrno = TSDB_CODE_FILE_CORRUPTED; - return -1; + code = TSDB_CODE_FILE_CORRUPTED; + TAOS_RETURN(code); } ret = taosReadFile(pFile, &pSdb->applyIndex, sizeof(int64_t)); if (ret < 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (ret != sizeof(int64_t)) { - terrno = TSDB_CODE_FILE_CORRUPTED; - return -1; + code = TSDB_CODE_FILE_CORRUPTED; + TAOS_RETURN(code); } ret = taosReadFile(pFile, &pSdb->applyTerm, sizeof(int64_t)); if (ret < 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (ret != sizeof(int64_t)) { - terrno = TSDB_CODE_FILE_CORRUPTED; - return -1; + code = TSDB_CODE_FILE_CORRUPTED; + TAOS_RETURN(code); } ret = taosReadFile(pFile, &pSdb->applyConfig, sizeof(int64_t)); if (ret < 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (ret != sizeof(int64_t)) { - terrno = TSDB_CODE_FILE_CORRUPTED; - return -1; + code = TSDB_CODE_FILE_CORRUPTED; + TAOS_RETURN(code); } for (int32_t i = 0; i < SDB_TABLE_SIZE; ++i) { int64_t maxId = 0; ret = taosReadFile(pFile, &maxId, sizeof(int64_t)); if (ret < 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (ret != sizeof(int64_t)) { - terrno = TSDB_CODE_FILE_CORRUPTED; - return -1; + code = TSDB_CODE_FILE_CORRUPTED; + TAOS_RETURN(code); } if (i < SDB_MAX) { pSdb->maxId[i] = maxId; @@ -145,12 +148,12 @@ static int32_t sdbReadFileHead(SSdb *pSdb, TdFilePtr pFile) { int64_t ver = 0; ret = taosReadFile(pFile, &ver, sizeof(int64_t)); if (ret < 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (ret != sizeof(int64_t)) { - terrno = TSDB_CODE_FILE_CORRUPTED; - return -1; + code = TSDB_CODE_FILE_CORRUPTED; + TAOS_RETURN(code); } if (i < SDB_MAX) { pSdb->tableVer[i] = ver; @@ -160,37 +163,38 @@ static int32_t sdbReadFileHead(SSdb *pSdb, TdFilePtr pFile) { char reserve[SDB_RESERVE_SIZE] = {0}; ret = taosReadFile(pFile, reserve, sizeof(reserve)); if (ret < 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (ret != sizeof(reserve)) { - terrno = TSDB_CODE_FILE_CORRUPTED; - return -1; + code = TSDB_CODE_FILE_CORRUPTED; + TAOS_RETURN(code); } return 0; } static int32_t sdbWriteFileHead(SSdb *pSdb, TdFilePtr pFile) { + int32_t code = 0; int64_t sver = SDB_FILE_VER; if (taosWriteFile(pFile, &sver, sizeof(int64_t)) != sizeof(int64_t)) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (taosWriteFile(pFile, &pSdb->applyIndex, sizeof(int64_t)) != sizeof(int64_t)) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (taosWriteFile(pFile, &pSdb->applyTerm, sizeof(int64_t)) != sizeof(int64_t)) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } if (taosWriteFile(pFile, &pSdb->applyConfig, sizeof(int64_t)) != sizeof(int64_t)) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } for (int32_t i = 0; i < SDB_TABLE_SIZE; ++i) { @@ -199,8 +203,8 @@ static int32_t sdbWriteFileHead(SSdb *pSdb, TdFilePtr pFile) { maxId = pSdb->maxId[i]; } if (taosWriteFile(pFile, &maxId, sizeof(int64_t)) != sizeof(int64_t)) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } } @@ -210,15 +214,15 @@ static int32_t sdbWriteFileHead(SSdb *pSdb, TdFilePtr pFile) { ver = pSdb->tableVer[i]; } if (taosWriteFile(pFile, &ver, sizeof(int64_t)) != sizeof(int64_t)) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } } char reserve[SDB_RESERVE_SIZE] = {0}; if (taosWriteFile(pFile, reserve, sizeof(reserve)) != sizeof(reserve)) { - terrno = TAOS_SYSTEM_ERROR(errno); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + TAOS_RETURN(code); } return 0; @@ -237,21 +241,22 @@ static int32_t sdbReadFileImp(SSdb *pSdb) { SSdbRaw *pRaw = taosMemoryMalloc(bufLen + 100); if (pRaw == NULL) { - terrno = TSDB_CODE_OUT_OF_MEMORY; - mError("failed read sdb file since %s", terrstr()); - return -1; + code = TSDB_CODE_OUT_OF_MEMORY; + mError("failed read sdb file since %s", tstrerror(code)); + TAOS_RETURN(code); } TdFilePtr pFile = taosOpenFile(file, TD_FILE_READ); if (pFile == NULL) { taosMemoryFree(pRaw); - terrno = TAOS_SYSTEM_ERROR(errno); - mInfo("read sdb file:%s finished since %s", file, terrstr()); - return 0; + code = TAOS_SYSTEM_ERROR(errno); + mInfo("read sdb file:%s finished since %s", file, tstrerror(code)); + TAOS_RETURN(code); } - if (sdbReadFileHead(pSdb, pFile) != 0) { - mError("failed to read sdb file:%s head since %s", file, terrstr()); + code = sdbReadFileHead(pSdb, pFile); + if (code != 0) { + mError("failed to read sdb file:%s head since %s", file, tstrerror(code)); taosMemoryFree(pRaw); taosCloseFile(&pFile); return -1; @@ -365,7 +370,7 @@ int32_t sdbReadFile(SSdb *pSdb) { sdbResetData(pSdb); int32_t code = sdbReadFileImp(pSdb); if (code != 0) { - mError("failed to read sdb file since %s", terrstr()); + mError("failed to read sdb file since %s", tstrerror(code)); sdbResetData(pSdb); } @@ -388,13 +393,14 @@ static int32_t sdbWriteFileImp(SSdb *pSdb) { TdFilePtr pFile = taosOpenFile(tmpfile, TD_FILE_CREATE | TD_FILE_WRITE | TD_FILE_TRUNC); if (pFile == NULL) { - terrno = TAOS_SYSTEM_ERROR(errno); - mError("failed to open sdb file:%s for write since %s", tmpfile, terrstr()); - return -1; + code = TAOS_SYSTEM_ERROR(errno); + mError("failed to open sdb file:%s for write since %s", tmpfile, tstrerror(code)); + TAOS_RETURN(code); } - if (sdbWriteFileHead(pSdb, pFile) != 0) { - mError("failed to write sdb file:%s head since %s", tmpfile, terrstr()); + code = sdbWriteFileHead(pSdb, pFile); + if (code != 0) { + mError("failed to write sdb file:%s head since %s", tmpfile, tstrerror(code)); taosCloseFile(&pFile); return -1; } @@ -549,19 +555,22 @@ int32_t sdbWriteFile(SSdb *pSdb, int32_t delta) { } } if (code != 0) { - mError("failed to write sdb file since %s", terrstr()); + mError("failed to write sdb file since %s", tstrerror(code)); } taosThreadMutexUnlock(&pSdb->filelock); return code; } int32_t sdbDeploy(SSdb *pSdb) { - if (sdbDeployData(pSdb) != 0) { - return -1; + int32_t code = 0; + code = sdbDeployData(pSdb); + if (code != 0) { + TAOS_RETURN(code); } - if (sdbWriteFile(pSdb, 0) != 0) { - return -1; + code = sdbWriteFile(pSdb, 0); + if (code != 0) { + TAOS_RETURN(code); } return 0; @@ -605,6 +614,7 @@ static void sdbCloseIter(SSdbIter *pIter) { } int32_t sdbStartRead(SSdb *pSdb, SSdbIter **ppIter, int64_t *index, int64_t *term, int64_t *config) { + int32_t code = 0; SSdbIter *pIter = sdbCreateIter(pSdb); if (pIter == NULL) return -1; @@ -617,19 +627,19 @@ int32_t sdbStartRead(SSdb *pSdb, SSdbIter **ppIter, int64_t *index, int64_t *ter int64_t commitConfig = pSdb->commitConfig; if (taosCopyFile(datafile, pIter->name) < 0) { taosThreadMutexUnlock(&pSdb->filelock); - terrno = TAOS_SYSTEM_ERROR(errno); - mError("failed to copy sdb file %s to %s since %s", datafile, pIter->name, terrstr()); + code = TAOS_SYSTEM_ERROR(errno); + mError("failed to copy sdb file %s to %s since %s", datafile, pIter->name, tstrerror(code)); sdbCloseIter(pIter); - return -1; + TAOS_RETURN(code); } taosThreadMutexUnlock(&pSdb->filelock); pIter->file = taosOpenFile(pIter->name, TD_FILE_READ); if (pIter->file == NULL) { - terrno = TAOS_SYSTEM_ERROR(errno); - mError("failed to open sdb file:%s since %s", pIter->name, terrstr()); + code = TAOS_SYSTEM_ERROR(errno); + mError("failed to open sdb file:%s since %s", pIter->name, tstrerror(code)); sdbCloseIter(pIter); - return -1; + TAOS_RETURN(code); } *ppIter = pIter; @@ -645,21 +655,22 @@ int32_t sdbStartRead(SSdb *pSdb, SSdbIter **ppIter, int64_t *index, int64_t *ter void sdbStopRead(SSdb *pSdb, SSdbIter *pIter) { sdbCloseIter(pIter); } int32_t sdbDoRead(SSdb *pSdb, SSdbIter *pIter, void **ppBuf, int32_t *len) { + int32_t code = 0; int32_t maxlen = 4096; void *pBuf = taosMemoryCalloc(1, maxlen); if (pBuf == NULL) { - terrno = TSDB_CODE_OUT_OF_MEMORY; - return -1; + code = TSDB_CODE_OUT_OF_MEMORY; + TAOS_RETURN(code); } int32_t readlen = taosReadFile(pIter->file, pBuf, maxlen); if (readlen < 0 || readlen > maxlen) { - terrno = TAOS_SYSTEM_ERROR(errno); - mError("sdbiter:%p, failed to read snapshot since %s, total:%" PRId64, pIter, terrstr(), pIter->total); + code = TAOS_SYSTEM_ERROR(errno); + mError("sdbiter:%p, failed to read snapshot since %s, total:%" PRId64, pIter, tstrerror(code), pIter->total); *ppBuf = NULL; *len = 0; taosMemoryFree(pBuf); - return -1; + TAOS_RETURN(code); } else if (readlen == 0) { mInfo("sdbiter:%p, read snapshot to the end, total:%" PRId64, pIter, pIter->total); *ppBuf = NULL; @@ -676,15 +687,19 @@ int32_t sdbDoRead(SSdb *pSdb, SSdbIter *pIter, void **ppBuf, int32_t *len) { } int32_t sdbStartWrite(SSdb *pSdb, SSdbIter **ppIter) { + int32_t code = 0; SSdbIter *pIter = sdbCreateIter(pSdb); - if (pIter == NULL) return -1; + if (pIter == NULL) { + code = terrno; + TAOS_RETURN(code); + } pIter->file = taosOpenFile(pIter->name, TD_FILE_CREATE | TD_FILE_WRITE | TD_FILE_TRUNC); if (pIter->file == NULL) { - terrno = TAOS_SYSTEM_ERROR(errno); - mError("failed to open %s since %s", pIter->name, terrstr()); + code = TAOS_SYSTEM_ERROR(errno); + mError("failed to open %s since %s", pIter->name, tstrerror(code)); sdbCloseIter(pIter); - return -1; + TAOS_RETURN(code); } *ppIter = pIter; @@ -702,8 +717,8 @@ int32_t sdbStopWrite(SSdb *pSdb, SSdbIter *pIter, bool isApply, int64_t index, i } if (taosFsyncFile(pIter->file) != 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - mError("sdbiter:%p, failed to fasync file %s since %s", pIter, pIter->name, terrstr()); + code = TAOS_SYSTEM_ERROR(errno); + mError("sdbiter:%p, failed to fasync file %s since %s", pIter, pIter->name, tstrerror(code)); goto _OVER; } @@ -713,13 +728,14 @@ int32_t sdbStopWrite(SSdb *pSdb, SSdbIter *pIter, bool isApply, int64_t index, i char datafile[PATH_MAX] = {0}; snprintf(datafile, sizeof(datafile), "%s%ssdb.data", pSdb->currDir, TD_DIRSEP); if (taosRenameFile(pIter->name, datafile) != 0) { - terrno = TAOS_SYSTEM_ERROR(errno); - mError("sdbiter:%p, failed to rename file %s to %s since %s", pIter, pIter->name, datafile, terrstr()); + code = TAOS_SYSTEM_ERROR(errno); + mError("sdbiter:%p, failed to rename file %s to %s since %s", pIter, pIter->name, datafile, tstrerror(code)); goto _OVER; } - if (sdbReadFile(pSdb) != 0) { - mError("sdbiter:%p, failed to read from %s since %s", pIter, datafile, terrstr()); + code = sdbReadFile(pSdb); + if (code != 0) { + mError("sdbiter:%p, failed to read from %s since %s", pIter, datafile, tstrerror(code)); goto _OVER; } @@ -742,10 +758,11 @@ _OVER: } int32_t sdbDoWrite(SSdb *pSdb, SSdbIter *pIter, void *pBuf, int32_t len) { + int32_t code = 0; int32_t writelen = taosWriteFile(pIter->file, pBuf, len); if (writelen != len) { - terrno = TAOS_SYSTEM_ERROR(errno); - mError("failed to write len:%d since %s, total:%" PRId64, len, terrstr(), pIter->total); + code = TAOS_SYSTEM_ERROR(errno); + mError("failed to write len:%d since %s, total:%" PRId64, len, tstrerror(code), pIter->total); return -1; } diff --git a/source/dnode/mnode/sdb/src/sdbRaw.c b/source/dnode/mnode/sdb/src/sdbRaw.c index 4f68139155..24ac2ac462 100644 --- a/source/dnode/mnode/sdb/src/sdbRaw.c +++ b/source/dnode/mnode/sdb/src/sdbRaw.c @@ -53,14 +53,15 @@ void sdbFreeRaw(SSdbRaw *pRaw) { } int32_t sdbSetRawInt8(SSdbRaw *pRaw, int32_t dataPos, int8_t val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(int8_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *(int8_t *)(pRaw->pData + dataPos) = val; @@ -68,14 +69,15 @@ int32_t sdbSetRawInt8(SSdbRaw *pRaw, int32_t dataPos, int8_t val) { } int32_t sdbSetRawUInt8(SSdbRaw *pRaw, int32_t dataPos, uint8_t val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(uint8_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *(uint8_t *)(pRaw->pData + dataPos) = val; @@ -83,14 +85,15 @@ int32_t sdbSetRawUInt8(SSdbRaw *pRaw, int32_t dataPos, uint8_t val) { } int32_t sdbSetRawInt32(SSdbRaw *pRaw, int32_t dataPos, int32_t val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(int32_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *(int32_t *)(pRaw->pData + dataPos) = val; @@ -98,14 +101,15 @@ int32_t sdbSetRawInt32(SSdbRaw *pRaw, int32_t dataPos, int32_t val) { } int32_t sdbSetRawInt16(SSdbRaw *pRaw, int32_t dataPos, int16_t val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(int16_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *(int16_t *)(pRaw->pData + dataPos) = val; @@ -113,14 +117,15 @@ int32_t sdbSetRawInt16(SSdbRaw *pRaw, int32_t dataPos, int16_t val) { } int32_t sdbSetRawInt64(SSdbRaw *pRaw, int32_t dataPos, int64_t val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(int64_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *(int64_t *)(pRaw->pData + dataPos) = val; @@ -128,14 +133,15 @@ int32_t sdbSetRawInt64(SSdbRaw *pRaw, int32_t dataPos, int64_t val) { } int32_t sdbSetRawBinary(SSdbRaw *pRaw, int32_t dataPos, const char *pVal, int32_t valLen) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + valLen > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } if (pVal != NULL) { @@ -145,14 +151,15 @@ int32_t sdbSetRawBinary(SSdbRaw *pRaw, int32_t dataPos, const char *pVal, int32_ } int32_t sdbSetRawDataLen(SSdbRaw *pRaw, int32_t dataLen) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataLen > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } pRaw->dataLen = dataLen; @@ -160,14 +167,15 @@ int32_t sdbSetRawDataLen(SSdbRaw *pRaw, int32_t dataLen) { } int32_t sdbSetRawStatus(SSdbRaw *pRaw, ESdbStatus status) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (status == SDB_STATUS_INIT) { - terrno = TSDB_CODE_INVALID_PARA; - return -1; + code = TSDB_CODE_INVALID_PARA; + TAOS_RETURN(code); } pRaw->status = status; @@ -175,14 +183,15 @@ int32_t sdbSetRawStatus(SSdbRaw *pRaw, ESdbStatus status) { } int32_t sdbGetRawInt8(SSdbRaw *pRaw, int32_t dataPos, int8_t *val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(int8_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *val = *(int8_t *)(pRaw->pData + dataPos); @@ -190,14 +199,15 @@ int32_t sdbGetRawInt8(SSdbRaw *pRaw, int32_t dataPos, int8_t *val) { } int32_t sdbGetRawUInt8(SSdbRaw *pRaw, int32_t dataPos, uint8_t *val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(uint8_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *val = *(uint8_t *)(pRaw->pData + dataPos); @@ -205,14 +215,15 @@ int32_t sdbGetRawUInt8(SSdbRaw *pRaw, int32_t dataPos, uint8_t *val) { } int32_t sdbGetRawInt32(SSdbRaw *pRaw, int32_t dataPos, int32_t *val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(int32_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *val = *(int32_t *)(pRaw->pData + dataPos); @@ -220,14 +231,15 @@ int32_t sdbGetRawInt32(SSdbRaw *pRaw, int32_t dataPos, int32_t *val) { } int32_t sdbGetRawInt16(SSdbRaw *pRaw, int32_t dataPos, int16_t *val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(int16_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *val = *(int16_t *)(pRaw->pData + dataPos); @@ -235,14 +247,15 @@ int32_t sdbGetRawInt16(SSdbRaw *pRaw, int32_t dataPos, int16_t *val) { } int32_t sdbGetRawInt64(SSdbRaw *pRaw, int32_t dataPos, int64_t *val) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + sizeof(int64_t) > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } *val = *(int64_t *)(pRaw->pData + dataPos); @@ -250,14 +263,15 @@ int32_t sdbGetRawInt64(SSdbRaw *pRaw, int32_t dataPos, int64_t *val) { } int32_t sdbGetRawBinary(SSdbRaw *pRaw, int32_t dataPos, char *pVal, int32_t valLen) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } if (dataPos + valLen > pRaw->dataLen) { - terrno = TSDB_CODE_SDB_INVALID_DATA_LEN; - return -1; + code = TSDB_CODE_SDB_INVALID_DATA_LEN; + TAOS_RETURN(code); } if (pVal != NULL) { memcpy(pVal, pRaw->pData + dataPos, valLen); @@ -266,9 +280,10 @@ int32_t sdbGetRawBinary(SSdbRaw *pRaw, int32_t dataPos, char *pVal, int32_t valL } int32_t sdbGetRawSoftVer(SSdbRaw *pRaw, int8_t *sver) { + int32_t code = 0; if (pRaw == NULL) { - terrno = TSDB_CODE_INVALID_PTR; - return -1; + code = TSDB_CODE_INVALID_PTR; + TAOS_RETURN(code); } *sver = pRaw->sver; From 44efc20ec388357a6b3c2e83248b7b4f20b835b2 Mon Sep 17 00:00:00 2001 From: dmchen Date: Tue, 16 Jul 2024 04:56:55 +0000 Subject: [PATCH 07/16] fix/TD-30989 --- source/dnode/mnode/impl/src/mndAcct.c | 60 ++++--- source/dnode/mnode/impl/src/mndArbGroup.c | 197 +++++++++++++--------- source/dnode/mnode/impl/src/mndCluster.c | 58 ++++--- 3 files changed, 191 insertions(+), 124 deletions(-) diff --git a/source/dnode/mnode/impl/src/mndAcct.c b/source/dnode/mnode/impl/src/mndAcct.c index 148e21b507..e8ea301b55 100644 --- a/source/dnode/mnode/impl/src/mndAcct.c +++ b/source/dnode/mnode/impl/src/mndAcct.c @@ -54,6 +54,7 @@ int32_t mndInitAcct(SMnode *pMnode) { void mndCleanupAcct(SMnode *pMnode) {} static int32_t mndCreateDefaultAcct(SMnode *pMnode) { + int32_t code = 0; SAcctObj acctObj = {0}; tstrncpy(acctObj.acct, TSDB_DEFAULT_USER, TSDB_USER_LEN); acctObj.createdTime = taosGetTimestampMs(); @@ -76,7 +77,10 @@ static int32_t mndCreateDefaultAcct(SMnode *pMnode) { }; SSdbRaw *pRaw = mndAcctActionEncode(&acctObj); - if (pRaw == NULL) return -1; + if (pRaw == NULL) { + code = terrno; + TAOS_RETURN(code); + } (void)sdbSetRawStatus(pRaw, SDB_STATUS_READY); mInfo("acct:%s, will be created when deploying, raw:%p", acctObj.acct, pRaw); @@ -84,21 +88,24 @@ static int32_t mndCreateDefaultAcct(SMnode *pMnode) { STrans *pTrans = mndTransCreate(pMnode, TRN_POLICY_RETRY, TRN_CONFLICT_NOTHING, NULL, "create-acct"); if (pTrans == NULL) { sdbFreeRaw(pRaw); - mError("acct:%s, failed to create since %s", acctObj.acct, terrstr()); - return -1; + code = terrno; + mError("acct:%s, failed to create since %s", acctObj.acct, tstrerror(code)); + TAOS_RETURN(code); } mInfo("trans:%d, used to create acct:%s", pTrans->id, acctObj.acct); - if (mndTransAppendCommitlog(pTrans, pRaw) != 0) { - mError("trans:%d, failed to commit redo log since %s", pTrans->id, terrstr()); + code = mndTransAppendCommitlog(pTrans, pRaw); + if (code != 0) { + mError("trans:%d, failed to commit redo log since %s", pTrans->id, tstrerror(code)); mndTransDrop(pTrans); - return -1; + TAOS_RETURN(code); } - if (mndTransPrepare(pMnode, pTrans) != 0) { - mError("trans:%d, failed to prepare since %s", pTrans->id, terrstr()); + code = mndTransPrepare(pMnode, pTrans); + if (code != 0) { + mError("trans:%d, failed to prepare since %s", pTrans->id, tstrerror(code)); mndTransDrop(pTrans); - return -1; + TAOS_RETURN(code); } mndTransDrop(pTrans); @@ -216,31 +223,36 @@ static int32_t mndAcctActionUpdate(SSdb *pSdb, SAcctObj *pOld, SAcctObj *pNew) { } static int32_t mndProcessCreateAcctReq(SRpcMsg *pReq) { - if (mndCheckOperPrivilege(pReq->info.node, pReq->info.conn.user, MND_OPER_CREATE_ACCT) != 0) { - return -1; + int32_t code = 0; + code = mndCheckOperPrivilege(pReq->info.node, pReq->info.conn.user, MND_OPER_CREATE_ACCT); + if (code != 0) { + TAOS_RETURN(code); } - terrno = TSDB_CODE_OPS_NOT_SUPPORT; - mError("failed to process create acct request since %s", terrstr()); - return -1; + code = TSDB_CODE_OPS_NOT_SUPPORT; + mError("failed to process create acct request since %s", tstrerror(code)); + TAOS_RETURN(code); } static int32_t mndProcessAlterAcctReq(SRpcMsg *pReq) { - if (mndCheckOperPrivilege(pReq->info.node, pReq->info.conn.user, MND_OPER_ALTER_ACCT) != 0) { - return -1; + int32_t code = 0; + code = mndCheckOperPrivilege(pReq->info.node, pReq->info.conn.user, MND_OPER_ALTER_ACCT); + if (code != 0) { + TAOS_RETURN(code); } - terrno = TSDB_CODE_OPS_NOT_SUPPORT; - mError("failed to process create acct request since %s", terrstr()); - return -1; + code = TSDB_CODE_OPS_NOT_SUPPORT; + mError("failed to process create acct request since %s", tstrerror(code)); + TAOS_RETURN(code); } static int32_t mndProcessDropAcctReq(SRpcMsg *pReq) { - if (mndCheckOperPrivilege(pReq->info.node, pReq->info.conn.user, MND_OPER_DROP_ACCT) != 0) { - return -1; + int32_t code = 0; + if (code = mndCheckOperPrivilege(pReq->info.node, pReq->info.conn.user, MND_OPER_DROP_ACCT) != 0) { + TAOS_RETURN(code); } - terrno = TSDB_CODE_OPS_NOT_SUPPORT; - mError("failed to process create acct request since %s", terrstr()); - return -1; + code = TSDB_CODE_OPS_NOT_SUPPORT; + mError("failed to process create acct request since %s", tstrerror(code)); + TAOS_RETURN(code); } \ No newline at end of file diff --git a/source/dnode/mnode/impl/src/mndArbGroup.c b/source/dnode/mnode/impl/src/mndArbGroup.c index 6a6b3d2daa..dd683483cd 100644 --- a/source/dnode/mnode/impl/src/mndArbGroup.c +++ b/source/dnode/mnode/impl/src/mndArbGroup.c @@ -57,6 +57,7 @@ static int32_t mndArbCheckToken(const char *token1, const char *token2) { } int32_t mndInitArbGroup(SMnode *pMnode) { + int32_t code = 0; SSdbTable table = { .sdbType = SDB_ARBGROUP, .keyType = SDB_KEY_INT32, @@ -78,6 +79,10 @@ int32_t mndInitArbGroup(SMnode *pMnode) { mndAddShowFreeIterHandle(pMnode, TSDB_MGMT_TABLE_ARBGROUP, mndCancelGetNextArbGroup); arbUpdateHash = taosHashInit(64, taosGetDefaultHashFunction(TSDB_DATA_TYPE_INT), false, HASH_ENTRY_LOCK); + if (arbUpdateHash == NULL) { + code = terrno; + TAOS_RETURN(code); + } return sdbSetTable(pMnode->pSdb, table); } @@ -248,50 +253,74 @@ _OVER: } int32_t mndSetCreateArbGroupRedoLogs(STrans *pTrans, SArbGroup *pGroup) { + int32_t code = 0; SSdbRaw *pRedoRaw = mndArbGroupActionEncode(pGroup); - if (pRedoRaw == NULL) return -1; - if (mndTransAppendRedolog(pTrans, pRedoRaw) != 0) return -1; - if (sdbSetRawStatus(pRedoRaw, SDB_STATUS_CREATING) != 0) return -1; + if (pRedoRaw == NULL) { + code = terrno; + TAOS_RETURN(code); + } + if (code = mndTransAppendRedolog(pTrans, pRedoRaw) != 0) TAOS_RETURN(code); + if (code = sdbSetRawStatus(pRedoRaw, SDB_STATUS_CREATING) != 0) TAOS_RETURN(code); return 0; } int32_t mndSetCreateArbGroupUndoLogs(STrans *pTrans, SArbGroup *pGroup) { + int32_t code = 0; SSdbRaw *pUndoRaw = mndArbGroupActionEncode(pGroup); - if (pUndoRaw == NULL) return -1; - if (mndTransAppendUndolog(pTrans, pUndoRaw) != 0) return -1; - if (sdbSetRawStatus(pUndoRaw, SDB_STATUS_DROPPED) != 0) return -1; + if (pUndoRaw == NULL) { + code = terrno; + TAOS_RETURN(code); + } + if (code = mndTransAppendUndolog(pTrans, pUndoRaw) != 0) TAOS_RETURN(code); + if (code = sdbSetRawStatus(pUndoRaw, SDB_STATUS_DROPPED) != 0) TAOS_RETURN(code); return 0; } int32_t mndSetCreateArbGroupCommitLogs(STrans *pTrans, SArbGroup *pGroup) { + int32_t code = 0; SSdbRaw *pCommitRaw = mndArbGroupActionEncode(pGroup); - if (pCommitRaw == NULL) return -1; - if (mndTransAppendCommitlog(pTrans, pCommitRaw) != 0) return -1; - if (sdbSetRawStatus(pCommitRaw, SDB_STATUS_READY) != 0) return -1; + if (pCommitRaw == NULL) { + code = terrno; + TAOS_RETURN(code); + } + if (code = mndTransAppendCommitlog(pTrans, pCommitRaw) != 0) TAOS_RETURN(code); + if (code = sdbSetRawStatus(pCommitRaw, SDB_STATUS_READY) != 0) TAOS_RETURN(code); return 0; } int32_t mndSetDropArbGroupPrepareLogs(STrans *pTrans, SArbGroup *pGroup) { + int32_t code = 0; SSdbRaw *pRedoRaw = mndArbGroupActionEncode(pGroup); - if (pRedoRaw == NULL) return -1; - if (mndTransAppendPrepareLog(pTrans, pRedoRaw) != 0) return -1; - if (sdbSetRawStatus(pRedoRaw, SDB_STATUS_DROPPING) != 0) return -1; + if (pRedoRaw == NULL) { + code = terrno; + TAOS_RETURN(code); + } + if (code = mndTransAppendPrepareLog(pTrans, pRedoRaw) != 0) TAOS_RETURN(code); + if (code = sdbSetRawStatus(pRedoRaw, SDB_STATUS_DROPPING) != 0) TAOS_RETURN(code); return 0; } static int32_t mndSetDropArbGroupRedoLogs(STrans *pTrans, SArbGroup *pGroup) { + int32_t code = 0; SSdbRaw *pRedoRaw = mndArbGroupActionEncode(pGroup); - if (pRedoRaw == NULL) return -1; - if (mndTransAppendRedolog(pTrans, pRedoRaw) != 0) return -1; - if (sdbSetRawStatus(pRedoRaw, SDB_STATUS_DROPPING) != 0) return -1; + if (pRedoRaw == NULL) { + code = terrno; + TAOS_RETURN(code); + } + if (code = mndTransAppendRedolog(pTrans, pRedoRaw) != 0) TAOS_RETURN(code); + if (code = sdbSetRawStatus(pRedoRaw, SDB_STATUS_DROPPING) != 0) TAOS_RETURN(code); return 0; } int32_t mndSetDropArbGroupCommitLogs(STrans *pTrans, SArbGroup *pGroup) { + int32_t code = 0; SSdbRaw *pCommitRaw = mndArbGroupActionEncode(pGroup); - if (pCommitRaw == NULL) return -1; - if (mndTransAppendCommitlog(pTrans, pCommitRaw) != 0) return -1; - if (sdbSetRawStatus(pCommitRaw, SDB_STATUS_DROPPED) != 0) return -1; + if (pCommitRaw == NULL) { + code = terrno; + TAOS_RETURN(code); + } + if (code = mndTransAppendCommitlog(pTrans, pCommitRaw) != 0) TAOS_RETURN(code); + if (code = sdbSetRawStatus(pCommitRaw, SDB_STATUS_DROPPED) != 0) TAOS_RETURN(code); return 0; } @@ -343,6 +372,7 @@ static int32_t mndSendArbHeartBeatReq(SDnodeObj *pDnode, char *arbToken, int64_t } static int32_t mndProcessArbHbTimer(SRpcMsg *pReq) { + int32_t code = 0; SMnode *pMnode = pReq->info.node; SSdb *pSdb = pMnode->pSdb; SArbGroup *pArbGroup = NULL; @@ -377,7 +407,7 @@ static int32_t mndProcessArbHbTimer(SRpcMsg *pReq) { } char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (mndGetArbToken(pMnode, arbToken) != 0) { + if (code = mndGetArbToken(pMnode, arbToken) != 0) { mError("failed to get arb token for arb-hb timer"); pIter = taosHashIterate(pDnodeHash, NULL); while (pIter) { @@ -386,7 +416,7 @@ static int32_t mndProcessArbHbTimer(SRpcMsg *pReq) { pIter = taosHashIterate(pDnodeHash, pIter); } taosHashCleanup(pDnodeHash); - return -1; + TAOS_RETURN(code); } int64_t nowMs = taosGetTimestampMs(); @@ -447,6 +477,7 @@ static void *mndBuildArbCheckSyncReq(int32_t *pContLen, int32_t vgId, char *arbT static int32_t mndSendArbCheckSyncReq(SMnode *pMnode, int32_t vgId, char *arbToken, int64_t term, char *member0Token, char *member1Token) { + int32_t code = 0; int32_t contLen = 0; void *pHead = mndBuildArbCheckSyncReq(&contLen, vgId, arbToken, term, member0Token, member1Token); if (!pHead) { @@ -459,10 +490,12 @@ static int32_t mndSendArbCheckSyncReq(SMnode *pMnode, int32_t vgId, char *arbTok if (epSet.numOfEps == 0) { mError("vgId:%d, failed to send check-sync request since no epSet found", vgId); rpcFreeCont(pHead); - return -1; + code = -1; + if (terrno != 0) code = terrno; + TAOS_RETURN(code); } - int32_t code = tmsgSendReq(&epSet, &rpcMsg); + code = tmsgSendReq(&epSet, &rpcMsg); if (code != 0) { mError("vgId:%d, failed to send check-sync request since 0x%x", vgId, code); } else { @@ -502,11 +535,14 @@ static void *mndBuildArbSetAssignedLeaderReq(int32_t *pContLen, int32_t vgId, ch static int32_t mndSendArbSetAssignedLeaderReq(SMnode *pMnode, int32_t dnodeId, int32_t vgId, char *arbToken, int64_t term, char *memberToken) { + int32_t code = 0; int32_t contLen = 0; void *pHead = mndBuildArbSetAssignedLeaderReq(&contLen, vgId, arbToken, term, memberToken); if (!pHead) { mError("vgId:%d, failed to build set-assigned request", vgId); - return -1; + code = -1; + if (terrno != 0) code = terrno; + TAOS_RETURN(code); } SRpcMsg rpcMsg = {.msgType = TDMT_SYNC_SET_ASSIGNED_LEADER, .pCont = pHead, .contLen = contLen}; @@ -514,9 +550,11 @@ static int32_t mndSendArbSetAssignedLeaderReq(SMnode *pMnode, int32_t dnodeId, i if (epSet.numOfEps == 0) { mError("dnodeId:%d vgId:%d, failed to send arb-set-assigned request to dnode since no epSet found", dnodeId, vgId); rpcFreeCont(pHead); - return -1; + code = -1; + if (terrno != 0) code = terrno; + TAOS_RETURN(code); } - int32_t code = tmsgSendReq(&epSet, &rpcMsg); + code = tmsgSendReq(&epSet, &rpcMsg); if (code != 0) { mError("dnodeId:%d vgId:%d, failed to send arb-set-assigned request to dnode since 0x%x", dnodeId, vgId, code); } else { @@ -526,6 +564,7 @@ static int32_t mndSendArbSetAssignedLeaderReq(SMnode *pMnode, int32_t dnodeId, i } static int32_t mndProcessArbCheckSyncTimer(SRpcMsg *pReq) { + int32_t code = 0; SMnode *pMnode = pReq->info.node; SSdb *pSdb = pMnode->pSdb; SArbGroup *pArbGroup = NULL; @@ -533,14 +572,16 @@ static int32_t mndProcessArbCheckSyncTimer(SRpcMsg *pReq) { void *pIter = NULL; char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (mndGetArbToken(pMnode, arbToken) != 0) { + if (code = mndGetArbToken(pMnode, arbToken) != 0) { mError("failed to get arb token for arb-check-sync timer"); - return -1; + TAOS_RETURN(code); } int64_t term = mndGetTerm(pMnode); if (term < 0) { mError("arb failed to get term since %s", terrstr()); - return -1; + code = -1; + if (terrno != 0) code = terrno; + TAOS_RETURN(code); } int64_t roleTimeMs = mndGetRoleTimeMs(pMnode); @@ -747,13 +788,13 @@ _OVER: } static int32_t mndProcessArbUpdateGroupBatchReq(SRpcMsg *pReq) { - int ret = -1; + int code = -1; size_t sz = 0; SMArbUpdateGroupBatchReq req = {0}; - if (tDeserializeSMArbUpdateGroupBatchReq(pReq->pCont, pReq->contLen, &req) != 0) { + if (code = tDeserializeSMArbUpdateGroupBatchReq(pReq->pCont, pReq->contLen, &req) != 0) { mError("arb failed to decode arb-update-group request"); - return -1; + TAOS_RETURN(code); } SMnode *pMnode = pReq->info.node; @@ -789,7 +830,7 @@ static int32_t mndProcessArbUpdateGroupBatchReq(SRpcMsg *pReq) { mndTransAddArbGroupId(pTrans, newGroup.vgId); - if (mndSetCreateArbGroupCommitLogs(pTrans, &newGroup) != 0) { + if (code = mndSetCreateArbGroupCommitLogs(pTrans, &newGroup) != 0) { mError("failed to update arbgroup in set commit log, vgId:%d, trans:%d, since %s", newGroup.vgId, pTrans->id, terrstr()); goto _OVER; @@ -803,13 +844,13 @@ static int32_t mndProcessArbUpdateGroupBatchReq(SRpcMsg *pReq) { sdbRelease(pMnode->pSdb, pOldGroup); } - if (mndTransCheckConflict(pMnode, pTrans) != 0) goto _OVER; - if (mndTransPrepare(pMnode, pTrans) != 0) goto _OVER; + if (code = mndTransCheckConflict(pMnode, pTrans) != 0) goto _OVER; + if (code = mndTransPrepare(pMnode, pTrans) != 0) goto _OVER; - ret = 0; + code = 0; _OVER: - if (ret != 0) { + if (code != 0) { // failed to update arbgroup for (size_t i = 0; i < sz; i++) { SMArbUpdateGroup *pUpdateGroup = taosArrayGet(req.updateArray, i); @@ -819,7 +860,7 @@ _OVER: mndTransDrop(pTrans); tFreeSMArbUpdateGroupBatchReq(&req); - return ret; + return code; } static void mndArbGroupDupObj(SArbGroup *pGroup, SArbGroup *pNew) { @@ -841,10 +882,11 @@ static void mndArbGroupResetAssignedLeader(SArbGroup *pGroup) { } static int32_t mndArbGroupUpdateTrans(SMnode *pMnode, SArbGroup *pNew) { - int32_t ret = -1; + int32_t code = -1; STrans *pTrans = mndTransCreate(pMnode, TRN_POLICY_ROLLBACK, TRN_CONFLICT_ARBGROUP, NULL, "update-arbgroup"); if (pTrans == NULL) { mError("failed to update arbgroup in create trans, vgId:%d, since %s", pNew->vgId, terrstr()); + if (terrno != 0) code = terrno; goto _OVER; } @@ -854,23 +896,22 @@ static int32_t mndArbGroupUpdateTrans(SMnode *pMnode, SArbGroup *pNew) { pNew->assignedLeader.token, pNew->assignedLeader.acked); mndTransAddArbGroupId(pTrans, pNew->vgId); - if (mndTransCheckConflict(pMnode, pTrans) != 0) { - ret = -1; + if (code = mndTransCheckConflict(pMnode, pTrans) != 0) { goto _OVER; } - if (mndSetCreateArbGroupCommitLogs(pTrans, pNew) != 0) { - mError("failed to update arbgroup in set commit log, vgId:%d, since %s", pNew->vgId, terrstr()); + if (code = mndSetCreateArbGroupCommitLogs(pTrans, pNew) != 0) { + mError("failed to update arbgroup in set commit log, vgId:%d, since %s", pNew->vgId, tstrerror(code)); goto _OVER; } - if (mndTransPrepare(pMnode, pTrans) != 0) goto _OVER; + if (code = mndTransPrepare(pMnode, pTrans) != 0) goto _OVER; - ret = 0; + code = 0; _OVER: mndTransDrop(pTrans); - return ret; + return code; } bool mndUpdateArbGroupByHeartBeat(SArbGroup *pGroup, SVArbHbRspMember *pRspMember, int64_t nowMs, int32_t dnodeId, @@ -993,11 +1034,13 @@ _OVER: } static int32_t mndUpdateArbSync(SMnode *pMnode, int32_t vgId, char *member0Token, char *member1Token, bool newIsSync) { + int32_t code = 0; SArbGroup *pGroup = sdbAcquire(pMnode->pSdb, SDB_ARBGROUP, &vgId); if (pGroup == NULL) { - terrno = TSDB_CODE_NOT_FOUND; mInfo("failed to update arb sync, vgId:%d not found", vgId); - return -1; + code = -1; + if (terrno != 0) code = terrno; + TAOS_RETURN(code); } SArbGroup newGroup = {0}; @@ -1018,38 +1061,36 @@ static int32_t mndProcessArbHbRsp(SRpcMsg *pRsp) { return 0; } - int32_t ret = -1; + int32_t code = -1; SMnode *pMnode = pRsp->info.node; SSdb *pSdb = pMnode->pSdb; char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (mndGetArbToken(pMnode, arbToken) != 0) { + if (code = mndGetArbToken(pMnode, arbToken) != 0) { mError("failed to get arb token for arb-hb response"); - terrno = TSDB_CODE_NOT_FOUND; - return -1; + TAOS_RETURN(code); } SVArbHeartBeatRsp arbHbRsp = {0}; - if (tDeserializeSVArbHeartBeatRsp(pRsp->pCont, pRsp->contLen, &arbHbRsp) != 0) { + if (code = tDeserializeSVArbHeartBeatRsp(pRsp->pCont, pRsp->contLen, &arbHbRsp) != 0) { mInfo("arb hb-rsp des failed, since:%s", tstrerror(pRsp->code)); - terrno = TSDB_CODE_INVALID_MSG; - return -1; + TAOS_RETURN(code); } if (mndArbCheckToken(arbToken, arbHbRsp.arbToken) != 0) { mInfo("arb hearbeat skip update for dnodeId:%d, arb token mismatch, local:[%s] msg:[%s]", arbHbRsp.dnodeId, arbToken, arbHbRsp.arbToken); - terrno = TSDB_CODE_MND_ARB_TOKEN_MISMATCH; + code = TSDB_CODE_MND_ARB_TOKEN_MISMATCH; goto _OVER; } (void)mndUpdateArbHeartBeat(pMnode, arbHbRsp.dnodeId, arbHbRsp.hbMembers); - ret = 0; + code = 0; _OVER: tFreeSVArbHeartBeatRsp(&arbHbRsp); - return ret; + return code; } static int32_t mndProcessArbCheckSyncRsp(SRpcMsg *pRsp) { @@ -1058,27 +1099,25 @@ static int32_t mndProcessArbCheckSyncRsp(SRpcMsg *pRsp) { return 0; } - int32_t ret = -1; + int32_t code = -1; SMnode *pMnode = pRsp->info.node; SSdb *pSdb = pMnode->pSdb; char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (mndGetArbToken(pMnode, arbToken) != 0) { + if (code = mndGetArbToken(pMnode, arbToken) != 0) { mError("failed to get arb token for arb-check-sync response"); - terrno = TSDB_CODE_NOT_FOUND; - return -1; + TAOS_RETURN(code); } SVArbCheckSyncRsp syncRsp = {0}; - if (tDeserializeSVArbCheckSyncRsp(pRsp->pCont, pRsp->contLen, &syncRsp) != 0) { + if (code = tDeserializeSVArbCheckSyncRsp(pRsp->pCont, pRsp->contLen, &syncRsp) != 0) { mInfo("arb check-sync-rsp des failed, since:%s", tstrerror(pRsp->code)); if (pRsp->code == TSDB_CODE_MND_ARB_TOKEN_MISMATCH) { terrno = TSDB_CODE_SUCCESS; return 0; } - terrno = TSDB_CODE_INVALID_MSG; - return -1; + TAOS_RETURN(code); } if (mndArbCheckToken(arbToken, syncRsp.arbToken) != 0) { @@ -1089,16 +1128,16 @@ static int32_t mndProcessArbCheckSyncRsp(SRpcMsg *pRsp) { } bool newIsSync = (syncRsp.errCode == TSDB_CODE_SUCCESS); - if (mndUpdateArbSync(pMnode, syncRsp.vgId, syncRsp.member0Token, syncRsp.member1Token, newIsSync) != 0) { + if (code = mndUpdateArbSync(pMnode, syncRsp.vgId, syncRsp.member0Token, syncRsp.member1Token, newIsSync) != 0) { mInfo("failed to update arb sync for vgId:%d, since:%s", syncRsp.vgId, terrstr()); goto _OVER; } - ret = 0; + code = 0; _OVER: tFreeSVArbCheckSyncRsp(&syncRsp); - return ret; + TAOS_RETURN(code); } bool mndUpdateArbGroupBySetAssignedLeader(SArbGroup *pGroup, int32_t vgId, char *memberToken, int32_t errcode, @@ -1138,35 +1177,35 @@ static int32_t mndProcessArbSetAssignedLeaderRsp(SRpcMsg *pRsp) { return 0; } - int32_t ret = -1; + int32_t code = -1; SMnode *pMnode = pRsp->info.node; SSdb *pSdb = pMnode->pSdb; char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (mndGetArbToken(pMnode, arbToken) != 0) { + if (code = mndGetArbToken(pMnode, arbToken) != 0) { mError("failed to get arb token for arb-set-assigned response"); - terrno = TSDB_CODE_NOT_FOUND; - return -1; + TAOS_RETURN(code); } SVArbSetAssignedLeaderRsp setAssignedRsp = {0}; - if (tDeserializeSVArbSetAssignedLeaderRsp(pRsp->pCont, pRsp->contLen, &setAssignedRsp) != 0) { + if (code = tDeserializeSVArbSetAssignedLeaderRsp(pRsp->pCont, pRsp->contLen, &setAssignedRsp) != 0) { mInfo("arb set-assigned-rsp des failed, since:%s", tstrerror(pRsp->code)); - terrno = TSDB_CODE_INVALID_MSG; - return -1; + TAOS_RETURN(code); } if (mndArbCheckToken(arbToken, setAssignedRsp.arbToken) != 0) { mInfo("skip update arb assigned for vgId:%d, arb token mismatch, local:[%s] msg:[%s]", setAssignedRsp.vgId, arbToken, setAssignedRsp.arbToken); - terrno = TSDB_CODE_MND_ARB_TOKEN_MISMATCH; + code = TSDB_CODE_MND_ARB_TOKEN_MISMATCH; goto _OVER; } SArbGroup *pGroup = mndAcquireArbGroup(pMnode, setAssignedRsp.vgId); if (!pGroup) { mError("failed to set arb assigned for vgId:%d, since:%s", setAssignedRsp.vgId, terrstr()); + code = -1; + if (terrno != 0) code = terrno; goto _OVER; } @@ -1174,17 +1213,17 @@ static int32_t mndProcessArbSetAssignedLeaderRsp(SRpcMsg *pRsp) { bool updateAssigned = mndUpdateArbGroupBySetAssignedLeader(pGroup, setAssignedRsp.vgId, setAssignedRsp.memberToken, pRsp->code, &newGroup); if (updateAssigned) { - if (mndPullupArbUpdateGroup(pMnode, &newGroup) != 0) { - mInfo("failed to pullup update arb assigned for vgId:%d, since:%s", setAssignedRsp.vgId, terrstr()); + if (code = mndPullupArbUpdateGroup(pMnode, &newGroup) != 0) { + mInfo("failed to pullup update arb assigned for vgId:%d, since:%s", setAssignedRsp.vgId, tstrerror(code)); goto _OVER; } } - ret = 0; + code = 0; _OVER: tFreeSVArbSetAssignedLeaderRsp(&setAssignedRsp); - return ret; + return code; } static int32_t mndRetrieveArbGroups(SRpcMsg *pReq, SShowObj *pShow, SSDataBlock *pBlock, int32_t rows) { diff --git a/source/dnode/mnode/impl/src/mndCluster.c b/source/dnode/mnode/impl/src/mndCluster.c index 74e0940cba..8bcd896cc6 100644 --- a/source/dnode/mnode/impl/src/mndCluster.c +++ b/source/dnode/mnode/impl/src/mndCluster.c @@ -14,8 +14,8 @@ */ #define _DEFAULT_SOURCE -#include "audit.h" #include "mndCluster.h" +#include "audit.h" #include "mndGrant.h" #include "mndPrivilege.h" #include "mndShow.h" @@ -61,11 +61,13 @@ int32_t mndInitCluster(SMnode *pMnode) { void mndCleanupCluster(SMnode *pMnode) {} int32_t mndGetClusterName(SMnode *pMnode, char *clusterName, int32_t len) { - SSdb *pSdb = pMnode->pSdb; + int32_t code = 0; + SSdb *pSdb = pMnode->pSdb; SClusterObj *pCluster = sdbAcquire(pSdb, SDB_CLUSTER, &pMnode->clusterId); if (pCluster == NULL) { - return -1; + code = terrno; + TAOS_RETURN(code); } tstrncpy(clusterName, pCluster->name, len); @@ -247,7 +249,10 @@ static int32_t mndCreateDefaultCluster(SMnode *pMnode) { mInfo("cluster:%" PRId64 ", name is %s", clusterObj.id, clusterObj.name); SSdbRaw *pRaw = mndClusterActionEncode(&clusterObj); - if (pRaw == NULL) return -1; + if (pRaw == NULL) { + code = terrno; + TAOS_RETURN(code); + } (void)sdbSetRawStatus(pRaw, SDB_STATUS_READY); mInfo("cluster:%" PRId64 ", will be created when deploying, raw:%p", clusterObj.id, pRaw); @@ -256,21 +261,22 @@ static int32_t mndCreateDefaultCluster(SMnode *pMnode) { if (pTrans == NULL) { sdbFreeRaw(pRaw); mError("cluster:%" PRId64 ", failed to create since %s", clusterObj.id, terrstr()); - return -1; + code = terrno; + TAOS_RETURN(code); } mInfo("trans:%d, used to create cluster:%" PRId64, pTrans->id, clusterObj.id); - if (mndTransAppendCommitlog(pTrans, pRaw) != 0) { + if (code = mndTransAppendCommitlog(pTrans, pRaw) != 0) { mError("trans:%d, failed to commit redo log since %s", pTrans->id, terrstr()); mndTransDrop(pTrans); - return -1; + TAOS_RETURN(code); } (void)sdbSetRawStatus(pRaw, SDB_STATUS_READY); - if (mndTransPrepare(pMnode, pTrans) != 0) { + if (code = mndTransPrepare(pMnode, pTrans) != 0) { mError("trans:%d, failed to prepare since %s", pTrans->id, terrstr()); mndTransDrop(pTrans); - return -1; + TAOS_RETURN(code); } mndTransDrop(pTrans); @@ -347,22 +353,33 @@ static int32_t mndProcessUptimeTimer(SRpcMsg *pReq) { return 0; } + int32_t code = 0; mInfo("update cluster uptime to %d", clusterObj.upTime); STrans *pTrans = mndTransCreate(pMnode, TRN_POLICY_ROLLBACK, TRN_CONFLICT_NOTHING, pReq, "update-uptime"); - if (pTrans == NULL) return -1; + if (pTrans == NULL) { + code = terrno; + TAOS_RETURN(code); + } SSdbRaw *pCommitRaw = mndClusterActionEncode(&clusterObj); - if (pCommitRaw == NULL || mndTransAppendCommitlog(pTrans, pCommitRaw) != 0) { + if (pCommitRaw == NULL) { mError("trans:%d, failed to append commit log since %s", pTrans->id, terrstr()); mndTransDrop(pTrans); - return -1; + code = terrno; + TAOS_RETURN(code); + } + + if (code = mndTransAppendCommitlog(pTrans, pCommitRaw) != 0) { + mError("trans:%d, failed to append commit log since %s", pTrans->id, terrstr()); + mndTransDrop(pTrans); + TAOS_RETURN(code); } (void)sdbSetRawStatus(pCommitRaw, SDB_STATUS_READY); - if (mndTransPrepare(pMnode, pTrans) != 0) { + if (code = mndTransPrepare(pMnode, pTrans) != 0) { mError("trans:%d, failed to prepare since %s", pTrans->id, terrstr()); mndTransDrop(pTrans); - return -1; + TAOS_RETURN(code); } mndTransDrop(pTrans); @@ -374,13 +391,12 @@ int32_t mndProcessConfigClusterReq(SRpcMsg *pReq) { SMnode *pMnode = pReq->info.node; SMCfgClusterReq cfgReq = {0}; if (tDeserializeSMCfgClusterReq(pReq->pCont, pReq->contLen, &cfgReq) != 0) { - terrno = TSDB_CODE_INVALID_MSG; - return -1; + code = TSDB_CODE_INVALID_MSG; + TAOS_RETURN(code); } mInfo("cluster: start to config, option:%s, value:%s", cfgReq.config, cfgReq.value); - if (mndCheckOperPrivilege(pMnode, pReq->info.conn.user, MND_OPER_CONFIG_CLUSTER) != 0) { - code = terrno != 0 ? terrno : TSDB_CODE_MND_NO_RIGHTS; + if (code = mndCheckOperPrivilege(pMnode, pReq->info.conn.user, MND_OPER_CONFIG_CLUSTER) != 0) { goto _exit; } @@ -410,17 +426,17 @@ int32_t mndProcessConfigClusterReq(SRpcMsg *pReq) { } { // audit - auditRecord(pReq, pMnode->clusterId, "alterCluster", "", "", cfgReq.sql, TMIN(cfgReq.sqlLen, GRANT_ACTIVE_HEAD_LEN << 1)); + auditRecord(pReq, pMnode->clusterId, "alterCluster", "", "", cfgReq.sql, + TMIN(cfgReq.sqlLen, GRANT_ACTIVE_HEAD_LEN << 1)); } _exit: tFreeSMCfgClusterReq(&cfgReq); if (code != 0) { - terrno = code; mError("cluster: failed to config:%s %s since %s", cfgReq.config, cfgReq.value, terrstr()); } else { mInfo("cluster: success to config:%s %s", cfgReq.config, cfgReq.value); } - return code; + TAOS_RETURN(code); } int32_t mndProcessConfigClusterRsp(SRpcMsg *pRsp) { From 86ddcac6d4c9f46c88575b4f2001e79c2ddc2660 Mon Sep 17 00:00:00 2001 From: dmchen Date: Tue, 16 Jul 2024 09:23:23 +0000 Subject: [PATCH 08/16] one return success --- source/dnode/mnode/sdb/src/sdbFile.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/source/dnode/mnode/sdb/src/sdbFile.c b/source/dnode/mnode/sdb/src/sdbFile.c index efa29a2ed5..2bad2ae40e 100644 --- a/source/dnode/mnode/sdb/src/sdbFile.c +++ b/source/dnode/mnode/sdb/src/sdbFile.c @@ -14,12 +14,12 @@ */ #define _DEFAULT_SOURCE +#include "crypt.h" #include "sdb.h" #include "sync.h" #include "tchecksum.h" -#include "wal.h" #include "tglobal.h" -#include "crypt.h" +#include "wal.h" #define SDB_TABLE_SIZE 24 #define SDB_RESERVE_SIZE 512 @@ -251,7 +251,7 @@ static int32_t sdbReadFileImp(SSdb *pSdb) { taosMemoryFree(pRaw); code = TAOS_SYSTEM_ERROR(errno); mInfo("read sdb file:%s finished since %s", file, tstrerror(code)); - TAOS_RETURN(code); + return 0; } code = sdbReadFileHead(pSdb, pFile); @@ -283,7 +283,7 @@ static int32_t sdbReadFileImp(SSdb *pSdb) { } readLen = pRaw->dataLen + sizeof(int32_t); - if(tsiEncryptAlgorithm == DND_CA_SM4 && (tsiEncryptScope & DND_CS_SDB) == DND_CS_SDB ){ + if (tsiEncryptAlgorithm == DND_CA_SM4 && (tsiEncryptScope & DND_CS_SDB) == DND_CS_SDB) { readLen = ENCRYPTED_LEN(pRaw->dataLen) + sizeof(int32_t); } if (readLen >= bufLen) { @@ -313,7 +313,7 @@ static int32_t sdbReadFileImp(SSdb *pSdb) { goto _OVER; } - if(tsiEncryptAlgorithm == DND_CA_SM4 && (tsiEncryptScope & DND_CS_SDB) == DND_CS_SDB ){ + if (tsiEncryptAlgorithm == DND_CA_SM4 && (tsiEncryptScope & DND_CS_SDB) == DND_CS_SDB) { int32_t count = 0; char *plantContent = taosMemoryMalloc(ENCRYPTED_LEN(pRaw->dataLen)); @@ -326,8 +326,8 @@ static int32_t sdbReadFileImp(SSdb *pSdb) { strncpy(opts.key, tsEncryptKey, ENCRYPT_KEY_LEN); count = CBC_Decrypt(&opts); - - //mDebug("read sdb, CBC_Decrypt dataLen:%d, descrypted len:%d, %s", pRaw->dataLen, count, __FUNCTION__); + + // mDebug("read sdb, CBC_Decrypt dataLen:%d, descrypted len:%d, %s", pRaw->dataLen, count, __FUNCTION__); memcpy(pRaw->pData, plantContent, pRaw->dataLen); taosMemoryFree(plantContent); @@ -442,8 +442,8 @@ static int32_t sdbWriteFileImp(SSdb *pSdb) { } int32_t newDataLen = pRaw->dataLen; - char* newData = pRaw->pData; - if(tsiEncryptAlgorithm == DND_CA_SM4 && (tsiEncryptScope & DND_CS_SDB) == DND_CS_SDB ){ + char *newData = pRaw->pData; + if (tsiEncryptAlgorithm == DND_CA_SM4 && (tsiEncryptScope & DND_CS_SDB) == DND_CS_SDB) { newDataLen = ENCRYPTED_LEN(pRaw->dataLen); newData = taosMemoryMalloc(newDataLen); if (newData == NULL) { @@ -462,8 +462,8 @@ static int32_t sdbWriteFileImp(SSdb *pSdb) { int32_t count = CBC_Encrypt(&opts); - //mDebug("write sdb, CBC_Encrypt encryptedDataLen:%d, dataLen:%d, %s", - // newDataLen, pRaw->dataLen, __FUNCTION__); + // mDebug("write sdb, CBC_Encrypt encryptedDataLen:%d, dataLen:%d, %s", + // newDataLen, pRaw->dataLen, __FUNCTION__); } if (taosWriteFile(pFile, newData, newDataLen) != newDataLen) { @@ -473,7 +473,7 @@ static int32_t sdbWriteFileImp(SSdb *pSdb) { break; } - if(tsiEncryptAlgorithm == DND_CA_SM4 && (tsiEncryptScope & DND_CS_SDB) == DND_CS_SDB ){ + if (tsiEncryptAlgorithm == DND_CA_SM4 && (tsiEncryptScope & DND_CS_SDB) == DND_CS_SDB) { taosMemoryFree(newData); } @@ -614,7 +614,7 @@ static void sdbCloseIter(SSdbIter *pIter) { } int32_t sdbStartRead(SSdb *pSdb, SSdbIter **ppIter, int64_t *index, int64_t *term, int64_t *config) { - int32_t code = 0; + int32_t code = 0; SSdbIter *pIter = sdbCreateIter(pSdb); if (pIter == NULL) return -1; @@ -687,7 +687,7 @@ int32_t sdbDoRead(SSdb *pSdb, SSdbIter *pIter, void **ppBuf, int32_t *len) { } int32_t sdbStartWrite(SSdb *pSdb, SSdbIter **ppIter) { - int32_t code = 0; + int32_t code = 0; SSdbIter *pIter = sdbCreateIter(pSdb); if (pIter == NULL) { code = terrno; From 2a5e665f3b5cc67752d329254b378d7a82529fdc Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Tue, 16 Jul 2024 17:25:37 +0800 Subject: [PATCH 09/16] test: test ci --- tests/pytest/util/dnodes.py | 34 +++++++++---------- .../6-cluster/5dnode3mnodeAdd1Ddnoe.py | 8 +---- .../5dnode3mnodeRestartDnodeInsertData.py | 2 +- ...5dnode3mnodeSep1VnodeStopDnodeCreateStb.py | 2 +- .../5dnode3mnodeSep1VnodeStopMnodeCreateDb.py | 2 +- .../6-cluster/5dnode3mnodeStopLoop.py | 2 +- 6 files changed, 22 insertions(+), 28 deletions(-) diff --git a/tests/pytest/util/dnodes.py b/tests/pytest/util/dnodes.py index 1cebf08b4c..bb6f8ff030 100644 --- a/tests/pytest/util/dnodes.py +++ b/tests/pytest/util/dnodes.py @@ -37,17 +37,17 @@ class TDSimClient: "charset": "UTF-8", "asyncLog": "0", "rpcDebugFlag": "135", - "tmrDebugFlag": "135", - "dDebugFlag":"135", - "cDebugFlag": "135", - "uDebugFlag": "135", - "jniDebugFlag": "135", + "tmrDebugFlag": "131", + "dDebugFlag":"131", + "cDebugFlag": "131", + "uDebugFlag": "131", + "jniDebugFlag": "131", "qDebugFlag": "135", "supportVnodes": "1024", "enableQueryHb": "1", "telemetryReporting": "0", "tqDebugflag": "135", - "wDebugflag":"135", + "stDebugflag":"135", } def getLogDir(self): @@ -130,21 +130,21 @@ class TDDnode: "maxShellConns": "30000", "locale": "en_US.UTF-8", "charset": "UTF-8", - "asyncLog": "135", + "asyncLog": "0", "mDebugFlag": "135", - "dDebugFlag": "135", - "vDebugFlag": "135", + "dDebugFlag": "131", + "vDebugFlag": "131", "tqDebugFlag": "135", - "cDebugFlag": "135", + "cDebugFlag": "131", "stDebugFlag": "135", - "smaDebugFlag": "135", - "jniDebugFlag": "135", - "qDebugFlag": "135", + "smaDebugFlag": "131", + "jniDebugFlag": "131", + "qDebugFlag": "131", "rpcDebugFlag": "135", - "tmrDebugFlag": "135", - "uDebugFlag": "135", - "sDebugFlag": "135", - "wDebugFlag": "135", + "tmrDebugFlag": "131", + "uDebugFlag": "131", + "sDebugFlag": "131", + "wDebugFlag": "131", "numOfLogLines": "100000000", "statusInterval": "1", "enableQueryHb": "1", diff --git a/tests/system-test/6-cluster/5dnode3mnodeAdd1Ddnoe.py b/tests/system-test/6-cluster/5dnode3mnodeAdd1Ddnoe.py index 223b91be6f..f0f9c95566 100644 --- a/tests/system-test/6-cluster/5dnode3mnodeAdd1Ddnoe.py +++ b/tests/system-test/6-cluster/5dnode3mnodeAdd1Ddnoe.py @@ -177,21 +177,15 @@ class TDTestCase: if stopRole == "mnode": for i in range(mnodeNums): tdDnodes[i].stoptaosd() - # sleep(10) tdDnodes[i].starttaosd() - # sleep(10) elif stopRole == "vnode": for i in range(vnodeNumbers): tdDnodes[i+mnodeNums].stoptaosd() - # sleep(10) tdDnodes[i+mnodeNums].starttaosd() - # sleep(10) elif stopRole == "dnode": for i in range(dnodeNumbers): tdDnodes[i].stoptaosd() - # sleep(10) tdDnodes[i].starttaosd() - # sleep(10) # dnodeNumbers don't include database of schema if clusterComCheck.checkDnodes(dnodeNumbers): @@ -219,7 +213,7 @@ class TDTestCase: tdSql.checkRows(rowsPerStb) def run(self): # print(self.master_dnode.cfgDict) - self.fiveDnodeThreeMnode(dnodeNumbers=6,mnodeNums=3,restartNumbers=2,stopRole='dnode') + self.fiveDnodeThreeMnode(dnodeNumbers=6,mnodeNums=3,restartNumbers=1,stopRole='dnode') def stop(self): tdSql.close() diff --git a/tests/system-test/6-cluster/5dnode3mnodeRestartDnodeInsertData.py b/tests/system-test/6-cluster/5dnode3mnodeRestartDnodeInsertData.py index b96a9b8175..1691603472 100644 --- a/tests/system-test/6-cluster/5dnode3mnodeRestartDnodeInsertData.py +++ b/tests/system-test/6-cluster/5dnode3mnodeRestartDnodeInsertData.py @@ -227,7 +227,7 @@ class TDTestCase: def run(self): # print(self.master_dnode.cfgDict) - self.fiveDnodeThreeMnode(dnodeNumbers=6,mnodeNums=3,restartNumbers=2,stopRole='dnode') + self.fiveDnodeThreeMnode(dnodeNumbers=6,mnodeNums=3,restartNumbers=1,stopRole='dnode') def stop(self): tdSql.close() diff --git a/tests/system-test/6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py b/tests/system-test/6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py index 2a8f4fd526..77c26d8406 100644 --- a/tests/system-test/6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py +++ b/tests/system-test/6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py @@ -168,7 +168,7 @@ class TDTestCase: def run(self): # print(self.master_dnode.cfgDict) - self.fiveDnodeThreeMnode(dnodeNumbers=5,mnodeNums=3,restartNumbers=2,stopRole='dnode') + self.fiveDnodeThreeMnode(dnodeNumbers=5,mnodeNums=3,restartNumbers=1,stopRole='dnode') def stop(self): tdSql.close() diff --git a/tests/system-test/6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py b/tests/system-test/6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py index 8fe3b24d3b..5aceb142a3 100644 --- a/tests/system-test/6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py +++ b/tests/system-test/6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py @@ -170,7 +170,7 @@ class TDTestCase: def run(self): # print(self.master_dnode.cfgDict) - self.fiveDnodeThreeMnode(dnodeNumbers=6,mnodeNums=3,restartNumbers=4,stopRole='mnode') + self.fiveDnodeThreeMnode(dnodeNumbers=6,mnodeNums=3,restartNumbers=2,stopRole='mnode') def stop(self): tdSql.close() diff --git a/tests/system-test/6-cluster/5dnode3mnodeStopLoop.py b/tests/system-test/6-cluster/5dnode3mnodeStopLoop.py index 11869f8ee4..2e9ca67e9c 100644 --- a/tests/system-test/6-cluster/5dnode3mnodeStopLoop.py +++ b/tests/system-test/6-cluster/5dnode3mnodeStopLoop.py @@ -93,7 +93,7 @@ class TDTestCase: # seperate vnode and mnode in different dnodes. # create database and stable stopcount =0 - while stopcount <= 2: + while stopcount <= 1: tdLog.info(" restart loop: %d"%stopcount ) for i in range(dnodenumbers): tdDnodes[i].stoptaosd() From 89be4351dca9ca5a278bc2c1ece3c9b30edb674d Mon Sep 17 00:00:00 2001 From: dmchen Date: Wed, 17 Jul 2024 00:37:34 +0000 Subject: [PATCH 10/16] fix case --- source/dnode/mnode/impl/test/sdb/sdbTest.cpp | 54 ++++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/source/dnode/mnode/impl/test/sdb/sdbTest.cpp b/source/dnode/mnode/impl/test/sdb/sdbTest.cpp index 37b722465a..b12ea9a28f 100644 --- a/source/dnode/mnode/impl/test/sdb/sdbTest.cpp +++ b/source/dnode/mnode/impl/test/sdb/sdbTest.cpp @@ -387,11 +387,11 @@ TEST_F(MndTestSdb, 00_API) { void *pRow2 = sdbGetRowObj(NULL); ASSERT_EQ(pRow2 == NULL, 1); - //sdbRaw.c + // sdbRaw.c SStrObj strObj; SSdbRaw *pRaw1 = NULL; strSetDefault(&strObj, 1); - + pRaw1 = strEncode(&strObj); int32_t id = sdbGetIdFromRaw(pSdb, pRaw1); ASSERT_EQ(id, -2); @@ -399,32 +399,32 @@ TEST_F(MndTestSdb, 00_API) { SSdbRaw *pRaw2 = sdbAllocRaw(SDB_USER, 1, -128); ASSERT_EQ(pRaw2 == NULL, 1); - ASSERT_EQ(sdbSetRawInt8(NULL, 0, 0), -1); - ASSERT_EQ(sdbSetRawInt8(pRaw1, -128, 0), -1); - ASSERT_EQ(sdbSetRawInt32(NULL, 0, 0), -1); - ASSERT_EQ(sdbSetRawInt32(pRaw1, -128, 0), -1); - ASSERT_EQ(sdbSetRawInt16(NULL, 0, 0), -1); - ASSERT_EQ(sdbSetRawInt16(pRaw1, -128, 0), -1); - ASSERT_EQ(sdbSetRawInt64(NULL, 0, 0), -1); - ASSERT_EQ(sdbSetRawInt64(pRaw1, -128, 0), -1); - ASSERT_EQ(sdbSetRawBinary(NULL, 0, "12", 3), -1); - ASSERT_EQ(sdbSetRawBinary(pRaw1, 9028, "12", 3), -1); - ASSERT_EQ(sdbSetRawDataLen(NULL, 0), -1); - ASSERT_EQ(sdbSetRawDataLen(pRaw1, 9000), -1); - ASSERT_EQ(sdbSetRawStatus(NULL, SDB_STATUS_READY), -1); - ASSERT_EQ(sdbSetRawStatus(pRaw1, SDB_STATUS_INIT), -1); + ASSERT_EQ(sdbSetRawInt8(NULL, 0, 0), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbSetRawInt8(pRaw1, -128, 0), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbSetRawInt32(NULL, 0, 0), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbSetRawInt32(pRaw1, -128, 0), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbSetRawInt16(NULL, 0, 0), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbSetRawInt16(pRaw1, -128, 0), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbSetRawInt64(NULL, 0, 0), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbSetRawInt64(pRaw1, -128, 0), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbSetRawBinary(NULL, 0, "12", 3), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbSetRawBinary(pRaw1, 9028, "12", 3), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbSetRawDataLen(NULL, 0), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbSetRawDataLen(pRaw1, 9000), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbSetRawStatus(NULL, SDB_STATUS_READY), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbSetRawStatus(pRaw1, SDB_STATUS_INIT), TSDB_CODE_INVALID_PARA); - ASSERT_EQ(sdbGetRawInt8(NULL, 0, 0), -1); - ASSERT_EQ(sdbGetRawInt8(pRaw1, 9000, 0), -1); - ASSERT_EQ(sdbGetRawInt32(NULL, 0, 0), -1); - ASSERT_EQ(sdbGetRawInt32(pRaw1, 9000, 0), -1); - ASSERT_EQ(sdbGetRawInt16(NULL, 0, 0), -1); - ASSERT_EQ(sdbGetRawInt16(pRaw1, 9000, 0), -1); - ASSERT_EQ(sdbGetRawInt64(NULL, 0, 0), -1); - ASSERT_EQ(sdbGetRawInt64(pRaw1, 9000, 0), -1); - ASSERT_EQ(sdbGetRawBinary(NULL, 0, 0, 4096), -1); - ASSERT_EQ(sdbGetRawBinary(pRaw1, 9000, 0, 112), -1); - ASSERT_EQ(sdbGetRawSoftVer(NULL, 0), -1); + ASSERT_EQ(sdbGetRawInt8(NULL, 0, 0), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbGetRawInt8(pRaw1, 9000, 0), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbGetRawInt32(NULL, 0, 0), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbGetRawInt32(pRaw1, 9000, 0), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbGetRawInt16(NULL, 0, 0), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbGetRawInt16(pRaw1, 9000, 0), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbGetRawInt64(NULL, 0, 0), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbGetRawInt64(pRaw1, 9000, 0), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbGetRawBinary(NULL, 0, 0, 4096), TSDB_CODE_INVALID_PTR); + ASSERT_EQ(sdbGetRawBinary(pRaw1, 9000, 0, 112), TSDB_CODE_SDB_INVALID_DATA_LEN); + ASSERT_EQ(sdbGetRawSoftVer(NULL, 0), TSDB_CODE_INVALID_PTR); ASSERT_EQ(sdbGetRawTotalSize(NULL), -1); // sdbHash.c From 3e4d31a2fbb6437cfec6b4af210c540cc01a5383 Mon Sep 17 00:00:00 2001 From: dmchen Date: Wed, 17 Jul 2024 00:49:35 +0000 Subject: [PATCH 11/16] compile --- source/dnode/mnode/impl/src/mndAcct.c | 2 +- source/dnode/mnode/impl/src/mndArbGroup.c | 58 +++++++++++------------ source/dnode/mnode/impl/src/mndCluster.c | 10 ++-- 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/source/dnode/mnode/impl/src/mndAcct.c b/source/dnode/mnode/impl/src/mndAcct.c index e8ea301b55..99f545ba74 100644 --- a/source/dnode/mnode/impl/src/mndAcct.c +++ b/source/dnode/mnode/impl/src/mndAcct.c @@ -248,7 +248,7 @@ static int32_t mndProcessAlterAcctReq(SRpcMsg *pReq) { static int32_t mndProcessDropAcctReq(SRpcMsg *pReq) { int32_t code = 0; - if (code = mndCheckOperPrivilege(pReq->info.node, pReq->info.conn.user, MND_OPER_DROP_ACCT) != 0) { + if ((code = mndCheckOperPrivilege(pReq->info.node, pReq->info.conn.user, MND_OPER_DROP_ACCT)) != 0) { TAOS_RETURN(code); } diff --git a/source/dnode/mnode/impl/src/mndArbGroup.c b/source/dnode/mnode/impl/src/mndArbGroup.c index dd683483cd..c3c150ba50 100644 --- a/source/dnode/mnode/impl/src/mndArbGroup.c +++ b/source/dnode/mnode/impl/src/mndArbGroup.c @@ -259,8 +259,8 @@ int32_t mndSetCreateArbGroupRedoLogs(STrans *pTrans, SArbGroup *pGroup) { code = terrno; TAOS_RETURN(code); } - if (code = mndTransAppendRedolog(pTrans, pRedoRaw) != 0) TAOS_RETURN(code); - if (code = sdbSetRawStatus(pRedoRaw, SDB_STATUS_CREATING) != 0) TAOS_RETURN(code); + if ((code = mndTransAppendRedolog(pTrans, pRedoRaw)) != 0) TAOS_RETURN(code); + if ((code = sdbSetRawStatus(pRedoRaw, SDB_STATUS_CREATING)) != 0) TAOS_RETURN(code); return 0; } @@ -271,8 +271,8 @@ int32_t mndSetCreateArbGroupUndoLogs(STrans *pTrans, SArbGroup *pGroup) { code = terrno; TAOS_RETURN(code); } - if (code = mndTransAppendUndolog(pTrans, pUndoRaw) != 0) TAOS_RETURN(code); - if (code = sdbSetRawStatus(pUndoRaw, SDB_STATUS_DROPPED) != 0) TAOS_RETURN(code); + if ((code = mndTransAppendUndolog(pTrans, pUndoRaw)) != 0) TAOS_RETURN(code); + if ((code = sdbSetRawStatus(pUndoRaw, SDB_STATUS_DROPPED)) != 0) TAOS_RETURN(code); return 0; } @@ -283,8 +283,8 @@ int32_t mndSetCreateArbGroupCommitLogs(STrans *pTrans, SArbGroup *pGroup) { code = terrno; TAOS_RETURN(code); } - if (code = mndTransAppendCommitlog(pTrans, pCommitRaw) != 0) TAOS_RETURN(code); - if (code = sdbSetRawStatus(pCommitRaw, SDB_STATUS_READY) != 0) TAOS_RETURN(code); + if ((code = mndTransAppendCommitlog(pTrans, pCommitRaw) != 0)) TAOS_RETURN(code); + if ((code = sdbSetRawStatus(pCommitRaw, SDB_STATUS_READY)) != 0) TAOS_RETURN(code); return 0; } @@ -295,8 +295,8 @@ int32_t mndSetDropArbGroupPrepareLogs(STrans *pTrans, SArbGroup *pGroup) { code = terrno; TAOS_RETURN(code); } - if (code = mndTransAppendPrepareLog(pTrans, pRedoRaw) != 0) TAOS_RETURN(code); - if (code = sdbSetRawStatus(pRedoRaw, SDB_STATUS_DROPPING) != 0) TAOS_RETURN(code); + if ((code = mndTransAppendPrepareLog(pTrans, pRedoRaw)) != 0) TAOS_RETURN(code); + if ((code = sdbSetRawStatus(pRedoRaw, SDB_STATUS_DROPPING)) != 0) TAOS_RETURN(code); return 0; } @@ -307,8 +307,8 @@ static int32_t mndSetDropArbGroupRedoLogs(STrans *pTrans, SArbGroup *pGroup) { code = terrno; TAOS_RETURN(code); } - if (code = mndTransAppendRedolog(pTrans, pRedoRaw) != 0) TAOS_RETURN(code); - if (code = sdbSetRawStatus(pRedoRaw, SDB_STATUS_DROPPING) != 0) TAOS_RETURN(code); + if ((code = mndTransAppendRedolog(pTrans, pRedoRaw)) != 0) TAOS_RETURN(code); + if ((code = sdbSetRawStatus(pRedoRaw, SDB_STATUS_DROPPING)) != 0) TAOS_RETURN(code); return 0; } @@ -319,8 +319,8 @@ int32_t mndSetDropArbGroupCommitLogs(STrans *pTrans, SArbGroup *pGroup) { code = terrno; TAOS_RETURN(code); } - if (code = mndTransAppendCommitlog(pTrans, pCommitRaw) != 0) TAOS_RETURN(code); - if (code = sdbSetRawStatus(pCommitRaw, SDB_STATUS_DROPPED) != 0) TAOS_RETURN(code); + if ((code = mndTransAppendCommitlog(pTrans, pCommitRaw)) != 0) TAOS_RETURN(code); + if ((code = sdbSetRawStatus(pCommitRaw, SDB_STATUS_DROPPED)) != 0) TAOS_RETURN(code); return 0; } @@ -407,7 +407,7 @@ static int32_t mndProcessArbHbTimer(SRpcMsg *pReq) { } char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (code = mndGetArbToken(pMnode, arbToken) != 0) { + if ((code = mndGetArbToken(pMnode, arbToken)) != 0) { mError("failed to get arb token for arb-hb timer"); pIter = taosHashIterate(pDnodeHash, NULL); while (pIter) { @@ -572,7 +572,7 @@ static int32_t mndProcessArbCheckSyncTimer(SRpcMsg *pReq) { void *pIter = NULL; char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (code = mndGetArbToken(pMnode, arbToken) != 0) { + if ((code = mndGetArbToken(pMnode, arbToken)) != 0) { mError("failed to get arb token for arb-check-sync timer"); TAOS_RETURN(code); } @@ -792,7 +792,7 @@ static int32_t mndProcessArbUpdateGroupBatchReq(SRpcMsg *pReq) { size_t sz = 0; SMArbUpdateGroupBatchReq req = {0}; - if (code = tDeserializeSMArbUpdateGroupBatchReq(pReq->pCont, pReq->contLen, &req) != 0) { + if ((code = tDeserializeSMArbUpdateGroupBatchReq(pReq->pCont, pReq->contLen, &req)) != 0) { mError("arb failed to decode arb-update-group request"); TAOS_RETURN(code); } @@ -830,7 +830,7 @@ static int32_t mndProcessArbUpdateGroupBatchReq(SRpcMsg *pReq) { mndTransAddArbGroupId(pTrans, newGroup.vgId); - if (code = mndSetCreateArbGroupCommitLogs(pTrans, &newGroup) != 0) { + if ((code = mndSetCreateArbGroupCommitLogs(pTrans, &newGroup)) != 0) { mError("failed to update arbgroup in set commit log, vgId:%d, trans:%d, since %s", newGroup.vgId, pTrans->id, terrstr()); goto _OVER; @@ -844,8 +844,8 @@ static int32_t mndProcessArbUpdateGroupBatchReq(SRpcMsg *pReq) { sdbRelease(pMnode->pSdb, pOldGroup); } - if (code = mndTransCheckConflict(pMnode, pTrans) != 0) goto _OVER; - if (code = mndTransPrepare(pMnode, pTrans) != 0) goto _OVER; + if ((code = mndTransCheckConflict(pMnode, pTrans)) != 0) goto _OVER; + if ((code = mndTransPrepare(pMnode, pTrans)) != 0) goto _OVER; code = 0; @@ -896,16 +896,16 @@ static int32_t mndArbGroupUpdateTrans(SMnode *pMnode, SArbGroup *pNew) { pNew->assignedLeader.token, pNew->assignedLeader.acked); mndTransAddArbGroupId(pTrans, pNew->vgId); - if (code = mndTransCheckConflict(pMnode, pTrans) != 0) { + if ((code = mndTransCheckConflict(pMnode, pTrans)) != 0) { goto _OVER; } - if (code = mndSetCreateArbGroupCommitLogs(pTrans, pNew) != 0) { + if ((code = mndSetCreateArbGroupCommitLogs(pTrans, pNew)) != 0) { mError("failed to update arbgroup in set commit log, vgId:%d, since %s", pNew->vgId, tstrerror(code)); goto _OVER; } - if (code = mndTransPrepare(pMnode, pTrans) != 0) goto _OVER; + if ((code = mndTransPrepare(pMnode, pTrans)) != 0) goto _OVER; code = 0; @@ -1067,13 +1067,13 @@ static int32_t mndProcessArbHbRsp(SRpcMsg *pRsp) { SSdb *pSdb = pMnode->pSdb; char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (code = mndGetArbToken(pMnode, arbToken) != 0) { + if ((code = mndGetArbToken(pMnode, arbToken)) != 0) { mError("failed to get arb token for arb-hb response"); TAOS_RETURN(code); } SVArbHeartBeatRsp arbHbRsp = {0}; - if (code = tDeserializeSVArbHeartBeatRsp(pRsp->pCont, pRsp->contLen, &arbHbRsp) != 0) { + if ((code = tDeserializeSVArbHeartBeatRsp(pRsp->pCont, pRsp->contLen, &arbHbRsp)) != 0) { mInfo("arb hb-rsp des failed, since:%s", tstrerror(pRsp->code)); TAOS_RETURN(code); } @@ -1105,13 +1105,13 @@ static int32_t mndProcessArbCheckSyncRsp(SRpcMsg *pRsp) { SSdb *pSdb = pMnode->pSdb; char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (code = mndGetArbToken(pMnode, arbToken) != 0) { + if ((code = mndGetArbToken(pMnode, arbToken)) != 0) { mError("failed to get arb token for arb-check-sync response"); TAOS_RETURN(code); } SVArbCheckSyncRsp syncRsp = {0}; - if (code = tDeserializeSVArbCheckSyncRsp(pRsp->pCont, pRsp->contLen, &syncRsp) != 0) { + if ((code = tDeserializeSVArbCheckSyncRsp(pRsp->pCont, pRsp->contLen, &syncRsp)) != 0) { mInfo("arb check-sync-rsp des failed, since:%s", tstrerror(pRsp->code)); if (pRsp->code == TSDB_CODE_MND_ARB_TOKEN_MISMATCH) { terrno = TSDB_CODE_SUCCESS; @@ -1128,7 +1128,7 @@ static int32_t mndProcessArbCheckSyncRsp(SRpcMsg *pRsp) { } bool newIsSync = (syncRsp.errCode == TSDB_CODE_SUCCESS); - if (code = mndUpdateArbSync(pMnode, syncRsp.vgId, syncRsp.member0Token, syncRsp.member1Token, newIsSync) != 0) { + if ((code = mndUpdateArbSync(pMnode, syncRsp.vgId, syncRsp.member0Token, syncRsp.member1Token, newIsSync)) != 0) { mInfo("failed to update arb sync for vgId:%d, since:%s", syncRsp.vgId, terrstr()); goto _OVER; } @@ -1183,13 +1183,13 @@ static int32_t mndProcessArbSetAssignedLeaderRsp(SRpcMsg *pRsp) { SSdb *pSdb = pMnode->pSdb; char arbToken[TSDB_ARB_TOKEN_SIZE]; - if (code = mndGetArbToken(pMnode, arbToken) != 0) { + if ((code = mndGetArbToken(pMnode, arbToken)) != 0) { mError("failed to get arb token for arb-set-assigned response"); TAOS_RETURN(code); } SVArbSetAssignedLeaderRsp setAssignedRsp = {0}; - if (code = tDeserializeSVArbSetAssignedLeaderRsp(pRsp->pCont, pRsp->contLen, &setAssignedRsp) != 0) { + if ((code = tDeserializeSVArbSetAssignedLeaderRsp(pRsp->pCont, pRsp->contLen, &setAssignedRsp)) != 0) { mInfo("arb set-assigned-rsp des failed, since:%s", tstrerror(pRsp->code)); TAOS_RETURN(code); } @@ -1213,7 +1213,7 @@ static int32_t mndProcessArbSetAssignedLeaderRsp(SRpcMsg *pRsp) { bool updateAssigned = mndUpdateArbGroupBySetAssignedLeader(pGroup, setAssignedRsp.vgId, setAssignedRsp.memberToken, pRsp->code, &newGroup); if (updateAssigned) { - if (code = mndPullupArbUpdateGroup(pMnode, &newGroup) != 0) { + if ((code = mndPullupArbUpdateGroup(pMnode, &newGroup)) != 0) { mInfo("failed to pullup update arb assigned for vgId:%d, since:%s", setAssignedRsp.vgId, tstrerror(code)); goto _OVER; } diff --git a/source/dnode/mnode/impl/src/mndCluster.c b/source/dnode/mnode/impl/src/mndCluster.c index 8bcd896cc6..89e808885d 100644 --- a/source/dnode/mnode/impl/src/mndCluster.c +++ b/source/dnode/mnode/impl/src/mndCluster.c @@ -266,14 +266,14 @@ static int32_t mndCreateDefaultCluster(SMnode *pMnode) { } mInfo("trans:%d, used to create cluster:%" PRId64, pTrans->id, clusterObj.id); - if (code = mndTransAppendCommitlog(pTrans, pRaw) != 0) { + if ((code = mndTransAppendCommitlog(pTrans, pRaw)) != 0) { mError("trans:%d, failed to commit redo log since %s", pTrans->id, terrstr()); mndTransDrop(pTrans); TAOS_RETURN(code); } (void)sdbSetRawStatus(pRaw, SDB_STATUS_READY); - if (code = mndTransPrepare(pMnode, pTrans) != 0) { + if ((code = mndTransPrepare(pMnode, pTrans)) != 0) { mError("trans:%d, failed to prepare since %s", pTrans->id, terrstr()); mndTransDrop(pTrans); TAOS_RETURN(code); @@ -369,14 +369,14 @@ static int32_t mndProcessUptimeTimer(SRpcMsg *pReq) { TAOS_RETURN(code); } - if (code = mndTransAppendCommitlog(pTrans, pCommitRaw) != 0) { + if ((code = mndTransAppendCommitlog(pTrans, pCommitRaw)) != 0) { mError("trans:%d, failed to append commit log since %s", pTrans->id, terrstr()); mndTransDrop(pTrans); TAOS_RETURN(code); } (void)sdbSetRawStatus(pCommitRaw, SDB_STATUS_READY); - if (code = mndTransPrepare(pMnode, pTrans) != 0) { + if ((code = mndTransPrepare(pMnode, pTrans)) != 0) { mError("trans:%d, failed to prepare since %s", pTrans->id, terrstr()); mndTransDrop(pTrans); TAOS_RETURN(code); @@ -396,7 +396,7 @@ int32_t mndProcessConfigClusterReq(SRpcMsg *pReq) { } mInfo("cluster: start to config, option:%s, value:%s", cfgReq.config, cfgReq.value); - if (code = mndCheckOperPrivilege(pMnode, pReq->info.conn.user, MND_OPER_CONFIG_CLUSTER) != 0) { + if ((code = mndCheckOperPrivilege(pMnode, pReq->info.conn.user, MND_OPER_CONFIG_CLUSTER)) != 0) { goto _exit; } From 394da5d8bf9de323358c7a642d28839346c13486 Mon Sep 17 00:00:00 2001 From: Shungang Li Date: Mon, 15 Jul 2024 11:31:39 +0800 Subject: [PATCH 12/16] fix: (pk) load last cache from tsdb --- source/dnode/vnode/src/tsdb/tsdbCache.c | 217 +++--------------------- 1 file changed, 19 insertions(+), 198 deletions(-) diff --git a/source/dnode/vnode/src/tsdb/tsdbCache.c b/source/dnode/vnode/src/tsdb/tsdbCache.c index 4597a44845..e3c5098ccd 100644 --- a/source/dnode/vnode/src/tsdb/tsdbCache.c +++ b/source/dnode/vnode/src/tsdb/tsdbCache.c @@ -1307,186 +1307,6 @@ static int32_t mergeLastCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, SC static int32_t mergeLastRowCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, SCacheRowsReader *pr, int16_t *aCols, int nCols, int16_t *slotIds); -#ifdef BUILD_NO_CALL -static SLastCol *tsdbCacheLookup(STsdb *pTsdb, tb_uid_t uid, int16_t cid, int8_t ltype) { - SLastCol *pLastCol = NULL; - - char *err = NULL; - size_t vlen = 0; - SLastKey *key = &(SLastKey){.ltype = ltype, .uid = uid, .cid = cid}; - size_t klen = ROCKS_KEY_LEN; - char *value = NULL; - value = rocksdb_get(pTsdb->rCache.db, pTsdb->rCache.readoptions, (char *)key, klen, &vlen, &err); - if (NULL != err) { - tsdbError("vgId:%d, %s failed at line %d since %s", TD_VID(pTsdb->pVnode), __func__, __LINE__, err); - rocksdb_free(err); - } - - pLastCol = tsdbCacheDeserialize(value); - - return pLastCol; -} - -int32_t tsdbCacheGetSlow(STsdb *pTsdb, tb_uid_t uid, SArray *pLastArray, SCacheRowsReader *pr, int8_t ltype) { - rocksdb_writebatch_t *wb = NULL; - int32_t code = 0; - - SArray *pCidList = pr->pCidList; - int num_keys = TARRAY_SIZE(pCidList); - - char **keys_list = taosMemoryMalloc(num_keys * sizeof(char *)); - size_t *keys_list_sizes = taosMemoryMalloc(num_keys * sizeof(size_t)); - char *key_list = taosMemoryMalloc(num_keys * ROCKS_KEY_LEN); - for (int i = 0; i < num_keys; ++i) { - int16_t cid = *(int16_t *)taosArrayGet(pCidList, i); - - memcpy(key_list + i * ROCKS_KEY_LEN, &(SLastKey){.ltype = ltype, .uid = uid, .cid = cid}, ROCKS_KEY_LEN); - keys_list[i] = key_list + i * ROCKS_KEY_LEN; - keys_list_sizes[i] = ROCKS_KEY_LEN; - } - - char **values_list = taosMemoryCalloc(num_keys, sizeof(char *)); - size_t *values_list_sizes = taosMemoryCalloc(num_keys, sizeof(size_t)); - char **errs = taosMemoryMalloc(num_keys * sizeof(char *)); - rocksdb_multi_get(pTsdb->rCache.db, pTsdb->rCache.readoptions, num_keys, (const char *const *)keys_list, - keys_list_sizes, values_list, values_list_sizes, errs); - for (int i = 0; i < num_keys; ++i) { - if (errs[i]) { - rocksdb_free(errs[i]); - } - } - taosMemoryFree(key_list); - taosMemoryFree(keys_list); - taosMemoryFree(keys_list_sizes); - taosMemoryFree(errs); - - for (int i = 0; i < num_keys; ++i) { - bool freeCol = true; - SArray *pTmpColArray = NULL; - SLastCol *pLastCol = tsdbCacheDeserialize(values_list[i]); - int16_t cid = *(int16_t *)taosArrayGet(pCidList, i); - SLastCol noneCol = {.ts = TSKEY_MIN, .colVal = COL_VAL_NONE(cid, pr->pSchema->columns[pr->pSlotIds[i]].type)}; - if (pLastCol) { - reallocVarData(&pLastCol->colVal); - } else { - taosThreadMutexLock(&pTsdb->rCache.rMutex); - - pLastCol = tsdbCacheLookup(pTsdb, uid, cid, ltype); - if (!pLastCol) { - // recalc: load from tsdb - int16_t aCols[1] = {cid}; - int16_t slotIds[1] = {pr->pSlotIds[i]}; - pTmpColArray = NULL; - - if (ltype) { - mergeLastCid(uid, pTsdb, &pTmpColArray, pr, aCols, 1, slotIds); - } else { - mergeLastRowCid(uid, pTsdb, &pTmpColArray, pr, aCols, 1, slotIds); - } - - if (pTmpColArray && TARRAY_SIZE(pTmpColArray) >= 1) { - pLastCol = taosArrayGet(pTmpColArray, 0); - freeCol = false; - } - - // still null, then make up a none col value - if (!pLastCol) { - pLastCol = &noneCol; - freeCol = false; - } - - // store result back to rocks cache - wb = pTsdb->rCache.rwritebatch; - char *value = NULL; - size_t vlen = 0; - tsdbCacheSerialize(pLastCol, &value, &vlen); - - SLastKey *key = &(SLastKey){.ltype = ltype, .uid = uid, .cid = pLastCol->colVal.cid}; - size_t klen = ROCKS_KEY_LEN; - rocksdb_writebatch_put(wb, (char *)key, klen, value, vlen); - - taosMemoryFree(value); - } else { - reallocVarData(&pLastCol->colVal); - } - - if (wb) { - rocksMayWrite(pTsdb, false, true, false); - } - - taosThreadMutexUnlock(&pTsdb->rCache.rMutex); - } - - taosArrayPush(pLastArray, pLastCol); - taosArrayDestroy(pTmpColArray); - if (freeCol) { - taosMemoryFree(pLastCol); - } - } - taosMemoryFree(values_list); - taosMemoryFree(values_list_sizes); - - return code; -} - -static SLastCol *tsdbCacheLoadCol(STsdb *pTsdb, SCacheRowsReader *pr, int16_t slotid, tb_uid_t uid, int16_t cid, - int8_t ltype) { - SLastCol *pLastCol = tsdbCacheLookup(pTsdb, uid, cid, ltype); - if (!pLastCol) { - rocksdb_writebatch_t *wb = NULL; - - taosThreadMutexLock(&pTsdb->rCache.rMutex); - pLastCol = tsdbCacheLookup(pTsdb, uid, cid, ltype); - if (!pLastCol) { - // recalc: load from tsdb - int16_t aCols[1] = {cid}; - int16_t slotIds[1] = {slotid}; - SArray *pTmpColArray = NULL; - - if (ltype) { - mergeLastCid(uid, pTsdb, &pTmpColArray, pr, aCols, 1, slotIds); - } else { - mergeLastRowCid(uid, pTsdb, &pTmpColArray, pr, aCols, 1, slotIds); - } - - if (pTmpColArray && TARRAY_SIZE(pTmpColArray) >= 1) { - pLastCol = taosArrayGet(pTmpColArray, 0); - } - - // still null, then make up a none col value - SLastCol noneCol = {.ts = TSKEY_MIN, .colVal = COL_VAL_NONE(cid, pr->pSchema->columns[slotid].type)}; - if (!pLastCol) { - pLastCol = &noneCol; - } - - // store result back to rocks cache - wb = pTsdb->rCache.rwritebatch; - char *value = NULL; - size_t vlen = 0; - tsdbCacheSerialize(pLastCol, &value, &vlen); - - SLastKey *key = &(SLastKey){.ltype = ltype, .uid = uid, .cid = pLastCol->colVal.cid}; - size_t klen = ROCKS_KEY_LEN; - rocksdb_writebatch_put(wb, (char *)key, klen, value, vlen); - taosMemoryFree(value); - - SLastCol *pTmpLastCol = taosMemoryCalloc(1, sizeof(SLastCol)); - *pTmpLastCol = *pLastCol; - pLastCol = pTmpLastCol; - - taosArrayDestroy(pTmpColArray); - } - - if (wb) { - rocksMayWrite(pTsdb, false, true, false); - } - - taosThreadMutexUnlock(&pTsdb->rCache.rMutex); - } - - return pLastCol; -} -#endif static int32_t tsdbCacheLoadFromRaw(STsdb *pTsdb, tb_uid_t uid, SArray *pLastArray, SArray *remainCols, SCacheRowsReader *pr, int8_t ltype) { @@ -3449,8 +3269,9 @@ static int32_t mergeLastCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, SC taosArrayPush(aColArray, &aCols[i]); } - TSKEY lastRowTs = TSKEY_MAX; + STsdbRowKey lastRowKey = {.key.ts = TSKEY_MAX}; + // inverse iterator CacheNextRowIter iter = {0}; nextRowIterOpen(&iter, uid, pTsdb, pTSchema, pr->info.suid, pr->pLDataIterArray, pr->pReadSnap, pr->lastTs, pr); @@ -3474,10 +3295,11 @@ static int32_t mergeLastCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, SC } // int16_t nCol = pTSchema->numOfCols; - TSKEY rowTs = TSDBROW_TS(pRow); + STsdbRowKey rowKey = {0}; + tsdbRowGetKey(pRow, &rowKey); - if (lastRowTs == TSKEY_MAX) { - lastRowTs = rowTs; + if (lastRowKey.key.ts == TSKEY_MAX) { // first time + lastRowKey = rowKey; for (int16_t iCol = noneCol; iCol < nCols; ++iCol) { if (iCol >= nLastCol) { @@ -3497,13 +3319,13 @@ static int32_t mergeLastCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, SC if (slotIds[iCol] == 0) { STColumn *pTColumn = &pTSchema->columns[0]; - *pColVal = COL_VAL_VALUE(pTColumn->colId, ((SValue){.type = pTColumn->type, .val = rowTs})); - taosArraySet(pColArray, 0, &(SLastCol){.rowKey.ts = rowTs, .colVal = *pColVal}); + *pColVal = COL_VAL_VALUE(pTColumn->colId, ((SValue){.type = pTColumn->type, .val = rowKey.key.ts})); + taosArraySet(pColArray, 0, &(SLastCol){.rowKey = rowKey.key, .colVal = *pColVal}); continue; } tsdbRowGetColVal(pRow, pTSchema, slotIds[iCol], pColVal); - *pCol = (SLastCol){.rowKey.ts = rowTs, .colVal = *pColVal}; + *pCol = (SLastCol){.rowKey = rowKey.key, .colVal = *pColVal}; if (IS_VAR_DATA_TYPE(pColVal->value.type) /*&& pColVal->value.nData > 0*/) { if (pColVal->value.nData > 0) { pCol->colVal.value.pData = taosMemoryMalloc(pCol->colVal.value.nData); @@ -3550,10 +3372,11 @@ static int32_t mergeLastCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, SC continue; } SColVal *tColVal = &lastColVal->colVal; + if (COL_VAL_IS_VALUE(tColVal)) continue; tsdbRowGetColVal(pRow, pTSchema, slotIds[iCol], pColVal); - if (!COL_VAL_IS_VALUE(tColVal) && COL_VAL_IS_VALUE(pColVal)) { - SLastCol lastCol = {.rowKey.ts = rowTs, .colVal = *pColVal}; + if (COL_VAL_IS_VALUE(pColVal)) { + SLastCol lastCol = {.rowKey = rowKey.key, .colVal = *pColVal}; if (IS_VAR_DATA_TYPE(pColVal->value.type) /* && pColVal->value.nData > 0 */) { SLastCol *pLastCol = (SLastCol *)taosArrayGet(pColArray, iCol); taosMemoryFree(pLastCol->colVal.value.pData); @@ -3576,7 +3399,7 @@ static int32_t mergeLastCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, SC if (aColIndex >= 0) { taosArrayRemove(aColArray, aColIndex); } - } else if (!COL_VAL_IS_VALUE(tColVal) && !COL_VAL_IS_VALUE(pColVal) && !setNoneCol) { + } else if (!COL_VAL_IS_VALUE(pColVal) && !setNoneCol) { noneCol = iCol; setNoneCol = true; } @@ -3633,8 +3456,7 @@ static int32_t mergeLastRowCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, taosArrayPush(aColArray, &aCols[i]); } - TSKEY lastRowTs = TSKEY_MAX; - + // inverse iterator CacheNextRowIter iter = {0}; nextRowIterOpen(&iter, uid, pTsdb, pTSchema, pr->info.suid, pr->pLDataIterArray, pr->pReadSnap, pr->lastTs, pr); @@ -3658,9 +3480,8 @@ static int32_t mergeLastRowCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, } // int16_t nCol = pTSchema->numOfCols; - TSKEY rowTs = TSDBROW_TS(pRow); - - lastRowTs = rowTs; + STsdbRowKey rowKey = {0}; + tsdbRowGetKey(pRow, &rowKey); for (int16_t iCol = noneCol; iCol < nCols; ++iCol) { if (iCol >= nLastCol) { @@ -3676,13 +3497,13 @@ static int32_t mergeLastRowCid(tb_uid_t uid, STsdb *pTsdb, SArray **ppLastArray, if (slotIds[iCol] == 0) { STColumn *pTColumn = &pTSchema->columns[0]; - *pColVal = COL_VAL_VALUE(pTColumn->colId, ((SValue){.type = pTColumn->type, .val = rowTs})); - taosArraySet(pColArray, 0, &(SLastCol){.rowKey.ts = rowTs, .colVal = *pColVal}); + *pColVal = COL_VAL_VALUE(pTColumn->colId, ((SValue){.type = pTColumn->type, .val = rowKey.key.ts})); + taosArraySet(pColArray, 0, &(SLastCol){.rowKey = rowKey.key, .colVal = *pColVal}); continue; } tsdbRowGetColVal(pRow, pTSchema, slotIds[iCol], pColVal); - *pCol = (SLastCol){.rowKey.ts = rowTs, .colVal = *pColVal}; + *pCol = (SLastCol){.rowKey = rowKey.key, .colVal = *pColVal}; if (IS_VAR_DATA_TYPE(pColVal->value.type) /*&& pColVal->value.nData > 0*/) { if (pColVal->value.nData > 0) { pCol->colVal.value.pData = taosMemoryMalloc(pCol->colVal.value.nData); From 42eb599d3501d5039181192d53ba56238ea106ba Mon Sep 17 00:00:00 2001 From: dmchen Date: Wed, 17 Jul 2024 09:50:21 +0000 Subject: [PATCH 13/16] resolve comment --- source/dnode/mnode/sdb/src/sdbFile.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source/dnode/mnode/sdb/src/sdbFile.c b/source/dnode/mnode/sdb/src/sdbFile.c index 2bad2ae40e..0952fbe7a3 100644 --- a/source/dnode/mnode/sdb/src/sdbFile.c +++ b/source/dnode/mnode/sdb/src/sdbFile.c @@ -290,7 +290,7 @@ static int32_t sdbReadFileImp(SSdb *pSdb) { bufLen = pRaw->dataLen * 2; SSdbRaw *pNewRaw = taosMemoryMalloc(bufLen + 100); if (pNewRaw == NULL) { - terrno = TSDB_CODE_OUT_OF_MEMORY; + code = TSDB_CODE_OUT_OF_MEMORY; mError("failed read sdb file since malloc new sdbRaw size:%d failed", bufLen); goto _OVER; } @@ -317,6 +317,10 @@ static int32_t sdbReadFileImp(SSdb *pSdb) { int32_t count = 0; char *plantContent = taosMemoryMalloc(ENCRYPTED_LEN(pRaw->dataLen)); + if (plantContent == NULL) { + code = TSDB_CODE_OUT_OF_MEMORY; + goto _OVER; + } SCryptOpts opts; opts.len = ENCRYPTED_LEN(pRaw->dataLen); @@ -360,8 +364,7 @@ _OVER: taosCloseFile(&pFile); sdbFreeRaw(pRaw); - terrno = code; - return code; + TAOS_RETURN(code); } int32_t sdbReadFile(SSdb *pSdb) { @@ -763,7 +766,7 @@ int32_t sdbDoWrite(SSdb *pSdb, SSdbIter *pIter, void *pBuf, int32_t len) { if (writelen != len) { code = TAOS_SYSTEM_ERROR(errno); mError("failed to write len:%d since %s, total:%" PRId64, len, tstrerror(code), pIter->total); - return -1; + TAOS_RETURN(code); } pIter->total += writelen; From 05e1d17a4498eeca5991ea0b647d4c3c3ef6a409 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Wed, 17 Jul 2024 19:49:02 +0800 Subject: [PATCH 14/16] test: use queryResult and check_rows_loop in testcase --- tests/pytest/util/sql.py | 44 ++++++++++++++----- .../system-test/8-stream/stream_multi_agg.py | 26 +++++------ 2 files changed, 47 insertions(+), 23 deletions(-) diff --git a/tests/pytest/util/sql.py b/tests/pytest/util/sql.py index 00171a19a6..7f6b129bb9 100644 --- a/tests/pytest/util/sql.py +++ b/tests/pytest/util/sql.py @@ -307,8 +307,8 @@ class TDSql: return col_name_list, col_type_list return col_name_list - def waitedQuery(self, sql, expectRows, timeout): - tdLog.info("sql: %s, try to retrieve %d rows in %d seconds" % (sql, expectRows, timeout)) + def waitedQuery(self, sql, expectedRows, timeout): + tdLog.info("sql: %s, try to retrieve %d rows in %d seconds" % (sql, expectedRows, timeout)) self.sql = sql try: for i in range(timeout): @@ -316,8 +316,8 @@ class TDSql: self.queryResult = self.cursor.fetchall() self.queryRows = len(self.queryResult) self.queryCols = len(self.cursor.description) - tdLog.info("sql: %s, try to retrieve %d rows,get %d rows" % (sql, expectRows, self.queryRows)) - if self.queryRows >= expectRows: + tdLog.info("sql: %s, try to retrieve %d rows,get %d rows" % (sql, expectedRows, self.queryRows)) + if self.queryRows >= expectedRows: return (self.queryRows, i) time.sleep(1) except Exception as e: @@ -330,15 +330,26 @@ class TDSql: def getRows(self): return self.queryRows - def checkRows(self, expectRows): - if self.queryRows == expectRows: - tdLog.info("sql:%s, queryRows:%d == expect:%d" % (self.sql, self.queryRows, expectRows)) + def checkRows(self, expectedRows): + if self.queryRows == expectedRows: + tdLog.info("sql:%s, queryRows:%d == expect:%d" % (self.sql, self.queryRows, expectedRows)) return True else: caller = inspect.getframeinfo(inspect.stack()[1][0]) - args = (caller.filename, caller.lineno, self.sql, self.queryRows, expectRows) + args = (caller.filename, caller.lineno, self.sql, self.queryRows, expectedRows) tdLog.exit("%s(%d) failed: sql:%s, queryRows:%d != expect:%d" % args) + def checkRows_not_exited(self, expectedRows): + """ + Check if the query rows is equal to the expected rows + :param expectedRows: The expected number of rows. + :return: Returns True if the actual number of rows matches the expected number, otherwise returns False. + """ + if self.queryRows == expectedRows: + return True + else: + return False + def checkRows_range(self, excepte_row_list): if self.queryRows in excepte_row_list: tdLog.info(f"sql:{self.sql}, queryRows:{self.queryRows} in expect:{excepte_row_list}") @@ -508,7 +519,7 @@ class TDSql: # return true or false replace exit, no print out - def checkDataNoExit(self, row, col, data): + def checkDataNotExit(self, row, col, data): if self.checkRowColNoExit(row, col) == False: return False if self.queryResult[row][col] != data: @@ -542,7 +553,7 @@ class TDSql: # loop check util checkData return true for i in range(loopCount): self.query(sql) - if self.checkDataNoExit(row, col, data) : + if self.checkDataNotExit(row, col, data) : self.checkData(row, col, data) return time.sleep(waitTime) @@ -551,6 +562,19 @@ class TDSql: self.query(sql) self.checkData(row, col, data) + def check_rows_loop(self, expectedRows, sql, loopCount, waitTime): + # loop check util checkData return true + for i in range(loopCount): + self.query(sql) + if self.checkRows_not_exited(expectedRows): + return + else: + time.sleep(waitTime) + continue + # last check + self.query(sql) + self.checkRows(expectedRows) + def getData(self, row, col): self.checkRowCol(row, col) diff --git a/tests/system-test/8-stream/stream_multi_agg.py b/tests/system-test/8-stream/stream_multi_agg.py index 32c2648b46..1386814f0c 100644 --- a/tests/system-test/8-stream/stream_multi_agg.py +++ b/tests/system-test/8-stream/stream_multi_agg.py @@ -37,26 +37,26 @@ class TDTestCase: def case1(self): tdLog.debug("========case1 start========") - os.system("nohup taosBenchmark -y -B 1 -t 40 -S 1000 -n 10 -i 1000 -v 5 > /dev/null 2>&1 &") + os.system(" taosBenchmark -y -B 1 -t 10 -S 1000 -n 10 -i 1000 -v 5 ") time.sleep(10) tdSql.execute("use test", queryTimes=100) tdSql.query("create stream if not exists s1 trigger at_once ignore expired 0 ignore update 0 fill_history 1 into st1 as select _wstart,sum(voltage),groupid from meters partition by groupid interval(2s)") - tdLog.debug("========create stream and insert data ok========") - time.sleep(20) + tdLog.debug("========create stream and insert data ok========") tdSql.query("select _wstart,sum(voltage),groupid from meters partition by groupid interval(2s) order by groupid,_wstart") rowCnt = tdSql.getRows() - results = [] - for i in range(rowCnt): - results.append(tdSql.getData(i,1)) + results_meters = tdSql.queryResult - tdSql.query("select * from st1 order by groupid,_wstart") - tdSql.checkRows(rowCnt) + sql = "select _wstart,`sum(voltage)`,groupid from st1 order by groupid,_wstart" + tdSql.check_rows_loop(rowCnt, sql, loopCount=100, waitTime=0.5) + + tdSql.query(sql) + results_st1 = tdSql.queryResult for i in range(rowCnt): - data1 = tdSql.getData(i,1) - data2 = results[i] + data1 = results_st1[i] + data2 = results_meters[i] if data1 != data2: - tdLog.info("num: %d, act data: %d, expect data: %d"%(i, data1, data2)) + tdLog.info(f"num: {i}, act data: {data1}, expect data: {data2}") tdLog.exit("check data error!") tdLog.debug("case1 end") @@ -64,7 +64,7 @@ class TDTestCase: def case2(self): tdLog.debug("========case2 start========") - os.system("taosBenchmark -d db -t 20 -v 6 -n 1000 -y > /dev/null 2>&1") + os.system("taosBenchmark -d db -t 20 -v 6 -n 1000 -y") # create stream tdSql.execute("use db", queryTimes=100) tdSql.execute("create stream stream1 fill_history 1 into sta as select count(*) as cnt from meters interval(10a);",show=True) @@ -73,7 +73,7 @@ class TDTestCase: sql = "select count(*) from sta" # loop wait max 60s to check count is ok tdLog.info("loop wait result ...") - tdSql.checkDataLoop(0, 0, 100, sql, loopCount=10, waitTime=0.5) + tdSql.checkDataLoop(0, 0, 100, sql, loopCount=100, waitTime=0.5) # check all data is correct sql = "select * from sta where cnt != 200;" From 5689cc1038b127207e44ef1e7dc0d4c8f07cde2e Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Wed, 17 Jul 2024 20:55:31 +0800 Subject: [PATCH 15/16] test:increate timeout in checking dnodes --- tests/system-test/6-cluster/clusterCommonCheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/6-cluster/clusterCommonCheck.py b/tests/system-test/6-cluster/clusterCommonCheck.py index be99d01a5c..f3e2b5d5bc 100644 --- a/tests/system-test/6-cluster/clusterCommonCheck.py +++ b/tests/system-test/6-cluster/clusterCommonCheck.py @@ -37,7 +37,7 @@ class ClusterComCheck: tdSql.init(conn.cursor()) # tdSql.init(conn.cursor(), logSql) # output sql.txt file - def checkDnodes(self,dnodeNumbers, timeout=30): + def checkDnodes(self,dnodeNumbers, timeout=100): count=0 # print(tdSql) while count < timeout: From d27d31ad6e9764f13d7d3eee0d26d8063c2a6c59 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Thu, 18 Jul 2024 10:06:52 +0800 Subject: [PATCH 16/16] Update Jenkinsfile2 --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index f98f24e509..83a4b0ffcb 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -401,7 +401,7 @@ pipeline { } } stage('linux test') { - agent{label "slave1_52 || slave217 || slave219 "} + agent{label "slave1_47 || slave1_48 || slave1_49 || slave1_50 || slave1_52 || worker03 || slave215 || slave217 || slave219 "} options { skipDefaultCheckout() } when { changeRequest()