You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running package tests locally occasionally fails with
--- FAIL: TestAllocations (0.00s)
~/go/src/github.com/libp2p/go-buffer-pool/pool_test.go:31: expected less than 100 frees after GC, got 527
FAIL
coverage: 96.4% of statements
FAIL github.com/libp2p/go-buffer-pool 0.323s
Error: Tests failed.
@Stebalien should I investigate the failure? I see most of the code was taken from Go source with small modifications. I wanted to add Travis build and coverage files to the repo and ran into this.
The text was updated successfully, but these errors were encountered:
Running package tests locally occasionally fails with
@Stebalien should I investigate the failure? I see most of the code was taken from Go source with small modifications. I wanted to add Travis build and coverage files to the repo and ran into this.
The text was updated successfully, but these errors were encountered: