TDengine/test/ci/cases.task
2025-05-04 22:31:35 +08:00

346 lines
21 KiB
Text

#tsim test
,,n,.,pytest cases/tsim/test_tsim.py --tsim=tsim/query/timeline.sim --skip_deploy
,,n,.,pytest cases/tsim/test_tsim.py --tsim=tsim/dnode/balance_replica1.sim --skip_deploy
,,y,.,./ci/pytest.sh pytest cases/data_write/sql_statement/test_insert_double.py
,,y,.,./ci/pytest.sh pytest cases/storage/compress/test_compress_basic.py -N 3
,,y,.,./ci/pytest.sh pytest cases/high_availability/cluster_expansion_reduction/test_5dnode_3mnode_stop.py -N 5 -M 3
,,y,.,./ci/pytest.sh pytest cases/high_availability/cluster_expansion_reduction/test_5dnode_3mnode_stop.py -N 5 -M 3 -I False
,,y,.,./ci/pytest.sh pytest cases/high_availability/cluster_expansion_reduction/test_cluster_basic.py -N 5
,,y,.,./ci/pytest.sh pytest cases/high_availability/cluster_expansion_reduction/test_5dnode_3mnode_add_1dnode.py -N 7 -M 3 -C 6
,,y,.,./ci/pytest.sh pytest cases/high_availability/cluster_expansion_reduction/test_5dnode_3mnode_add_1dnode.py -N 7 -M 3 -C 6 --replica 3
,,y,.,./ci/pytest.sh pytest cases/metadata/db/test_keep_time_offset.py
#,,y,.,./ci/pytest.sh pytest cases/storage/tsma/test_tsma.py
,,y,.,./ci/pytest.sh pytest cases/storage/multilevel/test_mlevel_basic.py -N 3 -L 3 -D 2
,,y,.,./ci/pytest.sh pytest cases/stream/test_max_delay_interval.py
,,y,.,./ci/pytest.sh pytest cases/tmq/test_drop_lost_comsumers.py
,,y,.,./ci/pytest.sh pytest cases/tmq/test_tmq_params.py
,,y,.,./ci/pytest.sh pytest cases/tmq/test_tmq_params.py -R
# 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_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_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.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-Others
# 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.py
,,y,.,./ci/pytest.sh pytest cases/03-Tables/02-SubTables/01-Create/test_sub_table_batchcreate.py
### 02-Drop
### 03-Alter
,,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-Alter
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_stable_alter_1.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_stable_alter_2.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_stable_alter_3.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_stable_alter_4.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_stable_alter_5.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_stable_tag_add.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_stable_tag_drop.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_stable_tag_modify.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_stable_tag_rename.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_tag_add.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_tag_change.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_tag_commit.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_tag_create.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_tag_drop.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_tag_drop_table.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_tag_set_multi.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/01-Alter/test_tag_set.py
## 02-Drop
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/02-Drop/test_stable_drop_basic3.py
## 03-Query
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_2.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_3.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_4.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_5.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_6.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_bigint.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_binary.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_bool.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_double.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_float.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_int.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_smallint.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_tinyint.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_column_ubigint.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_stable_query_dnode3.py -N 3
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_stable_query_vnode3.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_stable_tag_filter_2.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_3.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_4.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_5.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_6.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_bigint.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_binary_binary.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_binary.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_bool_binary.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_bool_int.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_bool.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_column.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_double.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_filter.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_float.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_int_binary.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_int_float.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_int.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_smallint.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_tbname_in.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/03-Query/test_tag_tinyint.py
## 04-Create
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Create/test_stable_metrics.py
,,y,.,./ci/pytest.sh pytest cases/04-SuperTables/04-Create/test_stable_refcount.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
## 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_large.py
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/02-Import/test_import_replica1.py
## 03-Drop
,,y,.,./ci/pytest.sh pytest cases/06-DataIngestion/03-Drop/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_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_operator_and_or.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_operator_in.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/01-Operator/test_operator_casewhen.py
## 02-Project
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_column_1.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_column_7.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_stable_filter_column.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_stable_filter_column_tag_timestamp.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_stable_filter_no.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_stable_filter_tag.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_stable_filter_timestamp.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_table_filter_column.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_table_filter_column_timestamp.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_table_filter_no.py
,,y,.,./ci/pytest.sh pytest cases/07-DataQuerying/02-Project/test_project_table_filter_timestamp.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_func_cast.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_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_stddev.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.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_row.py
,y,.,./ci/pytest.sh pytest cases/10-Functions/03-Selection/test_func_last.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
## 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
# 11-TimeSeriesExtensions
## 01-DataPartition
## 11-WindowPartition
## 12-RulesForWindow
## 13-FillClause
## 14-TimeWindow
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/14-TimeWindow/test_interval_bug.py
,y,.,./ci/pytest.sh pytest cases/11-TimeSeriesExtensions/14-TimeWindow/test_interval.py
# 12-DataSubscription
# 13-StreamProcessing
# 14-Operators
# 15-JsonDataTypes
# 16-EscapeCharacters
# 17-NameLimits
# 18-ReservedKeywords
# 19-ManageNodes
## 01-Dnode
,,y,.,./ci/pytest.sh pytest cases/19-ManageNodes/01-Dnode/test_dnode_alter_debugflag.py
## 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
# 20-Metadata
# 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
# 26-TSMAs
# 27-Troubleshooting
# 28-SynatxChanges
# 29-JoinQueries
# 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