This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 3390a7a721f [test](ivm) Remove unnecessary cloud skips from IVM suites
(#67876)
3390a7a721f is described below
commit 3390a7a721f69736fe6f4c7b04d004d25d2ca05d
Author: yujun <[email protected]>
AuthorDate: Mon Sep 14 09:40:42 2026 +0800
[test](ivm) Remove unnecessary cloud skips from IVM suites (#67876)
Problem Summary: Several IVM regression suites unconditionally skipped
cloud mode without a cloud-specific reason. Remove those guards so
ordinary IVM, fallback-stream, column-drop, and row-binlog coverage runs
in both deployment modes while retaining guards for transaction-path and
plan-shape differences.
Related issue: https://github.com/apache/doris/issues/65418
---
.../suites/mtmv_p0/ivm/test_ivm_drop_column_fallback_reason.groovy | 4 ----
.../suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch.groovy | 4 ----
.../mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch_dup.groovy | 4 ----
regression-test/suites/mtmv_p0/ivm/test_ivm_mtmv_row_binlog.groovy | 4 ----
4 files changed, 16 deletions(-)
diff --git
a/regression-test/suites/mtmv_p0/ivm/test_ivm_drop_column_fallback_reason.groovy
b/regression-test/suites/mtmv_p0/ivm/test_ivm_drop_column_fallback_reason.groovy
index 5d63b4bdf7b..db9d5be3052 100644
---
a/regression-test/suites/mtmv_p0/ivm/test_ivm_drop_column_fallback_reason.groovy
+++
b/regression-test/suites/mtmv_p0/ivm/test_ivm_drop_column_fallback_reason.groovy
@@ -19,10 +19,6 @@ import org.awaitility.Awaitility
import static java.util.concurrent.TimeUnit.SECONDS
suite("test_ivm_drop_column_fallback_reason") {
- if (isCloudMode()) {
- return
- }
-
sql """DROP MATERIALIZED VIEW IF EXISTS ivm_drop_col_reason_mv"""
sql """DROP TABLE IF EXISTS ivm_drop_col_reason_t"""
sql """
diff --git
a/regression-test/suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch.groovy
b/regression-test/suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch.groovy
index 3d15539f795..dab63c2e2b3 100644
---
a/regression-test/suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch.groovy
+++
b/regression-test/suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch.groovy
@@ -16,10 +16,6 @@
// under the License.
suite("test_ivm_fallback_stream_multi_batch", "nonConcurrent") {
- if (isCloudMode()) {
- return
- }
-
def forcedFallbackDebugPoint =
"IvmIncrRefreshManager.doRefresh.force_fallback_reason"
GetDebugPoint().disableDebugPointForAllFEs(forcedFallbackDebugPoint)
diff --git
a/regression-test/suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch_dup.groovy
b/regression-test/suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch_dup.groovy
index 7e6480c5ef5..18bbd652e57 100644
---
a/regression-test/suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch_dup.groovy
+++
b/regression-test/suites/mtmv_p0/ivm/test_ivm_fallback_stream_multi_batch_dup.groovy
@@ -16,10 +16,6 @@
// under the License.
suite("test_ivm_fallback_stream_multi_batch_dup", "nonConcurrent") {
- if (isCloudMode()) {
- return
- }
-
def forcedFallbackDebugPoint =
"IvmIncrRefreshManager.doRefresh.force_fallback_reason"
GetDebugPoint().disableDebugPointForAllFEs(forcedFallbackDebugPoint)
diff --git a/regression-test/suites/mtmv_p0/ivm/test_ivm_mtmv_row_binlog.groovy
b/regression-test/suites/mtmv_p0/ivm/test_ivm_mtmv_row_binlog.groovy
index 94828aed649..7c51417417c 100644
--- a/regression-test/suites/mtmv_p0/ivm/test_ivm_mtmv_row_binlog.groovy
+++ b/regression-test/suites/mtmv_p0/ivm/test_ivm_mtmv_row_binlog.groovy
@@ -16,10 +16,6 @@
// under the License.
suite("test_ivm_mtmv_row_binlog") {
- if (isCloudMode()) {
- return
- }
-
sql """DROP MATERIALIZED VIEW IF EXISTS test_ivm_mtmv_row_binlog_mv;"""
sql """DROP TABLE IF EXISTS test_ivm_mtmv_row_binlog_base;"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]