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 b5da89ebaad branch-3.0: [test](warmup) increase wait time to fix flaky 
test #54964 (#55032)
b5da89ebaad is described below

commit b5da89ebaad2f58cdd31f1b1fb07a1a5e4b84465
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 24 15:33:18 2025 +0800

    branch-3.0: [test](warmup) increase wait time to fix flaky test #54964 
(#55032)
    
    Cherry-picked from #54964
    
    Co-authored-by: Kaijie Chen <[email protected]>
---
 .../multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy
 
b/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy
index 87938bd60af..3ad8c820f7d 100644
--- 
a/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy
+++ 
b/regression-test/suites/cloud_p0/cache/multi_cluster/warm_up/cluster/test_warm_up_cluster_periodic.groovy
@@ -164,7 +164,7 @@ suite('test_warm_up_cluster_periodic', 'docker') {
             sql """SELECT * FROM customer"""
         }
 
-        sleep(5000)
+        sleep(10000)
 
         def hotspot = sql """select * from 
__internal_schema.cloud_cache_hotspot;"""
         logger.info("hotspot: {}", hotspot)


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

Reply via email to