mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
552 lines
36 KiB
Text
552 lines
36 KiB
Text
# 01-DataTypess
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_bigint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_bool.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_double.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_float.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_geometry.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_int.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_json.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_nchar.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_smallint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_timestamp.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_tinyint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_uint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_unsign.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_varbinary.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_column_varchar.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_const.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_nchar.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_null_char.py
|
|
,,y,.,./ci/pytest.sh pytest cases/01-DataTypes/test_null.py
|
|
|
|
# 02-Databases
|
|
## 01-Create
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_basic1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_basic2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_basic3.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_basic4.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_basic5.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_basic6.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_commit.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_create_all_options.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_create.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_dnodelist.py -N 5
|
|
#,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_keep.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_len.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_repeat.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_table_prefix_suffix.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/01-Create/test_db_tables.py
|
|
## 02-Drop
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/02-Drop/test_db_catalog.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/02-Drop/test_db_delete_reuse_vnode1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/02-Drop/test_db_delete_reuse_vnode2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/02-Drop/test_db_delete_reuse1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/02-Drop/test_db_delete_reuse2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/02-Drop/test_db_delete_writing1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/02-Drop/test_db_delete_writing2.py
|
|
## 03-Alter
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_option_keep1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_option_keep2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_option.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_replicas_13.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_replicas_31.py -N 4
|
|
## 04-Query
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/04-Query/test_db_show_create_db.py
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/04-Query/test_db_show_create_table.py
|
|
## 05-Sync
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_balance_replica_1.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_balance_replica_3.py -N 5
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_balance1.py -N 4 -C 1
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_balance2.py -N 5 -C 3
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_balance3.py -N 6 -C 4
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_balancex.py -N 4 -C 1
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_redistribute_vgroup_replica1.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_redistribute_vgroup_replica3_v1_follower.py -N 5
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_redistribute_vgroup_replica3_v1_leader.py -N 5
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_redistribute_vgroup_replica3_v2.py -N 6
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_redistribute_vgroup_replica3_v3.py -N 8
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_split_vgroup_replica1.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_split_vgroup_replica3.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_stable_balance_replica1.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_stable_dnode2_stop.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_stable_dnode2.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_stable_dnode3.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_stable_replica3_dnode6.py -N 6
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_stable_replica3_vnode3.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_sync_3Replica1VgElect.py -N 5
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_sync_3Replica5VgElect.py -N 5
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_sync_vnodesnapshot_rsma.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_vnode_clean.py -N 4 -C 2
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_vnode_replica3_basic.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_vnode_replica3_import.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_vnode_replica3_many.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_vnode_replica3_repeat.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/05-Sync/test_vnode_replica3_vgroup.py -N 4
|
|
## 06-Precision
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/06-Precision/test_db_precision_ns.py
|
|
## 07-Flush
|
|
,,y,.,./ci/pytest.sh pytest cases/02-Databases/07-Flush/test_db_flush.py
|
|
|
|
# 03-Tables
|
|
## 01-NormalTables
|
|
### 01-Create
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_basic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_bigint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_binary.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_bool.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_column_dbprefix.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_column_name.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_column_num.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_column_type.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_column_value.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_date.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_describe.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_double.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_float.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_hash.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_int.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_limit.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_multi.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_smallint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_synatx.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_vgroup.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/01-Create/test_normal_table_tinyint.py
|
|
### 02-Drop
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/02-Drop/test_normal_table_delete_reuse1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/02-Drop/test_normal_table_delete_reuse2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/02-Drop/test_normal_table_delete_writing.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/02-Drop/test_normal_table_drop.py
|
|
### 03-Alter
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/03-Alter/test_normal_table_alter_1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/03-Alter/test_normal_table_alter_2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/03-Alter/test_normal_table_alter_3.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/03-Alter/test_normal_table_alter_4.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/03-Alter/test_normal_table_alter_5.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/04-Query/test_normal_table_basic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/01-NormalTables/04-Query/test_normal_table_query.py
|
|
### 04-Query
|
|
## 02-SubTables
|
|
### 01-Create
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/01-Create/test_sub_table_autocreate_tb_drop_tb.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/01-Create/test_sub_table_autocreate_tb.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/01-Create/test_sub_table_autocreate.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/01-Create/test_sub_table_batchcreate.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/01-Create/test_sub_table_create_tb.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/01-Create/test_sub_table_create_with_tag_name.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/01-Create/test_tags_dynamically_specifiy.py
|
|
### 02-Drop
|
|
### 03-Alter
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/03-Alter/test_set_tag_vals.py
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/03-Alter/test_sub_table_alter.py
|
|
### 04-Query
|
|
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/04-Query/test_sub_table_basic.py
|
|
|
|
# 04-SuperTables
|
|
## 01-Create
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Create/test_stable_create_mt.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Create/test_stable_metrics.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Create/test_stable_refcount.py
|
|
## 02-Drop
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/02-Drop/test_stable_drop_basic3.py
|
|
## 03-Alter
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_parser_alter_column.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_parser_alter_stable.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_parser_alter1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_parser_op.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_stable_alter_1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_stable_alter_2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_stable_alter_3.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_stable_alter_4.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_stable_alter_5.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_stable_tag_add.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_stable_tag_drop.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_stable_tag_modify.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_stable_tag_rename.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_tag_add.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_tag_change.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_tag_commit.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_tag_create.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_tag_drop.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_tag_drop_table.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_tag_set_multi.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Alter/test_tag_set.py
|
|
## 04-Query
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_3.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_4.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_5.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_6.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_bigint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_binary.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_bool.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_double.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_float.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_int.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_smallint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_tinyint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_column_ubigint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_stable_query_dnode3.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_stable_query_vnode3.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_stable_tag_filter_2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_3.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_4.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_5.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_6.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_bigint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_binary_binary.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_binary.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_bool_binary.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_bool_int.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_bool.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_column.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_double.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_filter.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_float.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_int_binary.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_int_float.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_int.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_smallint.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_tbname_in.py
|
|
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Query/test_tag_tinyint.py
|
|
|
|
# 05-VirtualTables
|
|
|
|
# 06-DataIngestion
|
|
## 01-Insert
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_basic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_basic0.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_basic1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_basic2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_columns.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_commit_merge.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_multi_file_commit.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_query_block1_file.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_query_block1_memory.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_query_block2_file.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_query_block2_memory.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_query_file_memory.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_query_multi_file.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_stb_disk.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_stb_values.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_tb_multi.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_tb.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/01-Insert/test_insert_timestamp.py
|
|
## 02-Import
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import_basic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import_commit.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import_commit1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import_commit2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import_commit3.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import_file.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import_large.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import_replica1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import.py
|
|
## 03-Drop
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/03-Delete/test_delete_query.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/03-Delete/test_delete.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/03-Delete/test_insert_drop.py
|
|
## 04-Update
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/04-Update/test_insert_update0.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/04-Update/test_insert_update1_sort_merge.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/04-Update/test_insert_update2.py
|
|
## 05-Others
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/05-Others/test_commit.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/05-Others/test_insert_backquote.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/05-Others/test_insert_null.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/05-Others/test_insert_select.py
|
|
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/05-Others/test_wal_kill.py
|
|
|
|
# 07-DataQuerying
|
|
## 01-Operator
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_and_or.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_arithmetic_basic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_arithmetic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_between_and.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_case_when_sum.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_case_when.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_in.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_like_tag.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_like.py
|
|
## 02-Filter
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_condition_scl.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_condition.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_filter_timestamp.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_filter_where.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_filter_where_complex.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_stable_filter_column.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_stable_filter_column_tag_timestamp.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_stable_filter_no.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_stable_filter_tag.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_stable_filter_timestamp.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_table_filter_column.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_table_filter_column_timestamp.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_table_filter_no.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_table_filter_timestamp.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Filter/test_tags_filter.py
|
|
## 03-GroupBy
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/03-GroupBy/test_groupby_basic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/03-GroupBy/test_groupby_complex.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/03-GroupBy/test_groupby_distinct.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/03-GroupBy/test_groupby_top.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/03-GroupBy/test_groupby.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/03-GroupBy/test_groupby2.py
|
|
## 04-OrderBy
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/04-OrderBy/test_multi_orderby.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/04-OrderBy/test_sort_pre_cols.py
|
|
## 05-Aliase
|
|
## 06-Limit
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/06-Limit/test_limit_complex.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/06-Limit/test_limit1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/06-Limit/test_limit2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/06-Limit/test_projection_limit_offset.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/06-Limit/test_table_merge_limit.py
|
|
## 07-SLimit
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/07-SLimit/test_slimit_alter_tags.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/07-SLimit/test_slimit_limit.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/07-SLimit/test_slimit1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/07-SLimit/test_slimit2.py
|
|
## 08-SubQuery
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/08-SubQuery/test_nestquery.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/08-SubQuery/test_timeline.py
|
|
## 09-SelectList
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/09-SelectList/test_column_1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/09-SelectList/test_column_7.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/09-SelectList/test_const_col.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/09-SelectList/test_read.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/09-SelectList/test_select_complex.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/09-SelectList/test_select_res_num.py
|
|
## 10-Union
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/10-Union/test_union_precision.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/10-Union/test_union_sysinfo.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/10-Union/test_union.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/10-Union/test_unionall_as_table.py
|
|
## 11-Interp
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/11-Interp/test_interp.py
|
|
## 12-Having
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/12-Having/test_having_agg.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/12-Having/test_having_child.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/12-Having/test_having_complex.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/12-Having/test_having.py
|
|
## 13-Distinct
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/13-Distinct/test_distinct.py
|
|
## 14-Explain
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/14-Explain/test_explain.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/14-Explain/test_explain_tsorder.py
|
|
## 15-Hints
|
|
## 16-Psedocolumn
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/16-PsedoColumn/test_tbname_in.py
|
|
## 17-Tags
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/17-Tags/test_select_distinct_tag.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/17-Tags/test_select_with_tags.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/17-Tags/test_tags_scan.py
|
|
## 18-Regexp
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/18-Regexp/test_regex.py
|
|
## 19-BiMode
|
|
#,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/19-BiMode/test_bi_star_table.py
|
|
#,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/19-BiMode/test_bi_tag_scan.py
|
|
#,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/19-BiMode/test_bi_tbname_col.py
|
|
|
|
## 99-Others
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/99-Others/test_select_across_vnodes.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/99-Others/test_select_from_cache_disk.py
|
|
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/99-Others/test_select_mixed_block.py
|
|
|
|
# 08-TagIndices
|
|
,,y,.,./ci/pytest.sh pytest cases/08-TagIndices/test_index_create_drop.py
|
|
,,y,.,./ci/pytest.sh pytest cases/08-TagIndices/test_index_overflow.py
|
|
,,y,.,./ci/pytest.sh pytest cases/08-TagIndices/test_index_perf.py
|
|
|
|
# 09-DataDeletion
|
|
,,y,.,./ci/pytest.sh pytest cases/09-DataDeletion/test_insert_delete.py
|
|
|
|
# 10-Functions
|
|
## 01-SingleRow
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/01-SingleRow/test_single_row_in_tb.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/01-SingleRow/test_func_cast.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/01-SingleRow/test_func_char_scalar.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/01-SingleRow/test_func_scalar_null.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/01-SingleRow/test_func_scalar.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/01-SingleRow/test_func_truncate.py
|
|
## 02-Aggregate
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/02-Aggregate/test_func_apercentile.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/02-Aggregate/test_func_avg.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/02-Aggregate/test_func_count.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/02-Aggregate/test_func_leastsquares.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/02-Aggregate/test_func_percentile.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/02-Aggregate/test_func_spread.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/02-Aggregate/test_func_stddev.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/02-Aggregate/test_func_stddev2.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/02-Aggregate/test_func_sum.py
|
|
## 03-Selection
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_bottom.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_first_last.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_first.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last_basic.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last_both.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last_cache.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last_groupby.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last_lru.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last_row1.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last_row2.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last_row3.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last_tag.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_max.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_min.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_top.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_topbot.py
|
|
## 04-TimeseriesSpecfic
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/04-TimeseriesSpecfic/test_func_diff.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/04-TimeseriesSpecfic/test_func_diff2.py
|
|
,y,.,./ci/pytest.sh pytest cases/10-Functions/04-TimeseriesSpecfic/test_func_diff3.py
|
|
|
|
# 11-TimeSeriesExtensions
|
|
## 01-PartitionBy
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/01-PartitionBy/test_partitonby.py
|
|
## 02-Fill
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/02-Fill/test_fill_force.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/02-Fill/test_fill_stb.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/02-Fill/test_fill_us.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/02-Fill/test_fill.py
|
|
## 03-TimeWindow
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/03-TimeWindow/test_interval_bug.py
|
|
#,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/03-TimeWindow/test_interval_empty_range_scl.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/03-TimeWindow/test_interval_empty_range.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/03-TimeWindow/test_interval_function.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/03-TimeWindow/test_interval_offset.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/03-TimeWindow/test_interval.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/03-TimeWindow/test_interval2.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/03-TimeWindow/test_sliding.py
|
|
## 04-StateWindow
|
|
## 05-EventWindow
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/05-EventWindow/test_event.py
|
|
## 06-SessionWindow
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/06-SessionWindow/test_session.py
|
|
## 07-CountWindow
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/07-CountWindow/test_count_sliding.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/07-CountWindow/test_count.py
|
|
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/07-CountWindow/test_count1.py
|
|
|
|
# 12-DataSubscription
|
|
,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_basic1.py
|
|
,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_basic2.py
|
|
,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_basic3.py
|
|
,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_basic4.py
|
|
#,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_cons_overlap.py
|
|
#,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_cons1.py
|
|
#,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_cons2.py
|
|
#,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_cons3.py
|
|
#,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_cons4.py
|
|
#,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_snapshot1.py
|
|
#,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_snapshot2.py
|
|
,y,.,./ci/pytest.sh pytest cases/12-DataSubscription/test_tmq_topic.py
|
|
|
|
# 13-StreamProcessing
|
|
|
|
# 14-Operators
|
|
|
|
# 15-JsonDataTypes
|
|
|
|
# 16-EscapeCharacters
|
|
,y,.,./ci/pytest.sh pytest cases/16-EscapeCharacters/test_binary_escape_character.py
|
|
|
|
# 17-NameLimits
|
|
,y,.,./ci/pytest.sh pytest cases/17-NameLimits/test_dbtbname_validate.py
|
|
|
|
# 18-ReservedKeywords
|
|
|
|
# 19-ManageNodes
|
|
## 01-Dnode
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_alter_dnode_debugflag.py
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_create_dnode.py -N 2 -C 1
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_drop_dnode_force.py -N 5
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_drop_dnode_has_mnode.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_drop_dnode_has_multi_vnode_replica1.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_drop_dnode_has_multi_vnode_replica3.py -N 5
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_drop_dnode_has_qnode_snode.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_drop_dnode_has_vnode_replica1.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_drop_dnode_has_vnode_replica3.py -N 5
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_offline_reason.py -N 2 -C 1
|
|
#,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_use_dropped_dnode.py -N 3
|
|
## 02-Mnode
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/02-Mnode/test_mnode_basic1.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/02-Mnode/test_mnode_basic2.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/02-Mnode/test_mnode_basic3.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/02-Mnode/test_mnode_basic4.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/02-Mnode/test_mnode_basic5.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/02-Mnode/test_mnode_basic6.py -N 4
|
|
## 03-Qnode
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/03-Qnode/test_qnode_basic1.py -N 2
|
|
## 04-Snode
|
|
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/04-Snode/test_snode_basic1.py -N 2
|
|
|
|
# 20-Metadata
|
|
,,y,.,./ci/pytest.sh pytest cases/20-Metadata/test_show_db_table_kind.py
|
|
,,y,.,./ci/pytest.sh pytest cases/20-Metadata/test_sys_tbname.py
|
|
,,y,.,./ci/pytest.sh pytest cases/20-Metadata/test_table_count.py
|
|
|
|
# 21-PerformanceData
|
|
|
|
# 22-Show
|
|
,,y,.,./ci/pytest.sh pytest cases/22-Show/test_show_alive.py -N 4
|
|
,,y,.,./ci/pytest.sh pytest cases/22-Show/test_show_basic.py -N 2
|
|
,,y,.,./ci/pytest.sh pytest cases/22-Show/test_show_diskinfo.py
|
|
,,y,.,./ci/pytest.sh pytest cases/22-Show/test_show_table_distributed.py
|
|
|
|
# 23-Users
|
|
,,y,.,./ci/pytest.sh pytest cases/23-Users/test_user_basic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/23-Users/test_user_password.py
|
|
,,y,.,./ci/pytest.sh pytest cases/23-Users/test_user_privilege_create_db.py
|
|
,,y,.,./ci/pytest.sh pytest cases/23-Users/test_user_privilege_db.py
|
|
,,y,.,./ci/pytest.sh pytest cases/23-Users/test_user_privilege_sysinfo.py
|
|
,,y,.,./ci/pytest.sh pytest cases/23-Users/test_user_privilege_table.py
|
|
,,y,.,./ci/pytest.sh pytest cases/23-Users/test_user_privilege_topic.py
|
|
,,y,.,./ci/pytest.sh pytest cases/23-Users/test_user_whitelist.py
|
|
|
|
# 24-Permissions
|
|
|
|
# 25-UDFs
|
|
,,y,.,./ci/pytest.sh pytest cases/25-UDFs/test_udf_c.py
|
|
,,y,.,./ci/pytest.sh pytest cases/25-UDFs/test_udf_py.py
|
|
,,y,.,./ci/pytest.sh pytest cases/25-UDFs/test_udf_with_const.py
|
|
|
|
# 26-TSMAs
|
|
|
|
# 27-Troubleshooting
|
|
|
|
# 28-SynatxChanges
|
|
|
|
# 29-JoinQueries
|
|
,,y,.,./ci/pytest.sh pytest cases/29-JoinQueries/test_join_full.py
|
|
,,y,.,./ci/pytest.sh pytest cases/29-JoinQueries/test_join_interval.py
|
|
,,y,.,./ci/pytest.sh pytest cases/29-JoinQueries/test_join_manyblocks.py
|
|
,,y,.,./ci/pytest.sh pytest cases/29-JoinQueries/test_join_multitables.py
|
|
,,y,.,./ci/pytest.sh pytest cases/29-JoinQueries/test_join_multivnode.py
|
|
,,y,.,./ci/pytest.sh pytest cases/29-JoinQueries/test_join_pk.py
|
|
,,y,.,./ci/pytest.sh pytest cases/29-JoinQueries/test_join_order.py
|
|
,,y,.,./ci/pytest.sh pytest cases/29-JoinQueries/test_join.py
|
|
# 30-DataCompression
|
|
,,y,.,./ci/pytest.sh pytest cases/30-DataCompression/test_compress_alter_option.py
|
|
,,y,.,./ci/pytest.sh pytest cases/30-DataCompression/test_compress_disable.py
|
|
,,y,.,./ci/pytest.sh pytest cases/30-DataCompression/test_compress_normal_table.py
|
|
|
|
# 31-Views
|
|
# ,,y,.,./ci/pytest.sh pytest cases/31-Views/test_view_mgmt.py
|
|
,,y,.,./ci/pytest.sh pytest cases/31-Views/test_view_nested_join.py
|
|
|
|
# 40-Tools
|
|
|
|
# 50-Others
|
|
## 01-Valgrind
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_basic1.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_basic2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_basic3.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_basic4.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_checkerror1.py -N 3
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_checkerror2.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_checkerror3.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_checkerror4.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_checkerror5.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_checkerror6.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_checkerror7.py
|
|
,,y,.,./ci/pytest.sh pytest cases/50-Others/01-Valgrind/test_valgrind_checkerror8.py
|
|
|