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 914105d4b46 branch-3.0: [fix](test) fix test_disable_load fail #53252 
(#53296)
914105d4b46 is described below

commit 914105d4b46f3b8c591dc919019df05512cfc2b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 15 19:40:50 2025 +0800

    branch-3.0: [fix](test) fix test_disable_load fail #53252 (#53296)
    
    Cherry-picked from #53252
    
    Co-authored-by: hui lai <[email protected]>
---
 regression-test/suites/load_p0/routine_load/test_disable_load.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/load_p0/routine_load/test_disable_load.groovy 
b/regression-test/suites/load_p0/routine_load/test_disable_load.groovy
index fbac3393849..022a9ae92d0 100644
--- a/regression-test/suites/load_p0/routine_load/test_disable_load.groovy
+++ b/regression-test/suites/load_p0/routine_load/test_disable_load.groovy
@@ -87,7 +87,7 @@ suite("test_disable_load","nonConcurrent,p0") {
                 def state = sql "show routine load for ${job}"
                 log.info("routine load state: 
${state[0][8].toString()}".toString())
                 log.info("reason of state changed: 
${state[0][17].toString()}".toString())
-                if (state[0][17].toString().contains("Failed to get info. No 
alive backends")) {
+                if (state[0][17].toString().contains("failed to get info: no 
alive backends")) {
                     break
                 }
                 if (count >= 60) {


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

Reply via email to