From d0aedaf98ef10aeb05a0c40d1b2b7b2bc4afec54 Mon Sep 17 00:00:00 2001 From: qiye Date: Thu, 29 Feb 2024 11:08:42 +0800 Subject: [PATCH] [fix](regression test)Make index compaction caset nonCouncurrent (#31520) Co-authored-by: Luennng --- .../index_compaction/test_index_compaction_dup_keys.groovy | 2 +- .../index_compaction/test_index_compaction_null.groovy | 2 +- .../index_compaction/test_index_compaction_unique_keys.groovy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_dup_keys.groovy b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_dup_keys.groovy index cc8516a32d..73a7cd4666 100644 --- a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_dup_keys.groovy +++ b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_dup_keys.groovy @@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods -suite("test_index_compaction_dup_keys", "p0") { +suite("test_index_compaction_dup_keys", "nonConcurrent") { def tableName = "test_index_compaction_dup_keys" def backendId_to_backendIP = [:] def backendId_to_backendHttpPort = [:] diff --git a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy index e80a97eb1a..849aaa5076 100644 --- a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy +++ b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy @@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods -suite("test_index_compaction_null", "p0") { +suite("test_index_compaction_null", "nonConcurrent") { def tableName = "test_index_compaction_null_dups" def backendId_to_backendIP = [:] def backendId_to_backendHttpPort = [:] diff --git a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_unique_keys.groovy b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_unique_keys.groovy index 76970feb46..2ce46aafec 100644 --- a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_unique_keys.groovy +++ b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_unique_keys.groovy @@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods -suite("test_index_compaction_unique_keys", "p0") { +suite("test_index_compaction_unique_keys", "nonConcurrent") { def tableName = "test_index_compaction_unique_keys" def backendId_to_backendIP = [:] def backendId_to_backendHttpPort = [:]