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 da3884288a7 branch-3.1: [fix](test) fix test_black_list fail #54287 
(#54307)
da3884288a7 is described below

commit da3884288a7a4af681dac67d30d71d4de09cb710
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 5 16:56:14 2025 +0800

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

diff --git a/regression-test/suites/load_p0/routine_load/test_black_list.groovy 
b/regression-test/suites/load_p0/routine_load/test_black_list.groovy
index 29af1600932..9b1e2726f9d 100644
--- a/regression-test/suites/load_p0/routine_load/test_black_list.groovy
+++ b/regression-test/suites/load_p0/routine_load/test_black_list.groovy
@@ -112,7 +112,7 @@ suite("test_black_list","nonConcurrent,p0") {
                 log.info("routine load state: 
${state[0][8].toString()}".toString())
                 log.info("reason of state changed: 
${state[0][17].toString()}".toString())
                 log.info("other msg: ${state[0][19].toString()}".toString())
-                if (state[0][17].toString().contains("Failed to get info") || 
state[0][19].toString().contains("Failed to get info")) {
+                if (state[0][17].toString().contains("failed to get latest 
partition offset") || state[0][19].toString().contains("failed to get latest 
partition offset")) {
                     break
                 }
                 if (count >= 90) {


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

Reply via email to