Skip to content

sync:cpu10: TestPoolGC failures #73642

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

Open
gopherbot opened this issue May 9, 2025 · 3 comments
Open

sync:cpu10: TestPoolGC failures #73642

gopherbot opened this issue May 9, 2025 · 3 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "sync:cpu10" && test == "TestPoolGC"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestPoolGC
    pool_test.go:131: only 60 out of 100 resources are cleaned up on try 0
--- FAIL: TestPoolGC (1.08s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "sync:cpu10" && test == "TestPoolGC"
2025-05-09 00:40 gotip-linux-amd64-newinliner go@0c8615be sync:cpu10.TestPoolGC (log)
=== RUN   TestPoolGC
    pool_test.go:131: only 60 out of 100 resources are cleaned up on try 0
--- FAIL: TestPoolGC (1.08s)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels May 9, 2025
@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/671675 mentions this issue: sync: use blockUntilCleanupQueueEmpty instead of busy-looping in tests

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/671676 mentions this issue: runtime: prevent cleanup goroutines from missing work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant