[fix](regression test)Make index compaction caset nonCouncurrent (#31520)
Co-authored-by: Luennng <luennng@gmail.com>
This commit is contained in:
@ -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 = [:]
|
||||
|
||||
@ -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 = [:]
|
||||
|
||||
@ -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 = [:]
|
||||
|
||||
Reference in New Issue
Block a user