Merge pull request #13562 from timmyyuan/main

Fix goroutine leaks in TestNodeProposeAddDuplicateNode
This commit is contained in:
Piotr Tabor 2022-01-14 13:52:18 +01:00 committed by GitHub
commit f2e49b5771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -860,6 +860,7 @@ func TestNodeProposeAddLearnerNode(t *testing.T) {
<-applyConfChan
close(stop)
<-done
n.Stop()
}
func TestAppendPagination(t *testing.T) {