Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync: TestPoolGC failing #7533

Closed
gpaul opened this issue Mar 13, 2014 · 3 comments
Closed

sync: TestPoolGC failing #7533

gpaul opened this issue Mar 13, 2014 · 3 comments

Comments

@gpaul
Copy link
Contributor

gpaul commented Mar 13, 2014

go version devel +d8c952ef0940 Thu Mar 13 18:26:01 2014 +1100 linux/amd64

What steps reproduce the problem?

for i in `seq 1 50`; do export GOMAXPROCS=$[ 1 + $[ RANDOM % 128 ] ]; echo
GOMAXPROCS=$GOMAXPROCS; go test -v -short -cpu 1,2,4,8,16,256 std; done 2>&| tee
run.log

What happened?
GOMAXPROCS=70
=== RUN TestPoolGC-16
--- FAIL: TestPoolGC-16 (1.06 seconds)
        pool_test.go:97: only 85 out of 100 resources are finalized
...

GOMAXPROCS=41
=== RUN TestPoolGC-8
--- FAIL: TestPoolGC-8 (1.06 seconds)
        pool_test.go:97: only 12 out of 100 resources are finalized

uname -a
Linux build 3.6.11-4.fc16.x86_64 #1 SMP Tue Jan 8 20:57:42 UTC 2013 x86_64 x86_64 x86_64
GNU/Linux
@mikioh
Copy link
Contributor

mikioh commented Mar 23, 2014

Comment 1:

Issue #7612 has been merged into this issue.

@dvyukov
Copy link
Member

dvyukov commented Mar 26, 2014

Comment 2:

This issue was updated by revision f8c3508.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/75960043

@dvyukov
Copy link
Member

dvyukov commented Mar 26, 2014

Comment 3:

This issue was closed by revision 7c75a86.

Status changed to Fixed.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants