Skip to content

Commit

Permalink
roachtest: cleanup multitenant-fairness tests
Browse files Browse the repository at this point in the history
Also integrate prometheus, --skip-init.

Release note: None
  • Loading branch information
irfansharif committed Dec 5, 2022
1 parent f6dcbb0 commit af396e7
Show file tree
Hide file tree
Showing 10 changed files with 467 additions and 415 deletions.
3 changes: 1 addition & 2 deletions pkg/cmd/roachtest/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ go_library(
"admission_control_elastic_cdc.go",
"admission_control_index_overload.go",
"admission_control_multi_store_overload.go",
"admission_control_multitenant_fairness.go",
"admission_control_snapshot_overload.go",
"admission_control_tpcc_overload.go",
"allocator.go",
Expand Down Expand Up @@ -92,7 +93,6 @@ go_library(
"mixed_version_schemachange.go",
"multitenant.go",
"multitenant_distsql.go",
"multitenant_fairness.go",
"multitenant_tpch.go",
"multitenant_upgrade.go",
"multitenant_utils.go",
Expand Down Expand Up @@ -210,7 +210,6 @@ go_library(
"//pkg/ts/tspb",
"//pkg/util",
"//pkg/util/binfetcher",
"//pkg/util/buildutil",
"//pkg/util/cancelchecker",
"//pkg/util/contextutil",
"//pkg/util/ctxgroup",
Expand Down
5 changes: 1 addition & 4 deletions pkg/cmd/roachtest/tests/admission_control.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ func registerAdmission(r registry.Registry) {
registerElasticControlForBackups(r)
registerElasticControlForCDC(r)
registerMultiStoreOverload(r)
registerMultiTenantFairness(r)
registerSnapshotOverload(r)
registerTPCCOverload(r)
registerTPCCSevereOverload(r)
registerIndexOverload(r)

// TODO(irfansharif): Once registerMultiTenantFairness is unskipped and
// observed to be non-flaky for 3-ish months, transfer ownership to the AC
// group + re-home it here.
}
Loading

0 comments on commit af396e7

Please sign in to comment.