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 57d93afed17 branch-3.1: [fix](test) fix 
test_routine_load_timeout_value unstable #53115 (#53143)
57d93afed17 is described below

commit 57d93afed17c32ccdcf92a13478f23d1c2226d11
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 15 11:09:21 2025 +0800

    branch-3.1: [fix](test) fix test_routine_load_timeout_value unstable #53115 
(#53143)
    
    Cherry-picked from #53115
    
    Co-authored-by: hui lai <[email protected]>
---
 .../suites/load_p0/routine_load/test_routine_load_timeout_value.groovy  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/load_p0/routine_load/test_routine_load_timeout_value.groovy
 
b/regression-test/suites/load_p0/routine_load/test_routine_load_timeout_value.groovy
index de813084c09..873b9458572 100644
--- 
a/regression-test/suites/load_p0/routine_load/test_routine_load_timeout_value.groovy
+++ 
b/regression-test/suites/load_p0/routine_load/test_routine_load_timeout_value.groovy
@@ -183,7 +183,7 @@ suite("test_routine_load_timeout_value","nonConcurrent") {
             }
         } finally {
             sql "stop routine load for ${jobName}"
-            sql "DROP TABLE IF EXISTS ${tableName}"
+            sql "DROP TABLE IF EXISTS ${tableName} FORCE"
         }
     }
 }
\ No newline at end of file


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

Reply via email to