Skip to content

Commit 924bf19

Browse files
committed
workload: remove SCRUB test
The existing SCRUB test was considered for conversion to use INSPECT, but this test is outdated and lacks metric exports. Our goal is to build a roachtest that can measure throughput and the impact on foreground traffic. Both of which will be addressed in #154457. We also plan to add INSPECT coverage to multiple existing roachtests (#154049), rendering this standalone test unnecessary. Additionally, SCRUB itself is scheduled for removal (#148274), so maintaining or converting this test is not worthwhile. Release note: none Epic: CRDB-30356 Closes #149810
1 parent 1c18131 commit 924bf19

File tree

3 files changed

+0
-100
lines changed

3 files changed

+0
-100
lines changed

pkg/cmd/roachtest/tests/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ go_library(
181181
"s3_minio.go",
182182
"schemachange.go",
183183
"schemachange_random_load.go",
184-
"scrub.go",
185184
"secondary_indexes.go",
186185
"sequelize.go",
187186
"slow_drain.go",

pkg/cmd/roachtest/tests/registry.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ func RegisterTests(r registry.Registry) {
154154
registerSchemaChangeRandomLoad(r)
155155
registerLargeSchemaBackupRestores(r)
156156
registerLargeSchemaBenchmarks(r)
157-
registerScrubAllChecksTPCC(r)
158-
registerScrubIndexOnlyTPCC(r)
159157
registerSecondaryIndexesMultiVersionCluster(r)
160158
registerSequelize(r)
161159
registerSlowDrain(r)

pkg/cmd/roachtest/tests/scrub.go

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)