-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fix errors in integration tests on shutdown of client #47
Comments
@dsyer Can I take this one? |
Sure. I don’t really know how to start. As far as I know we already shut the clients down. It might just be a test that needs fixing? |
dsyer
changed the title
Graceful shutdown of client
Fix errors in integration tests on shutdown of client
Nov 10, 2024
Example:
Another (possibly), this time not an integration test:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see some stack traces in tests sometimes because a context is closed before the client is shutdown. Not sure why, and it's mostly harmless, but it would be good to not see it.
The text was updated successfully, but these errors were encountered: