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 test is sometimes failing on "Error highlighting" step #13865

Closed
rhopp opened this issue Jul 16, 2019 · 3 comments
Closed

Happy Path test is sometimes failing on "Error highlighting" step #13865

rhopp opened this issue Jul 16, 2019 · 3 comments
Labels
e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. severity/P2 Has a minor but important impact to the usage or development of the system.
Milestone

Comments

@rhopp
Copy link
Contributor

rhopp commented Jul 16, 2019

It seems, that the test was not able to type the text, which should trigger the error highlight.

Stacktrace:

14:35:45   1) Language server validation
14:35:45        Error highlighting:
14:35:45      TimeoutError: Wait timed out after 300021ms
14:35:45       at /home/e2e/node_modules/selenium-webdriver/lib/promise.js:2201:17
14:35:45       at ManagedPromise.invokeCallback_ (/home/e2e/node_modules/selenium-webdriver/lib/promise.js:1376:14)
14:35:45       at TaskQueue.execute_ (/home/e2e/node_modules/selenium-webdriver/lib/promise.js:3084:14)
14:35:45       at TaskQueue.executeNext_ (/home/e2e/node_modules/selenium-webdriver/lib/promise.js:3067:27)
14:35:45       at asyncRun (/home/e2e/node_modules/selenium-webdriver/lib/promise.js:2927:27)
14:35:45       at /home/e2e/node_modules/selenium-webdriver/lib/promise.js:668:7
14:35:45       at <anonymous>
14:35:45       at process._tickCallback (internal/process/next_tick.js:188:7)
14:35:45   From: Task: <anonymous wait>
14:35:45       at scheduleWait (/home/e2e/node_modules/selenium-webdriver/lib/promise.js:2188:20)
14:35:45       at ControlFlow.wait (/home/e2e/node_modules/selenium-webdriver/lib/promise.js:2517:12)
14:35:45       at thenableWebDriverProxy.wait (/home/e2e/node_modules/selenium-webdriver/lib/webdriver.js:934:29)
14:35:45       at DriverHelper.<anonymous> (/home/e2e/dist/utils/DriverHelper.js:155:36)
14:35:45       at Generator.next (<anonymous>)
14:35:45       at /home/e2e/dist/utils/DriverHelper.js:19:71
14:35:45       at new Promise (<anonymous>)
14:35:45       at __awaiter (/home/e2e/dist/utils/DriverHelper.js:15:12)
14:35:45       at DriverHelper.waitDisappearanceWithTimeout (/home/e2e/dist/utils/DriverHelper.js:154:16)
14:35:45       at Editor.<anonymous> (/home/e2e/dist/pageobjects/ide/Editor.js:232:37)
14:35:45       at Generator.next (<anonymous>)
14:35:45       at fulfilled (/home/e2e/dist/pageobjects/ide/Editor.js:16:58)
14:35:45       at <anonymous>
14:35:45       at process._tickCallback (internal/process/next_tick.js:188:7)

Example run of such failure: https://codeready-workspaces-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/CHE-7-Happy-Path-Tests/343/

Screenshot:
image

@rhopp rhopp added severity/P1 Has a major impact to usage or development of the system. team/che-qe labels Jul 16, 2019
@rhopp rhopp added this to the 7.0.0 milestone Jul 16, 2019
@rhopp rhopp mentioned this issue Jul 16, 2019
25 tasks
@l0rd l0rd mentioned this issue Jul 16, 2019
85 tasks
@Ohrimenko1988 Ohrimenko1988 added the e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. label Jul 23, 2019
@l0rd l0rd added severity/P2 Has a minor but important impact to the usage or development of the system. and removed severity/P1 Has a major impact to usage or development of the system. labels Jul 23, 2019
@SkorikSergey
Copy link
Contributor

Error highlighting notification
ErrorHighligtinh

@musienko-maxim
Copy link
Contributor

In the selenium test undo operations (ctrl+z) was replaced with removing a content with Back Space keys. Looks like the failure in the test is disappeared bu the problem with undo operation still actual

@rhopp
Copy link
Contributor Author

rhopp commented Aug 8, 2019

We haven't seen this issue in some time. Considering resolved - closing now - feel free to reopen, if it happens again.

@rhopp rhopp closed this as completed Aug 8, 2019
@vkuznyetsov vkuznyetsov removed the status/in-progress This issue has been taken by an engineer and is under active development. label Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

6 participants