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

Look into reusing Postgres database to speed up test suite #824

Open
thcrock opened this issue Jan 5, 2021 · 0 comments
Open

Look into reusing Postgres database to speed up test suite #824

thcrock opened this issue Jan 5, 2021 · 0 comments

Comments

@thcrock
Copy link
Contributor

thcrock commented Jan 5, 2021

For ease, Triage configures the testing module ( https://github.com/tk0miya/testing.postgresql ) using the easy method of re-instantiating the database each time. It advertises a way to cache it, potentially speeding up our builds by a lot. However, when I intially introduced the library, I tried that option and couldn't get it to work. I gave up on it pretty quickly, because our test suite was small then. Now, it takes 50 minutes to run and it's probably worth seeing if we can get that to work and see what the test speedup would be.

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

No branches or pull requests

1 participant