fix rebase issue

pull/5196/head
Ben Johnson 2016-02-08 11:45:35 -07:00
parent 32be4c250f
commit 08f823546d
2 changed files with 1 additions and 2 deletions

View File

@ -194,7 +194,7 @@ func TestParseCommand_Connect(t *testing.T) {
// assert connection is established
if err := c.ParseCommand(cmd); err != nil {
t.Fatalf("There was an error while connecting to %s: %s", u.Path, err)
t.Fatalf("There was an error while connecting to %v: %v", u.Path, err)
}
// assert server version is populated

View File

@ -432,7 +432,6 @@ func (s *Server) Open() error {
}
s.Subscriber.MetaClient = s.MetaClient
s.ShardMapper.MetaClient = s.MetaClient
s.QueryExecutor.MetaClient = s.MetaClient
s.ShardWriter.MetaClient = s.MetaClient
s.HintedHandoff.MetaClient = s.MetaClient