You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Service Binding Create Integration Tests (openshift#1580)
* Add integration test coverage for instances.
* Send an empty object for Parameters when deleting all parameters of a ServiceInstance
* Clear out current operation when starting reconciliation of a delete
* Do not send Parameters field when there are no parameters from sourced secret
* Updating etcd.
* Adding deps for etcd.
* Revert delete of comments.
* Fix paste,
* Move etcd port for current integration tests.
* Move etcd port for current integration tests.
* Use embed ectd for intergration tests.
* Always use a open port for integration ectd service.
* Remove the test that starts ectd with MainTest also starting etcd.
* Now time to panic.
* Starting to add Binding Integration Tests.
* Adding parameter tests and binding create tests.
* Unstage pkg/controller/controller_instance.go.
* Unstage pkg/controller/controller_instance_test.go.
* Unstage test/integration/controller_instance_test.go.
* Use strPtr.
* Bring along the prependGetSecretReaction func.
* Return a 500 level error to get the instance stuck in not ready state.
* Comment out flaky test for now.
* Break apart the integration tests for bindings.
* Rework integration tests a bit more.
* Revert makefile.
* Cleanup imports.
* Add missing logic.
* Adding back in the TestCreateServiceBindingInstanceNotReady test.
* Minor cleanup.
0 commit comments