couchbase/service-broker

Acceptance Testing

Closed this issue · 1 comments

The basic unit testing we have is good enough for finding 90% of the bugs, however there are a few gaps. We need to test against a dynamically generated Kubernetes cluster (probably just for pushes to master) to ensure that API JSON handling works as expected, and also that CRD validation is working as intended.

Covered by commit 207a5b3 and edf3297