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
The following commit(s) were added to refs/heads/branch-3.0 by this push: new fd660a5f0d2 [fix](test)Make index change with cu compaction nonconcurrent (#38733) fd660a5f0d2 is described below commit fd660a5f0d2808b9bbd00598357aef6e689d799c Author: qiye <jianliang5...@gmail.com> AuthorDate: Fri Aug 2 11:37:29 2024 +0800 [fix](test)Make index change with cu compaction nonconcurrent (#38733) --- .../index_change/test_index_change_with_cumulative_compaction.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/inverted_index_p0/index_change/test_index_change_with_cumulative_compaction.groovy b/regression-test/suites/inverted_index_p0/index_change/test_index_change_with_cumulative_compaction.groovy index 05ecfb41f70..731db243bfc 100644 --- a/regression-test/suites/inverted_index_p0/index_change/test_index_change_with_cumulative_compaction.groovy +++ b/regression-test/suites/inverted_index_p0/index_change/test_index_change_with_cumulative_compaction.groovy @@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods -suite("test_index_change_with_cumulative_compaction") { +suite("test_index_change_with_cumulative_compaction", "nonConcurrent") { def tableName = "index_change_with_cumulative_compaction_dup_keys" def timeout = 60000 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org