Merge pull request #13563 from timmyyuan/ting/fix-goroutine-leaks

Fix goroutine leaks in TestCommitPagination
This commit is contained in:
Piotr Tabor
2022-01-14 13:51:55 +01:00
committed by GitHub

View File

@@ -945,6 +945,7 @@ func TestCommitPagination(t *testing.T) {
}
s.Append(rd.Entries)
n.Advance()
n.Stop()
}
type ignoreSizeHintMemStorage struct {