Skip to content

Commit

Permalink
[Fix](regression) make test_index_compaction_with_multi_index_segment…
Browse files Browse the repository at this point in the history
…s nonConcurrent to avoid concurrent be config modify (apache#31344)
  • Loading branch information
airborne12 authored Feb 24, 2024
1 parent ecab595 commit 9ec4224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [:]
Expand Down

0 comments on commit 9ec4224

Please sign in to comment.