Skip to content

Commit

Permalink
roachtest: add acceptance/gossip/restart-node-one
Browse files Browse the repository at this point in the history
Move the gossip-restart-first-node-needs-incoming acceptance test to a
new acceptance/gossip/restart-node-one roachtest.

See cockroachdb#29151
Fixes cockroachdb#29115

Release note: None
  • Loading branch information
petermattis committed Sep 1, 2018
1 parent 5020730 commit a756ff5
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 396 deletions.
307 changes: 0 additions & 307 deletions pkg/acceptance/gossip_peerings_test.go

This file was deleted.

82 changes: 0 additions & 82 deletions pkg/acceptance/util_gossip.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/acceptance.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func registerAcceptance(r *registry) {
{"event-log", runEventLog},
{"gossip/peerings", runGossipPeerings},
{"gossip/restart", runGossipRestart},
{"gossip/restart-first-node-needs-incoming", runGossipRestartFirstNodeNeedsIncoming},
{"gossip/restart-node-one", runGossipRestartNodeOne},
{"rapid-restart", runRapidRestart},
{"status-server", runStatusServer},
}
Expand Down
Loading

0 comments on commit a756ff5

Please sign in to comment.