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 af2b235cf03 branch-3.0: [fix](test) fix test_black_list fail #54287 
(#54306)
af2b235cf03 is described below

commit af2b235cf0391af09328bd6aa7253fb1b2b0f9e7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 5 22:20:33 2025 +0800

    branch-3.0: [fix](test) fix test_black_list fail #54287 (#54306)
    
    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 04779f10362..807389e5ec9 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
@@ -86,7 +86,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