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

dataroaring pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 3d4ec81eeb5 [fix](regression test) fix unstable 
test_alter_colocate_group #37544 (#37609)
3d4ec81eeb5 is described below

commit 3d4ec81eeb59b3ae5cbc3fc82569183db0de4fa2
Author: yujun <[email protected]>
AuthorDate: Wed Jul 10 21:51:46 2024 +0800

    [fix](regression test) fix unstable test_alter_colocate_group #37544 
(#37609)
    
    cherry-pick:  #37544
---
 regression-test/suites/alter_p2/test_alter_colocate_group.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/suites/alter_p2/test_alter_colocate_group.groovy 
b/regression-test/suites/alter_p2/test_alter_colocate_group.groovy
index 0989aeaf5ba..47c9e6402ee 100644
--- a/regression-test/suites/alter_p2/test_alter_colocate_group.groovy
+++ b/regression-test/suites/alter_p2/test_alter_colocate_group.groovy
@@ -138,11 +138,11 @@ suite ("test_alter_colocate_group") {
 
     for (int i = 1; i <= 3; i++) {
         def groupName = "regression_test_alter_p2.group_${i}"
-        checkGroupsReplicaAlloc(groupName, 1)
+        checkGroupsReplicaAlloc(groupName, replication_num)
 
         def tableName = "tbl${i}"
         def hasDynamicPart = i == 3
-        checkTableReplicaAlloc(tableName, hasDynamicPart, 1)
+        checkTableReplicaAlloc(tableName, hasDynamicPart, replication_num)
 
         test {
             sql """


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

Reply via email to