postgres-operator
postgres-operator copied to clipboard
integration test coverage
This issue is second part of #31. Since the core business logic of this operator lies in SQL queries and combination of them, unit tests are not enough to test it. This issue aims to rectify it. In order to run proper integration tests, a real postgresql database needs to be used. There are two parts for this issue:
- setup for integration tests to be run locally via docker-compose
- setup for integration tests to be run on Github Actions where postgres database could be provided as a service.