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

Finalize integration of Testcontainers in all modules #27

Closed
bobeal opened this issue May 15, 2020 · 0 comments · Fixed by #44
Closed

Finalize integration of Testcontainers in all modules #27

bobeal opened this issue May 15, 2020 · 0 comments · Fixed by #44
Assignees
Labels
common Relates to common behaviors refactoring Code refactoring

Comments

@bobeal
Copy link
Member

bobeal commented May 15, 2020

Spring provides some test support with embedded DBs (e.g. for neo4j) or with some mockked abstractions (e.g. for Kafka), but they are not so easy to integrate and prone to break.

As it is now validated, use the docker-compose integration provided by Testcontainers, that allows us to reuse our existing configs without duplication effort.

Finally, make sure the integration is consistent between all the modules (this could even be - at least partially - in the shared lib).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Relates to common behaviors refactoring Code refactoring
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants