DataWorkz-NL / KubeETL

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

Controller tests are failing in pipeline #37

Closed Blokje5 closed 3 years ago

Blokje5 commented 3 years ago

Due to the issues with running controller tests in Github Actions, we decided to not run the tests in the pipeline for now (see #36). We need to fix these tests so we can run them in the pipeline without them failing every other run.

ThijsKoot commented 3 years ago

I believe I may have solved this one. Running go test ./... always fails for me, but running ginkgo ./... works consistently. I missed some of the finer details of what was happening, but I think this might be it?

edit: nope