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

Happy path tests are failing on "Build application" step #19886

Closed
4 of 23 tasks
dmytro-ndp opened this issue May 28, 2021 · 0 comments
Closed
4 of 23 tasks

Happy path tests are failing on "Build application" step #19886

dmytro-ndp opened this issue May 28, 2021 · 0 comments
Labels
area/qe e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system. sprint/current
Milestone

Comments

@dmytro-ndp
Copy link
Contributor

dmytro-ndp commented May 28, 2021

Describe the bug

Eclipse Che Happy path tests are failing on "Build application" step:
https://main-jenkins-csb-crwqe.apps.ocp4.prod.psi.redhat.com/job/Che/job/e2e/job/minikube/job/basic/job/che-server/47/console

Error log:

07:45:46            ▼ QuickOpenContainer.waitContainerDisappearance
07:45:46              ‣ DriverHelper.waitDisappearance By(xpath, //div[@class='monaco-quick-open-widget' and @aria-hidden='true'])
07:45:46              ‣ DriverHelper.waitDisappearanceBoolean By(xpath, //div[@class='monaco-quick-open-widget' and @aria-hidden='true'])
07:45:46              ‣ DriverHelper.isVisible By(xpath, //div[@class='monaco-quick-open-widget' and @aria-hidden='true'])
07:45:46              ‣ DriverHelper.waitAndClick - Polling timed out attempt #3, retrying with 1000ms timeout
07:45:46              ‣ DriverHelper.waitVisibility By(xpath, //div[@class='p-Menu-itemLabel' and text()='Go to Definition'])
07:45:46              ‣ DriverHelper.waitVisibility By(css selector, li[title='build-file-output'] div.p-TabBar-tabIcon)
07:45:47              ‣ DriverHelper.waitAndClick - Polling timed out attempt #4, retrying with 1000ms timeout
07:45:47              ‣ DriverHelper.waitVisibility By(xpath, //div[@class='p-Menu-itemLabel' and text()='Go to Definition'])
07:45:47              ‣ DriverHelper.waitVisibility - Polling timed out attempt #1, retrying with 1000ms timeout
07:45:48              ‣ DriverHelper.waitAndClick - Polling timed out attempt #5, retrying with 1000ms timeout
07:45:48              ‣ DriverHelper.waitVisibility By(xpath, //div[@class='p-Menu-itemLabel' and text()='Go to Definition'])
07:45:48              ‣ DriverHelper.waitVisibility - Polling timed out attempt #2, retrying with 1000ms timeout
07:45:49              ‣ DriverHelper.waitAndClick - Polling timed out attempt #6, retrying with 1000ms timeout
07:45:49              ‣ DriverHelper.waitVisibility By(xpath, //div[@class='p-Menu-itemLabel' and text()='Go to Definition'])
07:45:49              ‣ DriverHelper.waitVisibility - Polling timed out attempt #3, retrying with 1000ms timeout
07:45:50              ‣ DriverHelper.waitAndClick - Polling timed out attempt #7, retrying with 1000ms timeout
07:45:50              ‣ DriverHelper.waitVisibility By(xpath, //div[@class='p-Menu-itemLabel' and text()='Go to Definition'])
07:45:50              ‣ DriverHelper.waitVisibility - Polling timed out attempt #4, retrying with 1000ms timeout
07:45:51              ‣ DriverHelper.waitAndClick - Polling timed out attempt #8, retrying with 1000ms timeout
07:45:51              ‣ DriverHelper.waitVisibility By(xpath, //div[@class='p-Menu-itemLabel' and text()='Go to Definition'])
07:45:51              ‣ DriverHelper.waitVisibility - Polling timed out attempt #5, retrying with 1000ms timeout
07:45:51      1) Build application
07:45:51    [ERROR] CheReporter runner.on.fail: Validation of workspace build and run Build application failed after 10711ms
07:45:51  
07:45:51  
07:45:51    8 passing (8m)
07:45:51    1 pending
07:45:51    1 failing
07:45:51  
07:45:51    1) Validation of workspace build and run
07:45:51         Build application:
07:45:51       TimeoutError: Exceeded maximum visibility checkings attempts for 'By(css selector, li[title='build-file-output'] div.p-TabBar-tabIcon)' element, timeouted after 5000
07:45:51        at DriverHelper.waitVisibility (/tmp/e2e/utils/DriverHelper.ts:156:15)
07:45:51        at process._tickCallback (internal/process/next_tick.js:68:7)

screenshot-Build_application (1)

Screencast:

output.49.mp4

Che version

  • latest
  • nightly
  • other: please specify

Steps to reproduce

Run Happy path tests.

Expected behavior

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 (please specify)
  • Dev Sandbox (workspaces.openshift.com)
  • other: CRW CCI

Eclipse Che Logs

https://main-jenkins-csb-crwqe.apps.ocp4.prod.psi.redhat.com/job/Che/job/e2e/job/minikube/job/basic/job/che-server/47/artifact/logs-and-configs/workspace-logs/

Additional context

@dmytro-ndp dmytro-ndp added kind/bug Outline of a bug - must adhere to the bug report template. severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. area/qe status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. and removed severity/blocker Causes system to crash and be non-recoverable or prevents Che developers from working on Che code. area/qe labels May 28, 2021
@ericwill ericwill added severity/P2 Has a minor but important impact to the usage or development of the system. and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels May 31, 2021
@dmytro-ndp dmytro-ndp added this to the 7.32 milestone Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/qe e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system. sprint/current
Projects
None yet
Development

No branches or pull requests

2 participants