This is an automated email from the ASF dual-hosted git repository.

dataroaring 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 7c6ece0fd1d [fix](case) exclude some case when 
`random_add_cluster_keys_for_mow` is enabled (#44775)
7c6ece0fd1d is described below

commit 7c6ece0fd1d47f56f31e4bf82ac86d527fa3f1af
Author: bobhan1 <bao...@selectdb.com>
AuthorDate: Fri Nov 29 21:30:36 2024 +0800

    [fix](case) exclude some case when `random_add_cluster_keys_for_mow` is 
enabled (#44775)
---
 .../src/main/groovy/org/apache/doris/regression/Config.groovy         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/Config.groovy
 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/Config.groovy
index 5aa6d7ce7e7..379d177fbc2 100644
--- 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/Config.groovy
+++ 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/Config.groovy
@@ -1025,8 +1025,10 @@ class Config {
         if (isCKEnabled) {
             excludeDirectorySet.add("unique_with_mow_p0/partial_update")
             excludeDirectorySet.add("unique_with_mow_p0/flexible")
+            excludeDirectorySet.add("fault_injection_p0/partial_update")
+            excludeDirectorySet.add("fault_injection_p0/flexible")
             excludeDirectorySet.add("doc")
-            List<String> excludeCases = ["test_table_properties", 
"test_default_hll", "test_default_pi", "test_full_compaction", 
"test_full_compaction_by_table_id", "test_create_table", "txn_insert", 
"test_update_mow", "test_new_update", "test_update_unique", 
"test_partial_update_generated_column", 
"nereids_partial_update_native_insert_stmt", "partial_update", 
"nereids_update_on_current_timestamp", "update_on_current_timestamp", 
"test_default_bitmap_empty", "nereids_delete_mow_partial_up [...]
+            List<String> excludeCases = ["test_table_properties", 
"test_default_hll", "test_default_pi", "test_full_compaction", 
"test_full_compaction_by_table_id", "test_create_table", "txn_insert", 
"test_update_mow", "test_new_update", "test_update_unique", 
"test_partial_update_generated_column", 
"nereids_partial_update_native_insert_stmt", "partial_update", 
"nereids_update_on_current_timestamp", "update_on_current_timestamp", 
"test_default_bitmap_empty", "nereids_delete_mow_partial_up [...]
             for (def excludeCase in excludeCases) {
                 excludeSuiteWildcard.add(excludeCase)
             }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to