-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing unit test KubernetesNamespaceFactoryTest when building Che server #19641
Comments
It also blocks PR merging since PR checks are failing like here #19606 |
The source of the problem is TLS1.0 that was used in fabric8io/kubernetes-client#3038 and removed in java 11.0.11 https://bugs.openjdk.java.net/browse/JDK-8202343 Since we used |
Followup #19743 |
Describe the bug
Nightly build, as well as several other PR build checks are now failing on the same unit test in kubernetes/infrastructure module.
https://github.com/eclipse/che/runs/2395903653?check_suite_focus=true
Che version
Steps to reproduce
Build the project with
mvn clean install -Pintegration
.The module infrastructure-kubernetes will fail
Expected behavior
All projects should be built successfully
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
chectl version
commandEnvironment
Eclipse Che Logs
Additional context
The text was updated successfully, but these errors were encountered: