Skip to content

Commit

Permalink
[Fix](case) set test_index_compaction_with_multi_index_segments_arr t…
Browse files Browse the repository at this point in the history
…o nonConcurrent group (#36197)

set be config inverted_index_max_buffered_docs=5 will cause other case
too slow, make it non-concurrent
  • Loading branch information
airborne12 authored Jun 13, 2024
1 parent be9ad8e commit a0a0982
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_arr", "array_contains_inverted_index") {
suite("test_index_compaction_with_multi_index_segments_arr", "nonConcurrent") {
// here some variable to control inverted index query
sql """ set enable_profile=true"""
sql """ set enable_pipeline_x_engine=true;"""
Expand Down

0 comments on commit a0a0982

Please sign in to comment.