Sometimes(Especially when running as part of Release to Edge workflow), the functional tests fail. The mysql application gets stuck on blocked with status Cluster is inaccessible from this instance. This looks like a race condition since it doesn't occur everytime.
We need to fix this and make the tests more predictable.
Sometimes(Especially when running as part of Release to Edge workflow), the functional tests fail. The
mysql
application gets stuck onblocked
with statusCluster is inaccessible from this instance
. This looks like a race condition since it doesn't occur everytime. We need to fix this and make the tests more predictable.