diff --git a/raft/node_test.go b/raft/node_test.go index e44d073e2..e56a1cabe 100644 --- a/raft/node_test.go +++ b/raft/node_test.go @@ -860,6 +860,7 @@ func TestNodeProposeAddLearnerNode(t *testing.T) { <-applyConfChan close(stop) <-done + n.Stop() } func TestAppendPagination(t *testing.T) {