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 837125a6666 branch-3.0: [fix](test) fix 
test_routine_load_timeout_value unstable #53115 (#53142)
837125a6666 is described below

commit 837125a666681670b80f90ec04b416121a63c2b9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 14 09:27:55 2025 +0800

    branch-3.0: [fix](test) fix test_routine_load_timeout_value unstable #53115 
(#53142)
    
    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