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

[Tech debt] Speed up windows integration tests #10696

Open
MichelleArk opened this issue Sep 11, 2024 · 0 comments
Open

[Tech debt] Speed up windows integration tests #10696

MichelleArk opened this issue Sep 11, 2024 · 0 comments
Labels
tech_debt Behind-the-scenes changes, with little direct impact on end-user functionality

Comments

@MichelleArk
Copy link
Contributor

In order to install postgres 16 as part of #10687, we started installing postgres from scratch on every windows CI run. Some ideas to speed things up:

  1. create a separate image for windows that pre-installs postgres16, so we have that prebuilt and ready to go.
  2. uninstall existing postgres package, use choco install (which appears to be faster), and then figure out how to start postgres as a (or start postgres up on on our own)

Originally posted by @MichelleArk in #10687 (comment)

@MichelleArk MichelleArk added the tech_debt Behind-the-scenes changes, with little direct impact on end-user functionality label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech_debt Behind-the-scenes changes, with little direct impact on end-user functionality
Projects
None yet
Development

No branches or pull requests

1 participant