gavinchou commented on code in PR #40767:
URL: https://github.com/apache/doris/pull/40767#discussion_r1759718929


##########
regression-test/suites/cloud_p0/auth/test_grant_revoke_cluster_to_user.groovy:
##########
@@ -98,7 +98,7 @@ suite("test_grant_revoke_cluster_to_user", "cloud_auth") {
     sql """create user ${user3} identified by 'Cloud12345'"""
     sql """GRANT SELECT_PRIV ON *.*.* TO '${user3}'@'%'"""
     result = connect(user = "${user3}", password = 'Cloud12345', url = 
context.config.jdbcUrl) {
-            sql """SHOW CLUSTERS"""
+            sql """SHOW COMPUTE GROUPS"""

Review Comment:
   Maybe we should keep both `SHOW CLUSTERS` and `SHOW COMPUTE GROUPS`, 
otherwise, either of them may be not tested.



-- 
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

Reply via email to