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

plat1ko 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 031a4c039a6 [enhance](cloud_p0) morecases for cloud_p0 (#32652)
031a4c039a6 is described below

commit 031a4c039a6d7ca10fa4f8b393d6dc95a908f09a
Author: Yongqiang YANG <98214048+dataroar...@users.noreply.github.com>
AuthorDate: Thu Apr 4 00:52:47 2024 +0800

    [enhance](cloud_p0) morecases for cloud_p0 (#32652)
---
 .../pipeline/cloud_p0/conf/regression-conf-custom.groovy          | 8 +-------
 1 file changed, 1 insertion(+), 7 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 501d5c74e9b..ec3c2fd8719 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -16,23 +16,20 @@
 // under the License.
 
 testGroups = "p0"
+
 // exclude groups and exclude suites is more prior than include groups and 
include suites.
 // keep them in lexico order(add/remove cases between the sentinals and sort):
 // * sort lines in vim: select lines and then type :sort
 // * sort lines in vscode: https://ulfschneider.io/2023-09-01-sort-in-vscode/
 excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as 
the first line
-    "set_and_unset_variable," +
     "set_replica_status," + // not a case for cloud mode, no need to run
     "test_be_inject_publish_txn_fail," + // not a case for cloud mode, no need 
to run
     "test_bitmap_filter," +
     "test_compaction_uniq_cluster_keys_with_delete," +
     "test_compaction_uniq_keys_cluster_key," +
-    "test_disable_move_memtable," +
     "test_dump_image," +
     "test_index_failure_injection," +
     "test_information_schema_external," +
-    "test_insert_move_memtable," +
-    "test_materialized_view_move_memtable," +
     "test_pk_uk_case_cluster," +
     "test_point_query_cluster_key," +
     "test_profile," +
@@ -42,14 +39,11 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // 
keep this line as th
     "test_set_partition_version," +
     "test_show_transaction," + // not supported yet
     "test_spark_load," +
-    "test_stream_load_move_memtable," +
-    "test_stream_load_new_move_memtable," +
     "test_array_index1," +
     "test_array_index2," +
     "test_index_lowercase_fault_injection," +
     "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
 
-
 excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this 
line as the first line
     "cloud/multi_cluster," + // run in specific regression pipeline
     "workload_manager_p1," +


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

Reply via email to