mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
1386 lines
100 KiB
Text
1386 lines
100 KiB
Text
#Column Define
|
|
#priority,rerunTimes,Run with Sanitizer,casePath,caseCommand
|
|
#NA,NA,y or n,script,./test.sh -f tsim/user/basic.sim
|
|
|
|
#unit-test
|
|
|
|
100,,n,unit-test,bash test.sh
|
|
|
|
#docs-examples test
|
|
,,n,docs-examples-test,bash c.sh
|
|
,,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 rust.sh
|
|
,,n,docs-examples-test,bash go.sh
|
|
,,n,docs-examples-test,bash test_R.sh
|
|
|
|
#
|
|
# army-test
|
|
#
|
|
,,n,system-test,python3 ./test.py -f 0-others/compatibility_rolling_upgrade.py -N 3
|
|
,,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 3 -M 3
|
|
,,n,army,python3 ./test.py -f cluster/arbitrator.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f cluster/arbitrator_restart.py -N 3
|
|
,,n,army,python3 ./test.py -f storage/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 vtable/test_vtable_create.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_alter.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_drop.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_meta.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_auth_create.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_auth_select.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_auth_alter_drop.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_auth_alter_drop_child.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_same_db_stb.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_same_db_stb_window.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_same_db_stb_group.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_same_reference_col.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_cross_db.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_cross_db_stb.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_cross_db_stb_window.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_cross_db_stb_group.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_after_alter.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_after_drop_origin_table.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_query_after_alter_origin_table.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_schema_is_old.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f vtable/test_vtable_join.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/decimal/test_TS6333.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/test_func_elapsed.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/test_function.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/test_selection_function_with_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/test_func_paramnum.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/test_percentile.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/test_resinfo.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/test_interp.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/test_interval.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/test_interval_diff_tz.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/concat.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/function/cast.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/test_join.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/test_join_const.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/test_compare.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/test_case_when.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/test_drop_table_by_uid.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f cluster/incSnapshot.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f cluster/clusterBasic.py -N 5
|
|
,,y,army,./pytest.sh python3 ./test.py -f cluster/tsdbSnapshot.py -N 3 -M 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f cluster/strongPassword.py
|
|
,,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 query/accuracy/test_ts5400.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/accuracy/test_having.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f insert/insert_basic.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f insert/auto_create_insert.py
|
|
,,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
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/show.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f alter/alterConfig.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f alter/test_alter_config.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f alter/test_alter_config.py -N 3 -M 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f alter/alter_db_option.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
|
|
,,n,army,python3 ./test.py -f user/test_passwd.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tmq/tmqBugs.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/fill/fill_compare_asc_desc.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/last/test_last.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/window/base.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/sys/tb_perf_queries_exist_test.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f query/test_having.py
|
|
,,n,army,python3 ./test.py -f tmq/drop_lost_comsumers.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f cmdline/taosCli.py -B
|
|
,,n,army,python3 ./test.py -f whole/checkErrorCode.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f create/create_stb_keep.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f create/create_stb_keep.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f create/test_stb_keep_compact.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f create/test_stb_keep_compact.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f create/test_stb_keep_compact.py -N 3 -M 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f create/create_ctb_using_csv_file.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f create/create_ctb_using_csv_file.py -N 3
|
|
,,y,army,./pytest.sh python3 ./test.py -f insert/insert_csv_file_with_row_split.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f stream/test_stream_vtable.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f inspect-tools/taosinspect.py
|
|
|
|
#
|
|
# army/tools
|
|
#
|
|
|
|
# benchmark 64 cases
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/commandline.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/commandline-partial-col-numpy.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/commandline-single-table.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/commandline-sml-rest.py -R
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/commandline-supplement-insert.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/commandline-vgroups.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/connMode.py -B
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/custom_col_tag.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/default_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/demo.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/csv-export.py
|
|
# ,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/csv-import.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/insert-decimal.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/from-to.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/from-to-continue.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/create_table_keywords.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/json_tag.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/insert_tag_order_sml.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/insert_tag_order_sql.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/insert_tag_order_stmt.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/insert_tag_order_stmt2.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/insert-json-csv.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/insertBasic.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/insertBindVGroup.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/insertMix.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/insertPrecision.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/invalid_commandline.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/query_json.py -B
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/query_json-with-error-sqlfile.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/query_json-with-sqlfile.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/queryMain.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/rest_insert_alltypes_json.py -R
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/reuse-exist-stb.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/sml_auto_create_table_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/sml_json_alltypes.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/sml_json_insert_alltypes-same-min-max.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/sml_taosjson_alltypes.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/sml_telnet_alltypes.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/sml_telnet_insert_alltypes-same-min-max.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stmt_auto_create_table_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stmt_insert_alltypes_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stmt_insert_alltypes-same-min-max.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stmt_offset_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stmt_sample_csv_json_doesnt_use_ts.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stmt_sample_csv_json-subtable.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stmt_sample_csv_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stmt2_insert.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stream-test.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stream_function_test.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/stt.py
|
|
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/taosc_auto_create_table_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/taosc_sample_csv_json-subtable.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/taosc_insert_alltypes-same-min-max.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/taosc_insert_alltypes_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/taosc_insert_alltypes_json-partial-col.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/taosc_insert-table-creating-interval.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/taosc_sample_csv_json.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/taosdemoTestInsertWithJsonStmt-otherPara.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/taosdemoTestQueryWithJson.py -R
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/telnet_tcp.py -R
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/tmqBasic.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/tmq_case.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/basic/websiteCase.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/cloud/cloud-test.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/benchmark/ws/websocket.py -R
|
|
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/bugs.py -B
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/commandline-retry.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/commandline-sml.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/sml_json_alltypes-interlace.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/sml_insert_alltypes_json.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/sml_interlace.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/sml_taosjson_insert_alltypes-same-min-max.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/taosadapter_json.py -B
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/taosc_insert-mix.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/taosc_insert-retry-json-global.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/taosc_insert-retry-json-stb.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/taosdemoTestQueryWithJson-mixed-query.py -R
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/create_table_from_csv.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/insert_cancle.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/insert_error_exit.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/tmq_cancle.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/taos_config_json.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/insert_data.py
|
|
,,n,army,python3 ./test.py -f tools/benchmark/basic/insert_auto_create_table_json.py
|
|
|
|
# taosdump 43 cases
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpSchemaChange.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpCompa.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTest.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpDbStb.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeDouble.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeUnsignedBigInt.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpManyCols.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpStartEndTime.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTypeVarbinary.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTypeGeometry.py
|
|
,,n,army,python3 ./test.py -f tools/taosdump/native/taosdumpDbWithNonRoot.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpEscapedDb.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeJson.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestBasic.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeUnsignedSmallInt.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpDbNtb.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeUnsignedTinyInt.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeUnsignedInt.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeSmallInt.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeInt.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestNanoSupport.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeBigInt.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeBinary.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeFloat.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpStartEndTimeLong.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestLooseMode.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeBool.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestInspect.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpInDiffType.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTest2.py
|
|
,,y,army,./pytest.sh python3 ./test.py -f tools/taosdump/native/taosdumpTestTypeTinyInt.py
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeDouble.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeUnsignedBigInt.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpEscapedDb.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpPrimaryKey.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeJson.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeUnsignedSmallInt.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeUnsignedTinyInt.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeUnsignedInt.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeSmallInt.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeInt.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeBigInt.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeBinary.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeFloat.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeBool.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpRetry.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/ws/taosdumpTestTypeTinyInt.py -B
|
|
,,n,army,python3 ./test.py -f tools/taosdump/native/taosdumpCommandline.py -B
|
|
|
|
#
|
|
# system test
|
|
#
|
|
#,,n,system-test,python3 ./test.py -f 8-stream/ts-5617.py
|
|
,,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
|
|
#ci ,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/pause_resume_test.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/state_window_case.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 8-stream/force_window_close_interp.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/force_window_close_interval.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 2-query/decimal.py
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal.py -Q 4
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal.py -Q 3
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal.py -Q 2
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal.py -Q 1
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal2.py
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal2.py -Q 4
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal2.py -Q 3
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal2.py -Q 2
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal2.py -Q 1
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal.py
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal.py -Q 4
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal.py -Q 3
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal.py -Q 2
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal.py -Q 1
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal2.py
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal2.py -Q 4
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal2.py -Q 3
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal2.py -Q 2
|
|
,,n,system-test,python3 ./test.py -f 2-query/decimal2.py -Q 1
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal3.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal3.py -Q 4
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal3.py -Q 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal3.py -Q 2
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/decimal3.py -Q 1
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbnameIn.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbnameIn.py -R
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbnameIn.py -Q 2
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbnameIn.py -Q 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tbnameIn.py -Q 4
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery2.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp_extension.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp_extension.py -R
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp_extension.py -Q 2
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp_extension.py -Q 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp_extension.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/tmq_update_tablelist.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/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/agg_null.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
|
|
,,n,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-5761.py
|
|
,,n,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-5761-scalemode.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ts-5712.py
|
|
,,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/match.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/match.py -Q 2
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/match.py -Q 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/match.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 2-query/td-32548.py
|
|
,,n,system-test,python3 ./test.py -f 2-query/large_data.py
|
|
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stddev_test.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stddev_test.py -Q 2
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stddev_test.py -Q 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stddev_test.py -Q 4
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/checkpoint_info.py -N 4
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 8-stream/checkpoint_info2.py -N 4
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_multi_insert.py
|
|
|
|
,,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/ts-4674.py -N 3 -n 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/td-30270.py
|
|
,,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_connection.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts5466.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/test_tmq_td38404.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_td33504.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_td37265.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts6392.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts5906.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts7402.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/td-32187.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/td-33225.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_ts7662.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_td35698.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_td32526.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_td32471.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_ts6115.py
|
|
,,n,system-test,python3 ./test.py -f 7-tmq/tmq_tx484.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-ntb-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/walRemoveLog.py -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 99-TDcase/TS-5130.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TS-5580.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
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosdNewMonitor.py
|
|
100,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosd_audit.py
|
|
,,n,system-test,python3 ./test.py -f 0-others/taosdlog.py
|
|
,,n,system-test,python3 ./test.py -f 0-others/taosdShell.py -N 5 -M 3 -Q 3
|
|
,,y,system-test,./pytest.sh 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
|
|
100,,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/retention_test.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/retention_test2.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/multilevel_createdb.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
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_show_disk_usage.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show_disk_usage_multilevel.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/test_dismatch_config.py
|
|
|
|
,,n,system-test,python3 ./test.py -f 0-others/sml_restart.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
|
|
,,n,system-test,python3 ./test.py -f 0-others/wal_level_skip.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/show_transaction_detail.py -N 3
|
|
100,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/kill_balance_leader.py -N 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 3-enterprise/restore/kill_restore_dnode.py -N 5
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/persisit_config.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/qmemCtrl.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compact_vgroups.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compact_auto.py
|
|
,,n,system-test,python3 ./test.py -f 0-others/dumpsdb.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/compact.py -N 3
|
|
|
|
|
|
,,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
|
|
100,,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/insert_from_csv.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 1-insert/ddl_in_sysdb.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 0-others/ins_filesets.py
|
|
100,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/grant.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/fill2.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill2.py -Q 2
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill2.py -Q 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill2.py -Q 4
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/fill2.py -R
|
|
,,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/logical_operators.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/logical_operators.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/normal.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/normal.py -R
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/not.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/not.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 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/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 0-others/compatibility_rolling_upgrade_all.py -N 3
|
|
|
|
,,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
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3 -i False
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3 -i False
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStopLoop.py -N 5 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py -N 6 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py -N 6 -M 3 -n 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 6 -M 3
|
|
,,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
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 6 -M 3 -n 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py -N 6 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py -N 6 -M 3 -n 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py -N 6 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py -N 6 -M 3 -n 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 6 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 6 -M 3 -n 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3 -n 3
|
|
100,,n,system-test,python3 ./test.py -f 6-cluster/manually-test/6dnode3mnodeInsertLessDataAlterRep3to1to3.py -N 6 -M 3
|
|
#,,n,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeRoll.py -N 3 -C 1
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6 -n 3
|
|
#,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeDrop.py -N 5
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRecreateMnode.py -N 6 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStopFollowerLeader.py -N 5 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_createDb_replica1.py -N 4 -M 1
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas.py -N 4 -M 1
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas_querys.py -N 4 -M 1
|
|
,,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 6-cluster/compactDBConflict.py -N 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/mnodeEncrypt.py 3
|
|
,,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/normal.py -Q 2
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/not.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/normal.py -Q 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/not.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/normal.py -Q 4
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/not.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 2-query/cols_function.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cols_function.py -Q 2
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cols_function.py -Q 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cols_function.py -Q 4
|
|
,,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 eco-system/meta/database/keep_time_offset.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/operator.py
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/operator.py -Q 2
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/operator.py -Q 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/operator.py -Q 4
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f eco-system/manager/schema_change.py -N 3 -M 3
|
|
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/test_window_true_for.py
|
|
,,n,system-test,python3 ./test.py -f 0-others/compatibility.py
|
|
|
|
#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
|
|
|
|
# new test
|
|
,,y,test_new,./pytest.sh python3 ./test.py -f storage/compact/test_compact_meta.py
|
|
|
|
|