Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Status of E2E tests check of Eclipse Che / Che-Theia repos PR

Hello everyone,

FYI: E2E Happy path tests PR checks of Eclipse Che / Che-Theia repos are failing on "Language server validation" step: https://github.com/eclipse/che/issues/14944https://github.com/eclipse/che/issues/16403.
   * Eclipse Che Plugins team is investigating the problem
   * Problem recognized by the following error message in jenkins job console log:

(1) Eclipse Che Happy path tests
-------------------------------------------------
          ▼ Ide.checkLsInitializationStart
          ▼ Ide.waitStatusBarContains "Activating Language Support for Java"
Known flakiness has occurred https://github.com/eclipse/che/issues/14944
          ▼ DriverHelper.reloadPage
[1584668329.067][SEVERE]: Timed out receiving message from renderer: 0.100
          ▼ Ide.waitStatusBarContains "Activating Language Support for Java"
[1584668329.326][SEVERE]: Timed out receiving message from renderer: 0.100
    1) Java LS initialization

  3 passing (5m)
  1 failing

  1) Language server validation
       Java LS initialization:
     TimeoutError: Waiting for element to be located By(css selector, div[id='theia-statusBar'])
Wait timed out after 180010ms
===============================

(2) Eclipse Che-Theia Happy path tests
------------------------------------------------------
          ▼ Ide.checkLsInitializationStart
          ▼ Ide.waitStatusBarContains "Activating Language Support for Java"
Known flakiness has occurred https://github.com/eclipse/che/issues/14944
          ▼ DriverHelper.reloadPage
          ▼ Ide.waitStatusBarContains "Activating Language Support for Java"
    1) Java LS initialization


  3 passing (2m)
  1 failing

  1) Language server validation
       Java LS initialization:
     UnexpectedAlertOpenError: unexpected alert open: {Alert text : }
================================


--
With best regards,
Dmytro Nochevnov
Senior Quality Engineer
Che QE team

Back to the top