[fix](regression test)Make index compaction caset nonCouncurrent (#31520)

Co-authored-by: Luennng <luennng@gmail.com>
This commit is contained in:
qiye
2024-02-29 11:08:42 +08:00
committed by yiguolei
parent ff3c7765d6
commit d0aedaf98e
3 changed files with 3 additions and 3 deletions

View File

@ -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 = [:]

View File

@ -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 = [:]

View File

@ -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 = [:]