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 Che/Che-theia repo PR

Hello everyone,

FYI: Current status of E2E tests of Che/Che-theia repo PR check:

1) Eclipse Che repo:
- there is fix of https://github.com/eclipse/che/issues/15284 issue in master branch. 
Please, make sure you have updated your PR with the latest changes from master branch. Note: the tests are now running on CRW infrastructure, against Multiuser Che, so it they take up to half an hour for their execution.

- E2E Java selenium tests are failing https://github.com/eclipse/che/issues/15317
   * Che QE team is investigating the failure
   * Recognized by the following test results:
Test Result (2 failures / +2)
- org.eclipse.che.selenium.workspaces.ProjectStateAfterRefreshTest.checkRestoreStateOfProjectAfterRefreshTest
- org.eclipse.che.selenium.workspaces.ProjectStateAfterRenameWorkspaceTest.checkProjectAfterRenameWs

- E2E Happy path tests sometimes fail on opening debug configuration file https://github.com/eclipse/che/issues/15297#issuecomment-558566866 
    * Che QE team plans to fix it ASAP.
    * Recognized by the following error message in jenkins job console log:
TimeoutError: Waiting for element to be located By(xpath, //li[contains(@class, 'p-TabBar-tab')]//div[text()='launch.json'])

2) Eclipse Che Theia repo:
- E2E Happy path tests sometimes fail on opening debug configuration file https://github.com/eclipse/che/issues/15297#issuecomment-558566866
    * Che QE team plans to fix it ASAP.
    * Recognized by the following error message in jenkins job console log:
TimeoutError: Waiting for element to be located By(xpath, //li[contains(@class, 'p-TabBar-tab')]//div[text()='launch.json'])

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

Back to the top