kubernetes/minikube
Vedi su GitHubtest: Remove duplicate kubernetes versions in tests
Open
#21.483 aperta il 3 set 2025
good first issuehelp wanted
Metriche repository
- Star
- (31.799 star)
- Metriche merge PR
- (Merge medio 12g 19h) (43 PR mergiate in 30 g)
Descrizione
Some tests use multiple kubernetes versions:
versions := []string{
constants.OldestKubernetesVersion,
constants.DefaultKubernetesVersion,
constants.NewestKubernetesVersion,
}
Currently DefaultKubernetesVersion and constants.NewestKubernetesVersion are the same ("1.34.0") so we run the same test twice.
Fix:
- remove duplicate versions in the list