Skip to content

Commit

Permalink
[chore](ci) add back rountine load cases (apache#34724)
Browse files Browse the repository at this point in the history
Co-authored-by: stephen <hello-stephen@qq.com>
  • Loading branch information
2 people authored and M1saka2003 committed May 24, 2024
1 parent 57f9596 commit 68794c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ testGroups = "p0"
// * sort lines in vim: select lines and then type :sort
// * sort lines in vscode: https://ulfschneider.io/2023-09-01-sort-in-vscode/
excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line
"test_routine_load," + // depends on kafka docker which has gone away, fixing
"test_routine_load_error," + // depends on kafka docker which has gone away, fixing
"test_routine_load_condition," + // depends on kafka docker which has gone away, fixing
"set_replica_status," + // not a case for cloud mode, no need to run
"test_be_inject_publish_txn_fail," + // not a case for cloud mode, no need to run
"test_bitmap_filter," +
Expand Down
3 changes: 0 additions & 3 deletions regression-test/pipeline/p0/conf/regression-conf.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ excludeGroups = ""

excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line
"test_bitmap_filter," +
//"test_routine_load," + // depends on kafka docker which has gone away, fixing
//"test_routine_load_error," + // depends on kafka docker which has gone away, fixing
//"test_routine_load_condition," + // depends on kafka docker which has gone away, fixing
"test_dump_image," +
"test_index_failure_injection," +
"test_profile," +
Expand Down

0 comments on commit 68794c6

Please sign in to comment.