mbalassi commented on PR #362:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/362#issuecomment-1237961907
Thanks @SteNicholas, it seems that bumping the fabric8 client has further
implications - please double check the test failures:
```
[INFO] Running
org.apache.flink.kubernetes.operator.kubeclient.factory.StandaloneKubernetesJobManagerFactoryTest
Error: Tests run: 7, Failures: 0, Errors: 7, Skipped: 0, Time elapsed:
0.182 s <<< FAILURE! - in
org.apache.flink.kubernetes.operator.kubeclient.factory.StandaloneKubernetesJobManagerFactoryTest
Error:
org.apache.flink.kubernetes.operator.kubeclient.factory.StandaloneKubernetesJobManagerFactoryTest.testDeploymentMetadata
Time elapsed: 0.101 s <<< ERROR!
java.lang.NoSuchMethodError:
'io.fabric8.kubernetes.api.model.ServicePortFluent
io.fabric8.kubernetes.api.model.ServiceSpecFluent$PortsNested.withNewTargetPort(java.lang.Integer)'
at
org.apache.flink.kubernetes.operator.kubeclient.factory.StandaloneKubernetesJobManagerFactoryTest.setup(StandaloneKubernetesJobManagerFactoryTest.java:75)
Error:
org.apache.flink.kubernetes.operator.kubeclient.factory.StandaloneKubernetesJobManagerFactoryTest.testTemplateMetadata
Time elapsed: 0.015 s <<< ERROR!
java.lang.NoSuchMethodError:
'io.fabric8.kubernetes.api.model.ServicePortFluent
io.fabric8.kubernetes.api.model.ServiceSpecFluent$PortsNested.withNewTargetPort(java.lang.Integer)'
at
org.apache.flink.kubernetes.operator.kubeclient.factory.StandaloneKubernetesJobManagerFactoryTest.setup(StandaloneKubernetesJobManagerFactoryTest.java:75)
Error:
org.apache.flink.kubernetes.operator.kubeclient.factory.StandaloneKubernetesJobManagerFactoryTest.testFlinkConfConfigMap
Time elapsed: 0.003 s <<< ERROR!
java.lang.NoSuchMethodError:
'io.fabric8.kubernetes.api.model.ServicePortFluent
io.fabric8.kubernetes.api.model.ServiceSpecFluent$PortsNested.withNewTargetPort(java.lang.Integer)'
at
org.apache.flink.kubernetes.operator.kubeclient.factory.StandaloneKubernetesJobManagerFactoryTest.setup(StandaloneKubernetesJobManagerFactoryTest.java:75)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]