morningman commented on code in PR #23898:
URL: https://github.com/apache/doris/pull/23898#discussion_r1316728941


##########
regression-test/suites/account_p0/test_alter_user.groovy:
##########
@@ -192,5 +192,15 @@ suite("test_alter_user", "account") {
     result2 = connect(user = 'test_auth_user4', password = '12345', url = 
context.config.jdbcUrl) {
         sql 'select 1'
     }
+
+    // 9. test user default database privileges
+    sql """drop user test_auth_user4"""

Review Comment:
   ```suggestion
       sql """drop user if exists test_auth_user4"""
   ```



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