mymeiyi commented on code in PR #32523: URL: https://github.com/apache/doris/pull/32523#discussion_r1625282278
########## regression-test/suites/insert_p0/insert_group_commit_into_max_filter_ratio.groovy: ########## @@ -80,7 +93,7 @@ suite("insert_group_commit_into_max_filter_ratio") { logger.warn("insert result: " + result + ", expected_row_count: " + expected_row_count + ", sql: " + sql) } // assertEquals(result, expected_row_count) - assertTrue(serverInfo.contains("'status':'ABORTED'")) + assertTrue(serverInfo.contains("too many filtered rows")) Review Comment: why change it, we can both check status and error msg -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org