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 f91463c2d30 [Fix](regression-test) fix error url check in 
test_etl_failed case for cloud p0 (#40298)
f91463c2d30 is described below

commit f91463c2d308688743fd314892b326244e1e1e4e
Author: Xin Liao <liaoxin...@126.com>
AuthorDate: Tue Sep 10 10:44:17 2024 +0800

    [Fix](regression-test) fix error url check in test_etl_failed case for 
cloud p0 (#40298)
---
 regression-test/suites/load_p0/broker_load/test_etl_failed.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/load_p0/broker_load/test_etl_failed.groovy 
b/regression-test/suites/load_p0/broker_load/test_etl_failed.groovy
index 4049fdadb1f..70d2a42166d 100644
--- a/regression-test/suites/load_p0/broker_load/test_etl_failed.groovy
+++ b/regression-test/suites/load_p0/broker_load/test_etl_failed.groovy
@@ -67,7 +67,7 @@ suite("test_etl_failed", "load_p0") {
             assertTrue(1 == 2, "etl should be failed")
             break;
         }
-        if (result[0][2].equals("CANCELLED") && 
result[0][13].contains("_load_error_log")) {
+        if (result[0][2].equals("CANCELLED") && 
result[0][13].contains("error_log")) {
             break;
         }
         Thread.sleep(1000)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to