From 09efc92d46e8bbecdb399209d6072bddd91705be Mon Sep 17 00:00:00 2001 From: airborne12 Date: Sat, 24 Feb 2024 11:55:47 +0800 Subject: [PATCH] [Fix](regression) make test_index_compaction_with_multi_index_segments nonConcurrent to avoid concurrent be config modify (#31344) --- .../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 693e4aac1b..4023715c61 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 @@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods -suite("test_index_compaction_with_multi_index_segments", "p0") { +suite("test_index_compaction_with_multi_index_segments", "nonConcurrent") { def tableName = "test_index_compaction_with_multi_index_segments" def backendId_to_backendIP = [:] def backendId_to_backendHttpPort = [:]