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

dataroaring pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new eef8c87fb5e [chore](test) disable fault injection to make pipeline 
task check happy (#38665) (#38821)
eef8c87fb5e is described below

commit eef8c87fb5e9b08a74cae62ff864c9fa588029b5
Author: hui lai <[email protected]>
AuthorDate: Sun Aug 4 11:18:56 2024 +0800

    [chore](test) disable fault injection to make pipeline task check happy 
(#38665) (#38821)
    
    pick (#38665)
    
    test_delta_writer_v2_back_pressure_fault_injection would make pipeline
    task can not finish, disable it temporarily to make pipeline task check
    happy.
---
 regression-test/pipeline/p0/conf/regression-conf.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 741cec08ce5..0412cfa7487 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -70,6 +70,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // 
keep this line as th
     "test_spark_load," +
     "test_broker_load_func," +
     "test_stream_stub_fault_injection," +
+    "test_delta_writer_v2_back_pressure_fault_injection," +
     "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
 
 // this directories will not be executed


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to