This is an automated email from the ASF dual-hosted git repository. yiguolei 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 babec88aa90 fix cloud mode from PR #32748 babec88aa90 is described below commit babec88aa90334cc4bc7babc37c8eb95486e22cb Author: yiguolei <yiguo...@gmail.com> AuthorDate: Thu Apr 11 23:00:54 2024 +0800 fix cloud mode from PR #32748 --- .../suites/alter_p0/test_decommission_with_replica_num_fail.groovy | 3 --- 1 file changed, 3 deletions(-) diff --git a/regression-test/suites/alter_p0/test_decommission_with_replica_num_fail.groovy b/regression-test/suites/alter_p0/test_decommission_with_replica_num_fail.groovy index ff19adae27d..02bd0788bce 100644 --- a/regression-test/suites/alter_p0/test_decommission_with_replica_num_fail.groovy +++ b/regression-test/suites/alter_p0/test_decommission_with_replica_num_fail.groovy @@ -16,9 +16,6 @@ // under the License. suite('test_decommission_with_replica_num_fail') { - if (isCloudMode()) { - return - } def tbl = 'test_decommission_with_replica_num_fail' def backends = sql_return_maparray('show backends') --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org