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 65145275867 branch-4.0: [cases](map) Update 
test_map_load_and_compaction.groovy for not stable out rowsets in cumative 
compaction #56562 (#57328)
65145275867 is described below

commit 6514527586764a2f889d8e69fef7a734ddc5da43
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 26 17:29:50 2025 +0800

    branch-4.0: [cases](map) Update test_map_load_and_compaction.groovy for not 
stable out rowsets in cumative compaction #56562 (#57328)
    
    Cherry-picked from #56562
    
    Co-authored-by: amory <[email protected]>
---
 .../suites/load_p0/stream_load/test_map_load_and_compaction.groovy    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/load_p0/stream_load/test_map_load_and_compaction.groovy
 
b/regression-test/suites/load_p0/stream_load/test_map_load_and_compaction.groovy
index eaf3694f41c..cd284944900 100644
--- 
a/regression-test/suites/load_p0/stream_load/test_map_load_and_compaction.groovy
+++ 
b/regression-test/suites/load_p0/stream_load/test_map_load_and_compaction.groovy
@@ -104,8 +104,8 @@ suite("test_map_load_and_compaction", "p0") {
         String compactionStatus = tablet.CompactionStatus
         checkCompactionStatus.call(compactionStatus, 6)
 
-        // trigger compaction
-        trigger_and_wait_compaction(testTable, "cumulative")
+        // trigger compaction for all rowsets be merged 
+        trigger_and_wait_compaction(testTable, "full")
         checkCompactionStatus.call(compactionStatus, 1)
 
         // finally check backend alive


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

Reply via email to