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

yiguolei 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 3d095c737d9 [fix](case)partition num will be 3 in daily pipeline 
(#37954)
3d095c737d9 is described below

commit 3d095c737d9cd9950c4ebfa18ae11055bd0757e7
Author: zhangdong <[email protected]>
AuthorDate: Wed Jul 17 00:59:15 2024 +0800

    [fix](case)partition num will be 3 in daily pipeline (#37954)
    
    pick:https://github.com/apache/doris/pull/37945
---
 .../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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to