diff --git a/raft/node_test.go b/raft/node_test.go index b3dc88bad..77895a0ee 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) {