Skip to content

Commit

Permalink
roachtest: remove election-after-restart
Browse files Browse the repository at this point in the history
This test is superseded by kvserver.TestElectionAfterRestart.

Closes #54246.

Release note: None
  • Loading branch information
tbg committed May 26, 2021
1 parent a46b7e1 commit 5197551
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 109 deletions.
1 change: 0 additions & 1 deletion pkg/cmd/roachtest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ go_library(
"django.go",
"django_blocklist.go",
"drop.go",
"election.go",
"encryption.go",
"engine_switch.go",
"event_log.go",
Expand Down
107 changes: 0 additions & 107 deletions pkg/cmd/roachtest/election.go

This file was deleted.

1 change: 0 additions & 1 deletion pkg/cmd/roachtest/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func registerTests(r *testRegistry) {
registerDiskStalledDetection(r)
registerDjango(r)
registerDrop(r)
registerElectionAfterRestart(r)
registerEncryption(r)
registerEngineSwitch(r)
registerFlowable(r)
Expand Down

0 comments on commit 5197551

Please sign in to comment.