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

liaoxin 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 afe9eeed1ec [fix](test) fix test_black_list fail (#54287)
afe9eeed1ec is described below

commit afe9eeed1ecbd24e8ae887b13123dc7996e3ac06
Author: hui lai <[email protected]>
AuthorDate: Tue Aug 5 09:08:12 2025 +0800

    [fix](test) fix test_black_list fail (#54287)
---
 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