Skip to content

Commit

Permalink
roachtest: remove mixed version test for tenant span stats
Browse files Browse the repository at this point in the history
Now that we are on the 23.1 -> 23.2 path, we no longer need this mixed
version test case for 22.2 -> 23.1 on `master`.

Release note: None

https://cockroachlabs.atlassian.net/browse/DOC-1355 #Informs:
cockroachdb#33316 #Epic: CRDB-8035
  • Loading branch information
Thomas Hardy committed Jun 20, 2023
1 parent 9633594 commit 241b110
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 243 deletions.
1 change: 0 additions & 1 deletion pkg/cmd/roachtest/tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ go_library(
"mixed_version_job_compatibility_in_declarative_schema_changer.go",
"mixed_version_jobs.go",
"mixed_version_schemachange.go",
"mixed_version_tenant_span_stats.go",
"multitenant.go",
"multitenant_distsql.go",
"multitenant_shared_process.go",
Expand Down
241 changes: 0 additions & 241 deletions pkg/cmd/roachtest/tests/mixed_version_tenant_span_stats.go

This file was deleted.

1 change: 0 additions & 1 deletion pkg/cmd/roachtest/tests/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,4 @@ func RegisterTests(r registry.Registry) {
registerVersion(r)
registerYCSB(r)
registerDeclarativeSchemaChangerJobCompatibilityInMixedVersion(r)
registerTenantSpanStatsMixedVersion(r)
}

0 comments on commit 241b110

Please sign in to comment.