Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions regression-test/pipeline/cloud_p0/conf/be_custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ sys_log_verbose_modules=query_context,runtime_query_statistics_mgr

# So feature has bug, so by default is false, only open it in pipeline to observe
enable_parquet_page_index=true

wait_internal_group_commit_finish=true
3 changes: 3 additions & 0 deletions regression-test/pipeline/cloud_p0/conf/fe_custom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ workload_group_max_num = 25
enable_advance_next_id = true

check_table_lock_leaky = true

wait_internal_group_commit_finish=true
group_commit_interval_ms_default_value=2
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th
"test_topn_fault_injection," +
"auto_partition_in_partition_prune," + // inserted data in too many tablets, txn to large. not suitable for cloud.
"one_col_range_partition," + // inserted data in too many tablets, txn to large. not suitable for cloud.
"docs/table-design/data-partitioning/manual-partitioning.md," +
"test_table_properties,test_show_transaction,test_show_create_table_and_views_nereids," +
"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," +
"test_group_commit_stream_load,"+
"test_get_stream_load_state," +
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line

excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line
Expand Down
1 change: 1 addition & 0 deletions regression-test/pipeline/p0/conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ cold_data_compaction_interval_sec=60
# So feature has bug, so by default is false, only open it in pipeline to observe
enable_parquet_page_index=true

wait_internal_group_commit_finish=true
3 changes: 3 additions & 0 deletions regression-test/pipeline/p0/conf/fe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ max_query_profile_num = 2000
max_spilled_profile_num = 2000

check_table_lock_leaky=true

wait_internal_group_commit_finish=true
group_commit_interval_ms_default_value=2
9 changes: 7 additions & 2 deletions regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th
"test_broker_load_func," +
"test_index_compaction_failure_injection," +
"test_full_compaction_run_status," +
"test_topn_fault_injection," +
"test_topn_fault_injection," +
"docs/table-design/data-partitioning/manual-partitioning.md," +
"test_table_properties,test_show_transaction,test_show_create_table_and_views_nereids," +
"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," +
"test_group_commit_stream_load,"+
"test_get_stream_load_state," +
"zzz_the_end_sentinel_do_not_touch" // keep this line as the last line

// this directories will not be executed
Expand Down Expand Up @@ -146,7 +151,7 @@ extArrowFlightSqlPort = 8081
extArrowFlightSqlUser = "root"
extArrowFlightSqlPassword= ""

max_failure_num=50
max_failure_num=-1

externalEnvIp="127.0.0.1"

Expand Down