Skip to content

Commit

Permalink
[regression-test](case) forbid one case which cause be core (#39623)
Browse files Browse the repository at this point in the history
## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->
  • Loading branch information
shuke987 authored Aug 20, 2024
1 parent 5280c18 commit 0973f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0973f4f

Please sign in to comment.