Skip to content

Commit

Permalink
roachtest: delete version/mixed tests
Browse files Browse the repository at this point in the history
This commit deletes the version/mixed roachtests. These tests
do very little, only testing that upgrades finish. This
is tested by other mixed-version tests, rendering these tests
redundant.

Note that these tests did test upgrades for clusters of size 5,
something we don't do elsewhere. However it isn't worth it to
have a seperate test for this.

Release note: None

Epic: CRDB-19321
Fixes: #110538
Informs: #110528
  • Loading branch information
DarrylWong committed Oct 30, 2023
1 parent c504178 commit c2f84b8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 238 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 @@ -178,7 +178,6 @@ go_library(
"util_if_local.go",
"util_load_group.go",
"validate_system_schema_after_version_upgrade.go",
"version.go",
"versionupgrade.go",
"ycsb.go",
],
Expand Down
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,7 +148,6 @@ func RegisterTests(r registry.Registry) {
registerTypeORM(r)
registerUnoptimizedQueryOracle(r)
registerValidateSystemSchemaAfterVersionUpgrade(r)
registerVersion(r)
registerYCSB(r)
registerDeclarativeSchemaChangerJobCompatibilityInMixedVersion(r)
}
236 changes: 0 additions & 236 deletions pkg/cmd/roachtest/tests/version.go

This file was deleted.

0 comments on commit c2f84b8

Please sign in to comment.