WrenSecurity/wrenidm

SQL integration tests

krystofNovotny opened this issue · 2 comments

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 and GenericTableHandler and make sure it passes for all supported databases

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.

Testcontainers integration testing is included in #169.