minikube icon indicating copy to clipboard operation
minikube copied to clipboard

Frequent test failures of `TestNetworkPlugins/group/calico/Start`

Open minikube-bot opened this issue 3 years ago • 3 comments

This test has high flake rates for the following environments:

Environment Flake Rate (%)
QEMU_macOS 100.00
Docker_Windows 50.00

minikube-bot avatar Aug 10 '21 18:08 minikube-bot

it seems like this test started to fail after Dec 31, 2021

https://storage.googleapis.com/minikube-flake-rate/flake_chart.html?env=Docker_Linux&test=TestNetworkPlugins/group/calico/Start

the first failure is https://storage.googleapis.com/minikube-builds/logs/master/22370/Docker_Linux.html#fail_TestNetworkPlugins/group/calico/Start

and last failure is https://storage.googleapis.com/minikube-builds/logs/master/26689/Docker_Linux.html#fail_TestNetworkPlugins/group/calico/Start

This is one of only two tests that fails on Docker Linux if we fix this, we can have a full green test soon

one thing worth trying is updating the Calico version to see if it fixes the issue

medyagh avatar Nov 23 '22 18:11 medyagh

/assign

ckannon avatar Nov 23 '22 18:11 ckannon

@ckannon here is the file that has Calico templates https://github.com/medyagh/minikube/blob/f922ae914efdf35b68ecc2da4772f7c93220972c/pkg/minikube/cni/calico.yaml#L2

we generally copy that from upstream project and then templatize it (for alternative image repositories) ( hopefully one day we can have an automation that whenver upstream calico changes we auto-update it) similar to https://github.com/kubernetes/minikube/pull/15395

medyagh avatar Nov 23 '22 18:11 medyagh