DataWorkz-NL / KubeETL

ETL controller for Kubernetes
Apache License 2.0
4 stars 0 forks source link

Fix/controller tests #41

Closed Blokje5 closed 3 years ago

Blokje5 commented 3 years ago

Fixes #37

The main culprit was found Eventually: there where some lacking assertions on Eventually calls meaning they where never properly asserted on. I am not sure how this worked locally before but this should fix the issue.

I also installed Kubebuilder manually in the pipeline as the URL is broken atm, see https://github.com/kubernetes-sigs/kubebuilder/issues/2311.

Signed-off-by: Lennard Eijsackers lennardeijsackers92@gmail.com