fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
Add integration tests for fdbclient
What would you like to be added/changed?
Currently a lot of the code in fdbclient is only tested implicitly in our e2e tests. We should create some integration tests that spin up a local FDB cluster and run tests against this cluster. We should also explore how we can better test the logic by abstracting some features and use the according mocks.