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 309a8e29d17e1165d52fae82cc11de7d86dd9496 Author: Xin Liao <liaoxin...@126.com> AuthorDate: Thu Jul 25 22:56:21 2024 +0800 [fix](cloud) Do not execute test_publish_timeout regression case in cloud mode (#38383) --- regression-test/suites/load_p0/stream_load/test_publish_timeout.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regression-test/suites/load_p0/stream_load/test_publish_timeout.groovy b/regression-test/suites/load_p0/stream_load/test_publish_timeout.groovy index c5853829619..af13b063b06 100644 --- a/regression-test/suites/load_p0/stream_load/test_publish_timeout.groovy +++ b/regression-test/suites/load_p0/stream_load/test_publish_timeout.groovy @@ -16,6 +16,9 @@ // under the License. suite("test_publish_timeout", "nonConcurrent") { + if (isCloudMode()) { + return + } def backendId_to_backendIP = [:] def backendId_to_backendHttpPort = [:] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org