This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new b3c0b72fafe [cherry-pick](branch-2.1) Pick "[Fix](regression-test) Fix `test_group_commit_stream_load_with_nonexist_db_and_table` regression test case (#40109)" (#40475) b3c0b72fafe is described below commit b3c0b72fafe266f0589897923632712ebe3b620f Author: abmdocrt <yukang.lian2...@gmail.com> AuthorDate: Fri Sep 6 16:39:58 2024 +0800 [cherry-pick](branch-2.1) Pick "[Fix](regression-test) Fix `test_group_commit_stream_load_with_nonexist_db_and_table` regression test case (#40109)" (#40475) ## Proposed changes Pick #40109 <!--Describe your changes.--> --- .../test_group_commit_stream_load_with_nonexist_db_and_table.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/load_p0/stream_load/test_group_commit_stream_load_with_nonexist_db_and_table.groovy b/regression-test/suites/load_p0/stream_load/test_group_commit_stream_load_with_nonexist_db_and_table.groovy index ba806967bf7..57054b2a420 100644 --- a/regression-test/suites/load_p0/stream_load/test_group_commit_stream_load_with_nonexist_db_and_table.groovy +++ b/regression-test/suites/load_p0/stream_load/test_group_commit_stream_load_with_nonexist_db_and_table.groovy @@ -31,7 +31,7 @@ suite("test_group_commit_stream_load_with_nonexist_db_and_table") { code = process.waitFor() out = process.text log.info("stream lad result: ${out}".toString()) - assertTrue(out.toString().contains("table not found")) + assertTrue(out.toString().contains("OlapTable not found")) } catch (Exception e) { logger.info("failed: " + e.getMessage()) assertTrue(false) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org