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 8277c51c78c branch-3.0: [Fix](cases) Make auto&dynamic cases sleep 
long enough #44228 (#44276)
8277c51c78c is described below

commit 8277c51c78c561999b95a977d5f10ce0d1a7910b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 20 09:33:08 2024 +0800

    branch-3.0: [Fix](cases) Make auto&dynamic cases sleep long enough #44228 
(#44276)
    
    Cherry-picked from #44228
    
    Co-authored-by: zclllhhjj <zhaochan...@selectdb.com>
---
 .../suites/partition_p0/auto_partition/test_auto_dynamic.groovy         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/partition_p0/auto_partition/test_auto_dynamic.groovy 
b/regression-test/suites/partition_p0/auto_partition/test_auto_dynamic.groovy
index a9e8a134fee..2c94b41cbb1 100644
--- 
a/regression-test/suites/partition_p0/auto_partition/test_auto_dynamic.groovy
+++ 
b/regression-test/suites/partition_p0/auto_partition/test_auto_dynamic.groovy
@@ -134,7 +134,7 @@ suite("test_auto_dynamic", "nonConcurrent") {
     }
 
     sql """ admin set frontend config 
('dynamic_partition_check_interval_seconds' = '1') """
-    sleep(2000)
+    sleep(10000)
     part_result = sql " show partitions from auto_dynamic "
     log.info("${part_result}".toString())
     assertEquals(part_result.size, 3)


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

Reply via email to