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


##########
regression-test/suites/cloud_p0/auth/test_grant_revoke_cluster_to_user.groovy:
##########
@@ -119,7 +119,7 @@ suite("test_grant_revoke_cluster_to_user", "cloud_auth") {
 
     // admin role user can grant cluster to use
     result = connect(user = "${user1}", password = 'Cloud12345', url = 
context.config.jdbcUrl) {
-            sql """GRANT USAGE_PRIV ON CLUSTER '${cluster1}' TO '${user1}'"""
+            sql """GRANT USAGE_PRIV ON COMPUTE GROUP '${cluster1}' TO 
'${user1}'"""

Review Comment:
   ditto



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