This is an automated email from the ASF dual-hosted git repository.

gabriellee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 49bbf36fa02 [test](regression-test) move test_alter_user.groovy to run 
nonConcurrent, for it has set global operation (#29772)
49bbf36fa02 is described below

commit 49bbf36fa02fc04f2581ae5eb7f1bb687dc831ec
Author: shuke <[email protected]>
AuthorDate: Fri Jan 12 12:52:52 2024 +0800

    [test](regression-test) move test_alter_user.groovy to run nonConcurrent, 
for it has set global operation (#29772)
---
 regression-test/suites/account_p0/test_alter_user.groovy | 2 +-
 1 file changed, 1 insertion(+), 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 069f82d4ef3..2cfa5b082b3 100644
--- a/regression-test/suites/account_p0/test_alter_user.groovy
+++ b/regression-test/suites/account_p0/test_alter_user.groovy
@@ -15,7 +15,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
-suite("test_alter_user", "account") {
+suite("test_alter_user", "account,nonConcurrent") {
 
     sql """drop user if exists test_auth_user2"""
     sql """drop user if exists test_auth_user3"""


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to