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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new c2ae4ab1f9a branch-3.1: [fix](ci) exclude case with known issue of 
memory leak #52784 (#52804)
c2ae4ab1f9a is described below

commit c2ae4ab1f9a6bf634a6784b6048e9b06fe861662
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 7 14:48:40 2025 +0800

    branch-3.1: [fix](ci) exclude case with known issue of memory leak #52784 
(#52804)
    
    Cherry-picked from #52784
    
    Co-authored-by: Dongyang Li <[email protected]>
---
 regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy 
b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
index c1c1ad91865..954beab5fa3 100644
--- a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
+++ b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
@@ -64,6 +64,7 @@ excludeGroups = "p1,p2"
 // this suites will not be executed
 excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as 
the first line
     "test_write_inverted_index_exception_fault_injection," + // cause core dump
+    "test_index_compaction_exception_fault_injection," + // cause memory leak
     "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