gavinchou commented on code in PR #50096:
URL: https://github.com/apache/doris/pull/50096#discussion_r2046261561
##########
regression-test/suites/mtmv_p0/test_env_db_dropped_mtmv.groovy:
##########
@@ -90,4 +90,9 @@ suite("test_env_db_dropped_mtmv") {
def msg = sql """select ErrorMsg from tasks('type'='mv') where JobName =
'${jobName}' order by CreateTime DESC limit 1"""
logger.info(msg.toString())
assertTrue(msg.toString().contains("does not exist"))
+
+ // select ${dbName2}.${mvName} should not throw exception
+ sql """
+ select count(*) from ${dbName2}.${mvName}
+ """
Review Comment:
we should expect some result even if it's an expected error
--
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]