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 72ce6341346 branch-3.0: [fix](case) enlarge compaction time for 3 
replica #54940 (#55831)
72ce6341346 is described below

commit 72ce6341346eeae06052f75bc4bb5920f96d582b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 10 14:33:26 2025 +0800

    branch-3.0: [fix](case) enlarge compaction time for 3 replica #54940 
(#55831)
    
    Cherry-picked from #54940
    
    Co-authored-by: shuke <[email protected]>
---
 regression-test/suites/variant_github_events_new_p0/load.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/suites/variant_github_events_new_p0/load.groovy 
b/regression-test/suites/variant_github_events_new_p0/load.groovy
index 7f8e979ac31..98d1e2b7b8e 100644
--- a/regression-test/suites/variant_github_events_new_p0/load.groovy
+++ b/regression-test/suites/variant_github_events_new_p0/load.groovy
@@ -147,7 +147,7 @@ suite("regression_test_variant_github_events_p0", "p0"){
 
     qt_sql_select_count """ select count(*) from github_events_2; """
 
-    trigger_and_wait_compaction("github_events", "full")
+    trigger_and_wait_compaction("github_events", "full", 1200) // 20min 
compaction
 
     // query and filterd by inverted index
     profile("test_profile_1") {
@@ -177,4 +177,4 @@ suite("regression_test_variant_github_events_p0", "p0"){
     sql """ set enable_common_expr_pushdown = true; """
     sql """ set enable_common_expr_pushdown_for_inverted_index = true; """
     qt_sql_inv """select count() from github_events where 
arrays_overlap(cast(v['payload']['pull_request']['head']['repo']['topics'] as 
array<text>), ['javascript', 'css'] )"""
-}
\ No newline at end of file
+}


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

Reply via email to