canonical / kafka-k8s-operator

Kafka K8s operator
Apache License 2.0
7 stars 11 forks source link

[DPE-4956] Stabilise integration tests #125

Closed Batalex closed 4 weeks ago

Batalex commented 1 month ago

Changes

The main focus of this PR was to enable the balancer tests and make them more reliable:

During this PR, I noticed and addressed some additional issues:

This comes from the bootstrap_server property on the balancer side accessing the nodeport too soon. I added a tiny retry, we'll see if it fixes for good the issue

Misc.