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

Increase maximum number of postgres connections used in tests #4649

Open
wants to merge 2 commits into from

Conversation

SirTyson
Copy link
Contributor

@SirTyson SirTyson commented Feb 18, 2025

Description

When running tests with lots of parallel partitions, tests would spin up too many connections to the temporary Postgres server we spin up for tests. This increases the maximum number of allowed connections to the temporary test server.

Also updates actions/cache to v4 since Github is deprecating it soon.

Checklist

  • Reviewed the contributing document
  • Rebased on top of master (no merge commits)
  • Ran clang-format v8.0.0 (via make format or the Visual Studio extension)
  • Compiles
  • Ran all tests
  • If change impacts performance, include supporting evidence per the performance document

@SirTyson SirTyson requested a review from graydon February 18, 2025 19:23
graydon
graydon previously approved these changes Feb 18, 2025
@SirTyson SirTyson added this pull request to the merge queue Feb 18, 2025
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.

2 participants