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 03ffdd2dc6c branch-3.0: [Fix](case) Fix some cases (#54695) (#54756)
03ffdd2dc6c is described below
commit 03ffdd2dc6c8336ffea0656ff86c5fa9749f3757
Author: bobhan1 <[email protected]>
AuthorDate: Fri Aug 15 09:59:27 2025 +0800
branch-3.0: [Fix](case) Fix some cases (#54695) (#54756)
pick https://github.com/apache/doris/pull/54695
---
regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 1 -
.../partial_update/test_partial_update_2pc_schema_change.groovy | 4 +++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git
a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
index 3630f4e50d1..475daad620d 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -42,7 +42,6 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + //
keep this line as th
"test_spark_load," +
"test_index_lowercase_fault_injection," +
"test_index_compaction_failure_injection," +
- "test_partial_update_2pc_schema_change," + // mow 2pc
"test_query_sys_rowsets," + // rowsets sys table
"test_unique_table_debug_data," + // disable auto compaction
"test_insert," + // txn insert
diff --git
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_2pc_schema_change.groovy
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_2pc_schema_change.groovy
index d506d0ee766..58fe50c73c2 100644
---
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_2pc_schema_change.groovy
+++
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_2pc_schema_change.groovy
@@ -35,7 +35,9 @@ import org.apache.http.client.methods.CloseableHttpResponse
import org.apache.http.util.EntityUtils
suite("test_partial_update_2pc_schema_change", "p0") {
-
+ if (isCloudMode()) {
+ return
+ }
String db = context.config.getDbNameByFile(context.file)
sql "select 1;" // to create database
def user = context.config.jdbcUser
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]