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
commit f1434c49945ed63929ca092ad6f0ad3dfeea53af Author: shuke <[email protected]> AuthorDate: Tue May 28 08:43:51 2024 +0800 [regression-test](fix) fix fault_injection_p0/test_calc_crc_fault_injection.groovy case bug (#35469) --- .../suites/fault_injection_p0/test_calc_crc_fault_injection.groovy | 5 ----- 1 file changed, 5 deletions(-) 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 acddc368229..e5cb5526d9f 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 @@ -18,11 +18,6 @@ import org.codehaus.groovy.runtime.IOGroovyMethods suite("test_calc_crc") { - - if (isCloudMode()) { - return - } - 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: [email protected] For additional commands, e-mail: [email protected]
