Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(500)

Unified Diff: worker/peergrouper/initiate_test.go

Issue 88790043: HA: upgrade upstart and initiate replset
Patch Set: HA: upgrade upstart and initiate replset Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « worker/peergrouper/initiate.go ('k') | worker/peergrouper/suite_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/peergrouper/initiate_test.go
=== modified file 'worker/peergrouper/initiate_test.go'
--- worker/peergrouper/initiate_test.go 2014-04-14 19:23:22 +0000
+++ worker/peergrouper/initiate_test.go 2014-04-17 01:06:41 +0000
@@ -25,6 +25,7 @@
inst := &coretesting.MgoInstance{Params: []string{"--replSet", "juju"}}
err = inst.Start(true)
c.Assert(err, gc.IsNil)
+ defer inst.Destroy()
info := inst.DialInfo()
args := peergrouper.InitiateMongoParams{
« no previous file with comments | « worker/peergrouper/initiate.go ('k') | worker/peergrouper/suite_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b