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

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


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

commit 1b21d47b2b5086c0b0d9d71a10ddfe41a9865651
Author: bobhan1 <[email protected]>
AuthorDate: Fri Feb 13 09:29:43 2026 +0800

    branch-4.0: [Fix](case) Fix unstale case 
`test_ordered_compaction_num_seg_rows` due to be fuzzy config (#59970) (#60704)
    
    pick https://github.com/apache/doris/pull/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