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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 8b0fdf35f34 branch-3.0: [regression-test](case) enlarge 
compaction_width_array_column.groovy … #47059 (#47365)
8b0fdf35f34 is described below

commit 8b0fdf35f340deac439c3056132739a272a03ad2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 31 10:04:43 2025 +0800

    branch-3.0: [regression-test](case) enlarge 
compaction_width_array_column.groovy … #47059 (#47365)
    
    Cherry-picked from #47059
    
    Co-authored-by: shuke <sh...@selectdb.com>
---
 regression-test/suites/compaction/compaction_width_array_column.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/compaction/compaction_width_array_column.groovy 
b/regression-test/suites/compaction/compaction_width_array_column.groovy
index 570877cfc4c..0204b9946c0 100644
--- a/regression-test/suites/compaction/compaction_width_array_column.groovy
+++ b/regression-test/suites/compaction/compaction_width_array_column.groovy
@@ -88,7 +88,8 @@ suite('compaction_width_array_column', "p2") {
     while (isOverLap && tryCnt < 3) {
         isOverLap = false
 
-        trigger_and_wait_compaction(tableName, "cumulative")
+        // in asan compile, it may cost 30min to compact.
+        trigger_and_wait_compaction(tableName, "cumulative", 40*60)
         for (def tablet in tablets) {
             String tablet_id = tablet.TabletId
             (code, out, err) = curl("GET", tablet.CompactionStatus)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to