yugabyte / yugabyte-operator

Kubernetes Operator for YugabyteDB (legacy)
65 stars 29 forks source link

Add proper testing framework in place #2

Open ramkumarvs opened 5 years ago

ramkumarvs commented 5 years ago

Right now we have tests inside of controller, but we need to make it properly structured so that we can run the end to end tests as part of CI/CD.

samkulkarni20 commented 5 years ago

The tests inside the controller are unit tests & that's where they are supposed to be. Do you want me to add end to end tests a.k.a. integration tests?