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

Parallelize database integration tests #120

Open
invertedEcho opened this issue Oct 27, 2024 · 0 comments
Open

Parallelize database integration tests #120

invertedEcho opened this issue Oct 27, 2024 · 0 comments
Labels
lowprio stuff that is not really relevant but would be good to fix

Comments

@invertedEcho
Copy link
Owner

invertedEcho commented Oct 27, 2024

for this to work:

either we spawn a database in-memory for each test (feels bad)
or
we make the tests not depend on any insert statements and insert data at very beginning which can be used in all tests.
e.g. our tests can only use select statements, no inserts.

@invertedEcho invertedEcho added the lowprio stuff that is not really relevant but would be good to fix label Oct 27, 2024
@invertedEcho invertedEcho changed the title Investigate paralellizing database tests Parallelize database integration tests Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lowprio stuff that is not really relevant but would be good to fix
Projects
None yet
Development

No branches or pull requests

1 participant