This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 7d98d91830e [fix](test)Make index change with cu compaction nonconcurrent (#38733) 7d98d91830e is described below commit 7d98d91830ef8fe19d07ffa8fddb2d96fcf9d7b2 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