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

Integration tests: Better Data Initialization and Cleanup #121

Open
lsulak opened this issue Mar 25, 2024 · 0 comments
Open

Integration tests: Better Data Initialization and Cleanup #121

lsulak opened this issue Mar 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lsulak
Copy link
Collaborator

lsulak commented Mar 25, 2024

Background

Currently the IT using Flyway and a real PG on localhost are not really isolated per each test, because they are dependant on Flyway migration scripts that inserts data there.

Expected Behavior

Data insertion should happen before each test and such data should be cleaned-up after each test. Maybe we can even use Balta for this.

https://github.com/AbsaOSS/balta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 To groom
Development

No branches or pull requests

1 participant