This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 89995402dd0d290538fbb0fa42536131b7ce4f15 Author: Kaijie Chen <c...@apache.org> AuthorDate: Thu Jan 11 20:30:01 2024 +0800 [regression](conf) enable load_stream_fault_injection (#29829) Co-authored-by: Yongqiang YANG <98214048+dataroar...@users.noreply.github.com> --- regression-test/pipeline/p0/conf/regression-conf.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index 20834f51925..be70ab0f730 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -55,7 +55,8 @@ testDirectories = "" excludeGroups = "" // this suites will not be executed // load_stream_fault_injection may cause bad disk -excludeSuites = "test_index_failure_injection,test_dump_image,load_stream_fault_injection,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external" + +excludeSuites = "test_index_failure_injection,test_dump_image,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external" // this directories will not be executed excludeDirectories = "workload_manager_p1,nereids_rules_p0/subquery" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org