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

Introduce Flyway for integration tests #196

Open
kylie-m opened this issue Mar 28, 2024 · 1 comment
Open

Introduce Flyway for integration tests #196

kylie-m opened this issue Mar 28, 2024 · 1 comment
Milestone

Comments

@kylie-m
Copy link

kylie-m commented Mar 28, 2024

Flyway is a database migration tool

@kylie-m kylie-m added this to the 3.0.0 milestone Mar 28, 2024
@yasima-csiro
Copy link
Contributor

Flyway is a database migration tool and it allows you to version control your database schema and apply changes in a structured manner. You can include migration scripts with your application and have them executed automatically during integration tests.

sbearcsiro added a commit that referenced this issue Apr 18, 2024
Release 3.0.0:
 - Grails 5 Upgrade (#177)
 - Grails 6 Upgrade (#193)
 - Update to support JUnit 5 with embedded postgres (#198)
 - Update ALA security libraries to latest version (#194)
 - Integration of Micronaut HTTP client for tests (#195)
 - Introduce Flyway for integration tests (#196)
 - Various test and configuration fixes and optimisations (#197)
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

2 participants