This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 99b9430a781 branch-3.1: [Fix](case) Fix some cases #54695 (#54744)
99b9430a781 is described below
commit 99b9430a781902171d1397ebf0223e6c5344debf
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 15 17:40:18 2025 +0800
branch-3.1: [Fix](case) Fix some cases #54695 (#54744)
Cherry-picked from #54695
Co-authored-by: bobhan1 <[email protected]>
---
regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 1 -
.../flexible/publish/test_f_auto_inc_compaction.groovy | 1 +
.../partial_update/test_partial_update_2pc_schema_change.groovy | 4 +++-
.../partial_update/test_partial_update_seq_read_from_old.groovy | 1 +
4 files changed, 5 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 2ce6002462e..2b5b4007635 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -40,7 +40,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/flexible/publish/test_f_auto_inc_compaction.groovy
b/regression-test/suites/unique_with_mow_p0/flexible/publish/test_f_auto_inc_compaction.groovy
index 6079d40fa56..ffa5ccbf09a 100644
---
a/regression-test/suites/unique_with_mow_p0/flexible/publish/test_f_auto_inc_compaction.groovy
+++
b/regression-test/suites/unique_with_mow_p0/flexible/publish/test_f_auto_inc_compaction.groovy
@@ -40,6 +40,7 @@ suite("test_f_auto_inc_compaction") {
"light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"disable_auto_compaction" = "true",
+ "enable_mow_light_delete" = "false",
"store_row_column" = "false"); """
sql """insert into ${tableName}(k,v1,v2)
values(1,1,1),(2,2,2),(3,3,3),(4,4,4),(5,5,5),(6,6,6);"""
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
diff --git
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_seq_read_from_old.groovy
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_seq_read_from_old.groovy
index 05b241c5cec..643ded4ef09 100644
---
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_seq_read_from_old.groovy
+++
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_seq_read_from_old.groovy
@@ -44,6 +44,7 @@ suite('test_partial_update_seq_read_from_old') {
"light_schema_change" = "true",
"enable_unique_key_skip_bitmap_column" = "true",
"function_column.sequence_col" = "v1",
+ "enable_mow_light_delete" = "false",
"store_row_column" = "${use_row_store}"); """
sql "insert into ${tableName} values(1,1000,1,1,1,1);"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]