deardeng commented on code in PR #31772: URL: https://github.com/apache/doris/pull/31772#discussion_r1512351681
########## regression-test/suites/account_p0/test_nereids_authentication.groovy: ########## @@ -26,6 +26,11 @@ suite("test_nereids_authentication", "query") { PROPERTIES ('replication_num' = '1') """ } + def isCloudMode = { Review Comment: Suite.isCloudCluster() 是判断配置文件是否配置了cloud_unique_id,依赖配置文件。 我感觉我自己def这个方法,更好点可以自适应。show backends,然后看tag里面是否包含cloud的信息。 -- 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