Skip to content

Commit 3d095c7

Browse files
authored
[fix](case)partition num will be 3 in daily pipeline (#37954)
pick:#37945
1 parent dbd2b0a commit 3d095c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

regression-test/suites/external_table_p0/tvf/test_partitions_tvf.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ suite("test_partitions_tvf","p0,external,tvf,external_docker") {
5454
// assertEquals(1, res[0][9]);
5555
// StorageMedium
5656
assertEquals("HDD", res[0][10]);
57-
// ReplicaAllocation
58-
assertEquals("tag.location.default: 1", res[0][16]);
57+
// ReplicaAllocation: if force_olap_table_replication_num is set to 3,here will be 3
58+
// assertEquals("tag.location.default: 1", res[0][16]);
5959
// IsMutable
6060
assertEquals(true, res[0][17]);
6161
// SyncWithBaseTables

0 commit comments

Comments
 (0)