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 f0218508206 branch-3.0: [opt](test) Enlarge timeout for compaction 
score action #53040 (#53217)
f0218508206 is described below

commit f0218508206ea3ec92b0ea6184db0c00d820be5a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 15 10:52:34 2025 +0800

    branch-3.0: [opt](test) Enlarge timeout for compaction score action #53040 
(#53217)
    
    Cherry-picked from #53040
    
    Co-authored-by: Siyang Tang <[email protected]>
---
 regression-test/suites/compaction/test_compaction_score_action.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/compaction/test_compaction_score_action.groovy 
b/regression-test/suites/compaction/test_compaction_score_action.groovy
index c9d8b7ff8cd..94b8ce5d34e 100644
--- a/regression-test/suites/compaction/test_compaction_score_action.groovy
+++ b/regression-test/suites/compaction/test_compaction_score_action.groovy
@@ -40,7 +40,7 @@ suite("test_compaction_score_action") {
     for (int i=0;i<backendId_to_backendIP.size();i++){
         def beHttpAddress 
=backendId_to_backendIP.entrySet()[i].getValue()+":"+backendId_to_backendHttpPort.entrySet()[i].getValue()
         if (isCloudMode()) {
-            def (code, text, err) = curl("GET", beHttpAddress+ 
"/api/compaction_score?top_n=1&sync_meta=true", null/*body*/, 100/*timeoutSec*/)
+            def (code, text, err) = curl("GET", beHttpAddress+ 
"/api/compaction_score?top_n=1&sync_meta=true", null/*body*/, 
1000/*timeoutSec*/)
             def score_str = parseJson(text).get(0).get("compaction_score")
             def score = Integer.parseInt(score_str)
             assertTrue(score >= 90)


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

Reply via email to