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 00e082f3c41 remove is cloud mode
00e082f3c41 is described below
commit 00e082f3c4191c27505df5b73323f05b50bb90e5
Author: yiguolei <[email protected]>
AuthorDate: Sun Apr 14 21:40:51 2024 +0800
remove is cloud mode
---
regression-test/suites/schema_change_p2/test_schema_change_fail.groovy | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/regression-test/suites/schema_change_p2/test_schema_change_fail.groovy
b/regression-test/suites/schema_change_p2/test_schema_change_fail.groovy
index f7ec1b42f0c..134002f6c05 100644
--- a/regression-test/suites/schema_change_p2/test_schema_change_fail.groovy
+++ b/regression-test/suites/schema_change_p2/test_schema_change_fail.groovy
@@ -19,9 +19,6 @@ import org.apache.doris.regression.util.DebugPoint
import org.apache.doris.regression.util.NodeType
suite('test_schema_change_fail', 'nonConcurrent') {
- if (isCloudMode()) {
- return
- }
def frontends = sql_return_maparray('show frontends')
def backends = sql_return_maparray('show backends')
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]