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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new d4fa08f7cad branch-3.1: [fix](case) enlarge compaction time for 3 
replica #54940 (#55100)
d4fa08f7cad is described below

commit d4fa08f7cad2494b38483d498b76b5b9fe634d1b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 21 16:47:12 2025 +0800

    branch-3.1: [fix](case) enlarge compaction time for 3 replica #54940 
(#55100)
    
    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 1eecee9264a..9438cc441aa 100644
--- a/regression-test/suites/variant_github_events_new_p0/load.groovy
+++ b/regression-test/suites/variant_github_events_new_p0/load.groovy
@@ -148,7 +148,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
     if (!enable_typed_paths_to_sparse) {
@@ -181,4 +181,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