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
commit f72688e248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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