This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new b058867e39e [cherry-pick](branch-2.1) Change the case to nonConcurrent (#37357) b058867e39e is described below commit b058867e39e61af761eb3b7f0f6f1e4aa0207ca0 Author: Sun Chenyang <csun5...@gmail.com> AuthorDate: Mon Jul 8 15:12:48 2024 +0800 [cherry-pick](branch-2.1) Change the case to nonConcurrent (#37357) ## Proposed changes pick from master [#37356 ](https://github.com/apache/doris/pull/37356) Issue Number: close #xxx <!--Describe your changes.--> --- .../suites/fault_injection_p0/test_calc_crc_fault_injection.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/fault_injection_p0/test_calc_crc_fault_injection.groovy b/regression-test/suites/fault_injection_p0/test_calc_crc_fault_injection.groovy index e5cb5526d9f..d3a1e07f52c 100644 --- a/regression-test/suites/fault_injection_p0/test_calc_crc_fault_injection.groovy +++ b/regression-test/suites/fault_injection_p0/test_calc_crc_fault_injection.groovy @@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods -suite("test_calc_crc") { +suite("test_calc_crc", "nonConcurrent") { def calc_file_crc_on_tablet = { ip, port, tablet -> return curl("GET", String.format("http://%s:%s/api/calc_crc?tablet_id=%s", ip, port, tablet)) } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org