Skip to content

Commit 7274b7f

Browse files
committed
fix
1 parent f10ac13 commit 7274b7f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th
4747
"test_topn_fault_injection," +
4848
"auto_partition_in_partition_prune," + // inserted data in too many tablets, txn to large. not suitable for cloud.
4949
"one_col_range_partition," + // inserted data in too many tablets, txn to large. not suitable for cloud.
50+
"docs/table-design/data-partitioning/manual-partitioning.md," +
51+
"test_table_properties,test_show_transaction,test_show_create_table_and_views_nereids," +
52+
"test_group_commit_data_bytes_property,insert_group_commit_into_max_filter_ratio,test_group_commit_interval_ms_property,insert_group_commit_into_unique_sync_mode," +
53+
"test_group_commit_stream_load,"+
54+
"test_get_stream_load_state," +
5055
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
5156

5257
excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line

regression-test/pipeline/p0/conf/regression-conf.groovy

+6-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,12 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th
7171
"test_broker_load_func," +
7272
"test_index_compaction_failure_injection," +
7373
"test_full_compaction_run_status," +
74-
"test_topn_fault_injection," +
74+
"test_topn_fault_injection," +
75+
"docs/table-design/data-partitioning/manual-partitioning.md," +
76+
"test_table_properties,test_show_transaction,test_show_create_table_and_views_nereids," +
77+
"test_group_commit_data_bytes_property,insert_group_commit_into_max_filter_ratio,test_group_commit_interval_ms_property,insert_group_commit_into_unique_sync_mode," +
78+
"test_group_commit_stream_load,"+
79+
"test_get_stream_load_state," +
7580
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
7681

7782
// this directories will not be executed

0 commit comments

Comments
 (0)