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

Drop DB connections between integration tests #101

Merged
merged 1 commit into from
Jan 2, 2024
Merged

Conversation

benlangfeld
Copy link
Member

Some tests set up state which is used to initialize connections. If that initialization happens when the pool is populated, the pool will be poisoned with misconfigured connections, and the tests will fail.

Fixes #84.

Some tests set up state which is used to initialize connections. If that initialization happens when the pool is populated, the pool will be poisoned with misconfigured connections, and the tests will fail.

Fixes #84.
@benlangfeld benlangfeld added this to the 6.6.0 milestone Jan 2, 2024
@benlangfeld benlangfeld requested a review from xjunior January 2, 2024 20:23
@benlangfeld benlangfeld merged commit fd8f13a into master Jan 2, 2024
49 checks passed
@benlangfeld benlangfeld deleted the 20240102-fix-84 branch January 2, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logging specs fails on specific seeds
1 participant