Skip to content

Commit

Permalink
Fix missing shutdown in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hashi-derek committed Jan 22, 2024
1 parent 0d44238 commit 10c1f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serf/serf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,7 @@ func TestSerf_reconnect(t *testing.T) {
if err != nil {
t.Fatalf("err: %v", err)
}
defer s2.Shutdown()

waitUntilNumNodes(t, 2, s1, s2)
// time.Sleep(s1Config.ReconnectInterval * 5)
Expand Down

0 comments on commit 10c1f86

Please sign in to comment.