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 repos is failing on "Validation of debug functionality" because there is no debug configuration (issue https://github.com/eclipse/che/issues/19887)

* Che QE team is investigating the issue.
* Problem recognized by the following error messages in Jenkins job console log:
-----------------------------------------------
08:19:33            ▼ DebugView.clickOnDebugConfigurationItem "Debug (Attach) - Remote (petclinic)"
08:19:33              ‣ DriverHelper.waitAndClick By(xpath, //select[contains(@class,'debug-configuration')]//option[text()='Debug (Attach) - Remote (petclinic)'])
08:19:33              ‣ DriverHelper.waitVisibility By(xpath, //select[contains(@class,'debug-configuration')]//option[text()='Debug (Attach) - Remote (petclinic)'])
08:19:34              ‣ DriverHelper.waitAndClick - Polling timed out attempt #1, retrying with 1000ms timeout
08:19:34              ‣ DriverHelper.waitVisibility By(xpath, //select[contains(@class,'debug-configuration')]//option[text()='Debug (Attach) - Remote (petclinic)'])
08:19:35              ‣ DriverHelper.waitAndClick - Polling timed out attempt #2, retrying with 1000ms timeout
08:19:35              ‣ DriverHelper.waitVisibility By(xpath, //select[contains(@class,'debug-configuration')]//option[text()='Debug (Attach) - Remote (petclinic)'])
08:19:36              ‣ DriverHelper.waitAndClick - Polling timed out attempt #3, retrying with 1000ms timeout
08:19:36      1) Run debug and check application stop in the breakpoint
08:19:36    [ERROR] CheReporter runner.on.fail: Validation of debug functionality Run debug and check application stop in the breakpoint failed after 11884ms
08:19:36  
08:19:36  
08:19:36    21 passing (13m)
08:19:36    1 pending
08:19:36    1 failing
08:19:36  
08:19:36    1) Validation of debug functionality
08:19:36         Run debug and check application stop in the breakpoint:
08:19:36       TimeoutError: Exceeded maximum clicking attempts, the 'By(xpath, //select[contains(@class,'debug-configuration')]//option[text()='Debug (Attach) - Remote (petclinic)'])' element is not clickable
08:19:36        at DriverHelper.waitAndClick (/tmp/e2e/utils/DriverHelper.ts:301:15)
08:19:36        at process._tickCallback (internal/process/next_tick.js:68:7)===========================

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

Back to the top