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 436096f6925 branch-3.1: [fix](test) fix test_disable_load fail #53252 
(#53297)
436096f6925 is described below

commit 436096f6925bfb7a1c218ac8f67e95ee2cad5489
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 16 11:00:09 2025 +0800

    branch-3.1: [fix](test) fix test_disable_load fail #53252 (#53297)
    
    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