This is an automated email from the ASF dual-hosted git repository.
eldenmoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new a0a0982c2d4 [Fix](case) set
test_index_compaction_with_multi_index_segments_arr to nonConcurrent group
(#36197)
a0a0982c2d4 is described below
commit a0a0982c2d42d5ef5ee17ae2aaa4551954bdc404
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]