We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using Flyway, R2DBC, and JDBC there should be one postgres container started that is migrated. This appears to be similar to #65
Multiple postgres containers are started. The application and tests still run but there should only be one container.
Utilizing the following configuration with BOM 4.3.2 on a Gradle + Kotlin project.
4.3.2
test-resources: containers: postgres: image-name: postgres:15-alpine flyway: datasources: default: dialect: postgres enabled: true datasources: default: dialect: postgres r2dbc: datasources: default: dialect: postgres
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
When using Flyway, R2DBC, and JDBC there should be one postgres container started that is migrated. This appears to be similar to #65
Actual Behaviour
Multiple postgres containers are started. The application and tests still run but there should only be one container.
Steps To Reproduce
Utilizing the following configuration with BOM
4.3.2
on a Gradle + Kotlin project.Environment Information
Example Application
No response
Version
4.3.2
The text was updated successfully, but these errors were encountered: