From b83978ed4ea45959367c042e1f78c0c360013d50 Mon Sep 17 00:00:00 2001 From: hui lai Date: Tue, 5 Aug 2025 09:08:12 +0800 Subject: [PATCH] [fix](test) fix test_black_list fail (#54287) --- .../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 29af160093276a..9b1e2726f9dc0e 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) {