Bumping versions
This commit is contained in:
@@ -117,8 +117,8 @@ class KubernetesClientServiceInstanceMapperTests {
|
||||
V1Service service = createService("database", "default", annotations, labels, servicePorts);
|
||||
KubernetesServiceInstance serviceInstance = mapper.map(service);
|
||||
Assertions.assertThat(serviceInstance).isNull();
|
||||
Assertions.assertThat(output.getOut()).contains(
|
||||
"service : database does not have any ServicePort(s), will not consider it for load balancing");
|
||||
Assertions.assertThat(output.getOut())
|
||||
.contains("service : database does not have any ServicePort(s), will not consider it for load balancing");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -271,10 +271,10 @@ class KubernetesClientServicesListSupplierTests {
|
||||
services.add(serviceATestNamespace);
|
||||
|
||||
StepVerifier.create(instances).expectNext(services).verifyComplete();
|
||||
Assertions.assertThat(
|
||||
output.getOut()).contains("Error retrieving service with name service-a in namespace : no-service");
|
||||
Assertions.assertThat(
|
||||
output.getOut()).contains("discovering services in selective namespaces : [default, no-service, test]");
|
||||
Assertions.assertThat(output.getOut())
|
||||
.contains("Error retrieving service with name service-a in namespace : no-service");
|
||||
Assertions.assertThat(output.getOut())
|
||||
.contains("discovering services in selective namespaces : [default, no-service, test]");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user