Skip to content

Commit ff2d8dd

Browse files
committed
[conf](test) Add max_bucket_num_per_partition config to regression test configurations
Configure max_bucket_num_per_partition in regression test configs for testing.
1 parent 8fefdb1 commit ff2d8dd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

regression-test/pipeline/cloud_p0/conf/fe_custom.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ enable_advance_next_id = true
4848
check_table_lock_leaky = true
4949
enable_outfile_to_local=true
5050

51-
enable_notify_be_after_load_txn_commit=true
51+
enable_notify_be_after_load_txn_commit=true
52+
max_bucket_num_per_partition=512

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ force_olap_table_replication_allocation=tag.location.default:1
9191
max_query_profile_num = 2000
9292
max_spilled_profile_num = 2000
9393

94-
check_table_lock_leaky=true
94+
check_table_lock_leaky=true
95+
max_bucket_num_per_partition=512

0 commit comments

Comments
 (0)