This is an automated email from the ASF dual-hosted git repository.

hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a6e94cbeef [fix](test) fix test_disable_load fail (#53252)
5a6e94cbeef is described below

commit 5a6e94cbeef873bdb03738e96ef02cc002216cbb
Author: hui lai <[email protected]>
AuthorDate: Tue Jul 15 16:58:31 2025 +0800

    [fix](test) fix test_disable_load fail (#53252)
---
 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 c35c906b5c9..38651775ab0 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
@@ -113,7 +113,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