SQL integration tests
krystofNovotny opened this issue · 2 comments
krystofNovotny commented
Currently, there are no integration tests for tableHandlers making it harder to change or add new queries.
Solution for this issue is to:
- introduce testcontainers as
test
dependency - write integration test for
MappedTableHandler
andGenericTableHandler
and make sure it passes for all supported databases
pavelhoral commented
I am in the middle of refactoring openidm-jdbc-repo module and I am playing with testcontainers right now. I guess once I have PR ready this feature request will be solved by it as well.
pavelhoral commented
Testcontainers integration testing is included in #169.