This is an automated email from the ASF dual-hosted git repository.
lijibing 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 0973f4f79d3 [regression-test](case) forbid one case which cause be
core (#39623)
0973f4f79d3 is described below
commit 0973f4f79d3fd168dc83ccaf52ce159f07572562
Author: shuke <[email protected]>
AuthorDate: Tue Aug 20 23:21:23 2024 +0800
[regression-test](case) forbid one case which cause be core (#39623)
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
---
regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy | 1 +
regression-test/pipeline/p0/conf/regression-conf.groovy | 1 +
2 files changed, 2 insertions(+)
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 cd2df5c9721..1bea5c40fca 100644
--- a/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p0/conf/regression-conf-custom.groovy
@@ -46,6 +46,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + //
keep this line as th
"test_unique_table_debug_data," + // disable auto compaction
"test_insert," + // txn insert
"test_delta_writer_v2_back_pressure_fault_injection," +
+ "test_full_compaction_run_status," +
"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
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 71d31162fc7..0659ab86cbb 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -72,6 +72,7 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + //
keep this line as th
"test_stream_stub_fault_injection," +
"test_index_compaction_failure_injection," +
"test_delta_writer_v2_back_pressure_fault_injection," +
+ "test_full_compaction_run_status," +
"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]