This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch test_email in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/test_email by this push: new 9e3bb31d7ae test email wyxxxcat (#45380) 9e3bb31d7ae is described below commit 9e3bb31d7aefae2a08e6f734d31b1c91c9d7dce7 Author: Uniqueyou <wangyix...@selectdb.com> AuthorDate: Fri Dec 13 10:41:26 2024 +0800 test email wyxxxcat (#45380)  --- regression-test/suites/account_p0/test_alter_user.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regression-test/suites/account_p0/test_alter_user.groovy b/regression-test/suites/account_p0/test_alter_user.groovy index 2cfa5b082b3..a4ba9567a57 100644 --- a/regression-test/suites/account_p0/test_alter_user.groovy +++ b/regression-test/suites/account_p0/test_alter_user.groovy @@ -193,7 +193,7 @@ suite("test_alter_user", "account,nonConcurrent") { sql 'select 1' } - // 9. test user default database privileges + // 9. test user default database privileges sql """drop user if exists test_auth_user4""" sql """create user test_auth_user4 identified by '12345'""" sql """grant SELECT_PRIV on regression_test.* to test_auth_user4""" @@ -202,5 +202,6 @@ suite("test_alter_user", "account,nonConcurrent") { sql 'use information_schema' sql 'use mysql' } + } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org