mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #13562 from timmyyuan/main
Fix goroutine leaks in TestNodeProposeAddDuplicateNode
This commit is contained in:
commit
f2e49b5771
@ -860,6 +860,7 @@ func TestNodeProposeAddLearnerNode(t *testing.T) {
|
|||||||
<-applyConfChan
|
<-applyConfChan
|
||||||
close(stop)
|
close(stop)
|
||||||
<-done
|
<-done
|
||||||
|
n.Stop()
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestAppendPagination(t *testing.T) {
|
func TestAppendPagination(t *testing.T) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user