Skip to content
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

Closed
3 of 23 tasks
mkuznyetsov opened this issue Apr 21, 2021 · 3 comments
Closed
3 of 23 tasks
Labels
area/che-server kind/bug Outline of a bug - must adhere to the bug report template.

Comments

@mkuznyetsov
Copy link
Contributor

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

  • latest
  • nightly
  • other: please specify

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

  • kubernetes (include output of kubectl version)
  • Openshift (include output of oc version)
  • minikube (include output of minikube version and kubectl version)
  • minishift (include output of minishift version and oc version)
  • docker-desktop + K8S (include output of docker version and kubectl version)
  • other: (please specify)

Screenshots

Installation method

  • chectl
    • provide a full command that was used to deploy Eclipse Che (including the output)
    • provide an output of chectl version command
  • OperatorHub
  • I don't know

Environment

  • my computer
    • Windows
    • Linux
    • macOS
  • Cloud
    • Amazon
    • Azure
    • GCE
    • other (GitHub Actions
  • Dev Sandbox (workspaces.openshift.com)
  • other: please specify

Eclipse Che Logs

Additional context

@mkuznyetsov mkuznyetsov added the kind/bug Outline of a bug - must adhere to the bug report template. label Apr 21, 2021
@mkuznyetsov mkuznyetsov added the severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. label Apr 21, 2021
@sleshchenko
Copy link
Member

It also blocks PR merging since PR checks are failing like here #19606

@skabashnyuk skabashnyuk added sprint/next sprint/current and removed severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. labels Apr 26, 2021
@skabashnyuk
Copy link
Contributor

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 actions/setup-java@v1 on github actions we got the latest version of java 11. At this point the safest thing to wait for fix fabric8io/kubernetes-client#3038 and backport if needed to kubernetes-client 4.x after that align github action version with the version of java that we use for che-server docker image build

@skabashnyuk
Copy link
Contributor

Followup #19743

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/che-server kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

No branches or pull requests

4 participants