Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Status of Happy path PR check of Eclipse Che repos

Hello everyone,

FYI: E2E Happy path tests PR check of Eclipse Che / Che-Theia repo is flaky on expanding "Explorer" tree step: https://github.com/eclipse/che/issues/18144, https://github.com/eclipse/che/issues/18151.
   * Che Editor team is investigating the problem
   * Problem recognized by the following error messages in Jenkins job console log:

---------- message 1 ---------------------------
          ▼ ProjectTree.waitItemExpanded "petclinic"
The 'petclinic' item has not been expanded, try again
    1) Wait for workspace readiness


  1 passing (1m)
  1 failing

  1) Validation of workspace start
       Wait for workspace readiness:
     TimeoutError: Wait timed out after 11648ms
===============================

----------- message 2 ---------------------------
          ▼ ProjectTree.expandItem "petclinic/src/main/java/org"
          ▼ ProjectTree.waitItemExpanded "petclinic/src/main/java/org"
The 'petclinic/src/main/java/org' item has not been expanded, try again
    1) Java LS initialization


  2 passing (4m)
  1 failing

  1) Language server validation
       Java LS initialization:
     TimeoutError: Wait timed out after 81291ms
===============================

--
With best regards,
Dmytro Nochevnov
Senior Software Quality Engineer
CodeReady Workspaces QE team

Back to the top