spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 98 forks source link

Make IT tests run on minikube #442

Closed jvalkeal closed 3 years ago

jvalkeal commented 3 years ago

Looks like some trouble:

2021-05-18T10:10:35.3284807Z [ERROR]   KubernetesAppDeployerIntegrationTests.testDeploymentWithGroupAndIndex:569->verifyAppEnv:493 cannot get service information for foo-app-4c36bf84-7614-474a
2021-05-18T10:10:35.3308428Z [ERROR]   KubernetesAppDeployerIntegrationTests.testDeploymentWithLoadBalancerHasUrlAndAnnotation:321 
2021-05-18T10:10:35.3320204Z Expected: map containing ["url"->ANYTHING], trying at most 300 times
2021-05-18T10:10:35.3320868Z      but: failed after 300*2000=600000ms:
jvalkeal commented 3 years ago

With #443 and spring-cloud/spring-cloud-deployer#346, we can now run it tests with minikube.