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

yiguolei 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 ff7b5dcded2 [test]fix test_follower_consistent_auth failed (#55777)
ff7b5dcded2 is described below

commit ff7b5dcded2359db470725a7129fb45dfff38cc7
Author: wangbo <[email protected]>
AuthorDate: Tue Sep 9 18:58:30 2025 +0800

    [test]fix test_follower_consistent_auth failed (#55777)
---
 .../suites/auth_p0/test_master_slave_consistency_auth.groovy            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/auth_p0/test_master_slave_consistency_auth.groovy 
b/regression-test/suites/auth_p0/test_master_slave_consistency_auth.groovy
index e3d75f6df34..e49c35b7c3b 100644
--- a/regression-test/suites/auth_p0/test_master_slave_consistency_auth.groovy
+++ b/regression-test/suites/auth_p0/test_master_slave_consistency_auth.groovy
@@ -61,7 +61,7 @@ suite ("test_follower_consistent_auth","p0,auth") {
         try_sql("DROP role ${role}")
         sql """CREATE ROLE ${role}"""
         sql """drop WORKLOAD GROUP if exists '${wg}' $forComputeGroupStr """
-        sql """CREATE WORKLOAD GROUP "${wg} $forComputeGroupStr "
+        sql """CREATE WORKLOAD GROUP '${wg}' $forComputeGroupStr "
         PROPERTIES (
             "min_cpu_percent"="10"
         );"""


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

Reply via email to