Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore](ci) add back rountine load cases #34724

Merged
merged 1 commit into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading