seawinde commented on code in PR #41326: URL: https://github.com/apache/doris/pull/41326#discussion_r1778359046
########## regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy: ########## @@ -1330,8 +1330,8 @@ class Suite implements GroovyInterceptable { } while (timeoutTimestamp > System.currentTimeMillis() && (status == 'PENDING' || status == 'RUNNING' || status == 'NULL' || status == 'CANCELED')) if (status != "SUCCESS") { logger.info("status is not success") + assertTrue(result.toString().contains("same table")) Review Comment: what does `same table` mean? what‘s the relation with method name `AllowCancel` -- 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