[go: nahoru, domu]

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

spanner: background goroutines are left running #10324

Open
egonelbre opened this issue Jun 5, 2024 · 0 comments · May be fixed by #10095
Open

spanner: background goroutines are left running #10324

egonelbre opened this issue Jun 5, 2024 · 0 comments · May be fixed by #10095
Assignees
Labels
api: spanner Issues related to the Spanner API.

Comments

@egonelbre
Copy link
Contributor
egonelbre commented Jun 5, 2024

Tracking issue for #10095

Currently the session client workers outlive the client, which may cause use of closed or released resources. This often can show up as flaky tests. Quite possibly something like #9758 (comment)

Similarly, the tests should wait for the server completely shutdown, otherwise there's a similar problem.

@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants