This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new ac61fd5a39f [Fix](case) Fix unstale case 
`test_ordered_compaction_num_seg_rows` due to be fuzzy config (#59970)
ac61fd5a39f is described below

commit ac61fd5a39fa4aa46d8938cdf7c2fa2d4739019e
Author: bobhan1 <[email protected]>
AuthorDate: Mon Jan 19 19:31:15 2026 +0800

    [Fix](case) Fix unstale case `test_ordered_compaction_num_seg_rows` due to 
be fuzzy config (#59970)
---
 .../fault_injection_p0/test_ordered_compaction_num_seg_rows.groovy     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/fault_injection_p0/test_ordered_compaction_num_seg_rows.groovy
 
b/regression-test/suites/fault_injection_p0/test_ordered_compaction_num_seg_rows.groovy
index 0fb13db1f06..54782517e0d 100644
--- 
a/regression-test/suites/fault_injection_p0/test_ordered_compaction_num_seg_rows.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_ordered_compaction_num_seg_rows.groovy
@@ -24,7 +24,8 @@ suite("test_ordered_compaction_num_seg_rows","nonConcurrent") 
{
 
     def custoBeConfig = [
         ordered_data_compaction_min_segment_size : 1,
-        enable_ordered_data_compaction: true
+        enable_ordered_data_compaction: true,
+        segments_key_bounds_truncation_threshold: -1 // this config may be 
fuzzied to value that will make the condition of ordered compaction not met, so 
manually set it to -1 to disable the truncation
     ]
     setBeConfigTemporary(custoBeConfig) {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to