zddr commented on code in PR #41326:
URL: https://github.com/apache/doris/pull/41326#discussion_r1778362107
##########
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:
The error message for completion is' Not allowed running Insert Overwrite on
same table ', I have taken two words
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]