fn: agent shutdown improvements (#622)

This commit is contained in:
Tolga Ceylan
2017-12-22 12:52:31 -08:00
committed by GitHub
parent 197d437668
commit feeeca3321
3 changed files with 10 additions and 5 deletions

View File

@@ -255,6 +255,7 @@ func TestRouteRunnerTimeout(t *testing.T) {
fnl := logs.NewMock()
srv := testServer(ds, &mqs.Mock{}, fnl, rnr, ServerTypeFull)
defer srv.agent.Close()
for i, test := range []struct {
path string