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,

Happy path PR check of Eclipse Che / Che-Theia repos is now failing on "Wait error highlighting" step (issue https://github.com/eclipse/che/issues/18974)
  * Eclipse Che QE team is fixing the issue
  * Problem recognized by the following error messages in Jenkins job console log:

--------------------------------------------------------------------
          ▼ Editor.performKeyCombination title: "PetClinicApplication.java" text: "error"
          ▼ Editor.waitErrorInLine line: "30"
          ▼ Editor.getLineYCoordinates line: "30"
    1) Error highlighting
  [ERROR] CheReporter runner.on.fail: Language server validation Error highlighting failed after 64193ms


  4 passing (6m)
  1 failing

  1) Language server validation
       Error highlighting:
     TimeoutError: Exceeded maximum visibility checkings attempts for 'By(xpath, //div[contains(@style, 'top:551px')]//div[contains(@class, 'squiggly-error')])' element, timeouted after 60000
      at DriverHelper.waitVisibility (/tmp/e2e/utils/DriverHelper.ts:152:15)
      at process._tickCallback (internal/process/next_tick.js:68:7)
=======================================

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

Back to the top