From ceff25feabcd6c4779481cd655fb02af7dbef5e8 Mon Sep 17 00:00:00 2001 From: Jianliang Qi Date: Fri, 29 Dec 2023 14:22:26 +0800 Subject: [PATCH] fix regression --- .../test_index_compaction_with_multi_index_segments.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy index 765ee55515a420..1b0a207ada306d 100644 --- a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy +++ b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy @@ -114,7 +114,7 @@ suite("test_index_compaction_with_multi_index_segments", "p0") { //TabletId,ReplicaId,BackendId,SchemaHash,Version,LstSuccessVersion,LstFailedVersion,LstFailedTime,LocalDataSize,RemoteDataSize,RowCount,State,LstConsistencyCheckTime,CheckVersion,VersionCount,PathHash,MetaUrl,CompactionStatus String[][] tablets = sql """ show tablets from ${tableName}; """ - def replicaNum = get_table_replica_num(tableName) + def replicaNum = 1 logger.info("get table replica num: " + replicaNum) // before full compaction, there are 3 rowsets. int rowsetCount = 0