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
The following commit(s) were added to refs/heads/branch-3.0 by this push: new e650e68527a branch-3.0: [regression-test](fix) forbid test_partial_update_delete_sign_with_conflict in cloud mode. #45983 (#46016) e650e68527a is described below commit e650e68527aea076e8a9c9102f98ddbd735cbade Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jan 13 21:42:12 2025 +0800 branch-3.0: [regression-test](fix) forbid test_partial_update_delete_sign_with_conflict in cloud mode. #45983 (#46016) Cherry-picked from #45983 Co-authored-by: shuke <sh...@selectdb.com> --- .../test_partial_update_delete_sign_with_conflict.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_delete_sign_with_conflict.groovy b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_delete_sign_with_conflict.groovy index ec03ac336e7..69915f2a0ea 100644 --- a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_delete_sign_with_conflict.groovy +++ b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_delete_sign_with_conflict.groovy @@ -35,6 +35,10 @@ import org.apache.http.client.methods.CloseableHttpResponse import org.apache.http.util.EntityUtils suite("test_partial_update_delete_sign_with_conflict") { + if (isCloudMode()) { + return + } + def dbName = context.config.getDbNameByFile(context.file) def tableName = "test_partial_update_delete_sign_with_conflict" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org