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

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

commit ad206d5040d31b294cb340b98d46f6ac2b232e70
Author: zhangdong <493738...@qq.com>
AuthorDate: Fri Jul 19 15:38:49 2024 +0800

    [fix](case)partition num will be 3 in daily pipeline (#37945)
    
    partition num will be 3 in daily pipeline, because
    force_olap_table_replication_num be set to 3
---
 .../suites/external_table_p0/tvf/test_partitions_tvf.groovy           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy 
b/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy
index 0939528c314..cab85625c84 100644
--- a/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy
+++ b/regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy
@@ -54,8 +54,8 @@ 
suite("test_partitions_tvf","p0,external,tvf,external_docker") {
     // assertEquals(1, res[0][9]);
     // StorageMedium
     assertEquals("HDD", res[0][10]);
-    // ReplicaAllocation
-    assertEquals("tag.location.default: 1", res[0][16]);
+    // ReplicaAllocation: if force_olap_table_replication_num is set to 3,here 
will be 3
+    // assertEquals("tag.location.default: 1", res[0][16]);
     // IsMutable
     assertEquals(true, res[0][17]);
     // SyncWithBaseTables


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to