This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 2ed8279df87b2abf6a78c8987b074fa500c8af55
Author: airborne12 <[email protected]>
AuthorDate: Thu Jun 13 21:11:29 2024 +0800

    [Fix](case) set test_index_compaction_with_multi_index_segments_arr to 
nonConcurrent group (#36197)
    
    set be config inverted_index_max_buffered_docs=5 will cause other case
    too slow, make it non-concurrent
---
 .../test_index_compaction_with_multi_index_segments_arr.groovy          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/inverted_index_p0/array_contains/test_index_compaction_with_multi_index_segments_arr.groovy
 
b/regression-test/suites/inverted_index_p0/array_contains/test_index_compaction_with_multi_index_segments_arr.groovy
index cddb35635f2..77afc984ec1 100644
--- 
a/regression-test/suites/inverted_index_p0/array_contains/test_index_compaction_with_multi_index_segments_arr.groovy
+++ 
b/regression-test/suites/inverted_index_p0/array_contains/test_index_compaction_with_multi_index_segments_arr.groovy
@@ -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;"""


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to