From f4cfa6b53d2584056f85c3b303d7d9df49760437 Mon Sep 17 00:00:00 2001 From: stephen Date: Thu, 26 Oct 2023 14:48:08 +0800 Subject: [PATCH 1/2] [fix](pipeline) exclude some cases which will be include again in the case fix pr --- regression-test/pipeline/p0/conf/regression-conf.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index c97216d2c8eeb9..51b973457c79f0 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -54,7 +54,7 @@ testDirectories = "" // this groups will not be executed excludeGroups = "" // this suites will not be executed -excludeSuites = "test_pk_uk_index_change,test_pk_uk_case,window_function,test_profile,test_broker_load_p2,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog" +excludeSuites = "test_nestedtypes_json_insert_into_with_s3,test_nestedtypes_csv_insert_into_with_s3,test_with_and_two_phase_agg,explode,test_cast_function,test_struct_functions,test_pk_uk_index_change,test_pk_uk_case,window_function,test_profile,test_broker_load_p2,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog" // this directories will not be executed excludeDirectories = "nereids_tpcds_shape_sf100_p0,nereids_tpch_shape_sf1000_p0,nereids_tpch_shape_sf500_p0,workload_manager_p1" From 36b7adaaa050ad619dfcb900eaf6fc029df32a80 Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Thu, 26 Oct 2023 15:17:25 +0800 Subject: [PATCH 2/2] Update regression-conf.groovy --- regression-test/pipeline/p0/conf/regression-conf.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index 51b973457c79f0..91c06d0434091d 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -54,7 +54,7 @@ testDirectories = "" // this groups will not be executed excludeGroups = "" // this suites will not be executed -excludeSuites = "test_nestedtypes_json_insert_into_with_s3,test_nestedtypes_csv_insert_into_with_s3,test_with_and_two_phase_agg,explode,test_cast_function,test_struct_functions,test_pk_uk_index_change,test_pk_uk_case,window_function,test_profile,test_broker_load_p2,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog" +excludeSuites = "test_with_and_two_phase_agg,explode,test_cast_function,test_pk_uk_index_change,test_pk_uk_case,window_function,test_profile,test_broker_load_p2,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter,test_export_parquet,test_doris_jdbc_catalog" // this directories will not be executed excludeDirectories = "nereids_tpcds_shape_sf100_p0,nereids_tpch_shape_sf1000_p0,nereids_tpch_shape_sf500_p0,workload_manager_p1"