Skip to content

tests: Reduce pool sizes #8381

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

Merged
merged 1 commit into from
Mar 29, 2024
Merged

tests: Reduce pool sizes #8381

merged 1 commit into from
Mar 29, 2024

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Mar 29, 2024

Without this the tests sometimes break because all available database connections are already taken. This is particularly relevant for the tests that use deadpool, since those connections are cleaned up asynchronously.

@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Mar 29, 2024
Without this the tests sometimes break because all available database connections are already taken.
@Turbo87 Turbo87 enabled auto-merge (squash) March 29, 2024 15:23
@Turbo87 Turbo87 merged commit 933576a into rust-lang:main Mar 29, 2024
@Turbo87 Turbo87 deleted the pool-sizes branch March 29, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant