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 541c80f12fe [fix](regression test) Change the case to nonConcurrent (#37356) 541c80f12fe is described below commit 541c80f12febf6fd3545a847c96ce23c6545381a Author: Sun Chenyang <csun5...@gmail.com> AuthorDate: Wed Jul 10 19:27:00 2024 +0800 [fix](regression test) Change the case to nonConcurrent (#37356) --- .../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 a02bb19c4d2..d20e7079780 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") { if (isCloudMode()) { return; } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org