booster icon indicating copy to clipboard operation
booster copied to clipboard

Kubernetes integration tests are failing

Open juanjoman opened this issue 4 years ago • 0 comments

These started to fail recently and after taking a look, it doesn't seem to have a clear solution. They're passing on local but not on GitHub actions so we still should check this on local when adding new Kubernetes-provider features.

Anyways, for future k8s-provider releases, we should fix this.

More info in this PR, where we tried to isolate these tests and log them to see what was happening: https://github.com/boostercloud/booster/pull/883/checks

  1. Redis always stays on Pending status, even if we return to previous versions where it worked.
  2. Also Dapr pods crash when it wasn't happening before. We tried returning to previous versions when it worked but it's not working either.

juanjoman avatar Jul 01 '21 07:07 juanjoman