Skip to content

Commit

Permalink
roachtest: add acceptance/version-upgrade
Browse files Browse the repository at this point in the history
Move the version-upgrade acceptance test to a new
acceptance/version-upgrade roachtest.

See cockroachdb#29151

Release note: None
  • Loading branch information
petermattis committed Sep 1, 2018
1 parent f65fcf9 commit eb24905
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 333 deletions.
333 changes: 0 additions & 333 deletions pkg/acceptance/version_upgrade_test.go

This file was deleted.

1 change: 1 addition & 0 deletions pkg/cmd/roachtest/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func registerAcceptance(r *registry) {
{"gossip/restart-node-one", runGossipRestartNodeOne},
{"rapid-restart", runRapidRestart},
{"status-server", runStatusServer},
{"version-upgrade", runVersionUpgrade},
}
for _, tc := range testCases {
tc := tc
Expand Down
Loading

0 comments on commit eb24905

Please sign in to comment.