elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.6k stars 8.22k forks source link

Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/infra/hosts_view·ts - InfraOps App Metrics UI Hosts View #Single host Flyout "after each" hook for "should navigate to APM services after click" #159369

Closed kibanamachine closed 12 months ago

kibanamachine commented 1 year ago

A test failed on a tracked branch

Error: retry.try timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="euiFlyoutCloseButton"])
Wait timed out after 10023ms
    at /var/lib/buildkite-agent/builds/kb-n2-4-spot-e7fce5e1c48c4e25/elastic/kibana-on-merge/kibana/node_modules/selenium-webdriver/lib/webdriver.js:929:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at onFailure (retry_for_success.ts:17:9)
    at retryForSuccess (retry_for_success.ts:59:13)
    at RetryService.try (retry.ts:31:12)
    at Proxy.clickByCssSelector (find.ts:407:5)
    at TestSubjects.click (test_subjects.ts:164:5)
    at hosts_view.ts:257:11
    at runAttempt (retry_for_success.ts:29:15)
    at retryForSuccess (retry_for_success.ts:68:21)
    at RetryService.try (retry.ts:31:12)
    at Context.<anonymous> (hosts_view.ts:256:9)
    at Object.apply (wrap_function.js:73:16)
    at onFailure (retry_for_success.ts:17:9)
    at retryForSuccess (retry_for_success.ts:59:13)
    at RetryService.try (retry.ts:31:12)
    at Context.<anonymous> (hosts_view.ts:256:9)
    at Object.apply (wrap_function.js:73:16)

First failure: CI Build - main

kibanamachine commented 1 year ago

New failure: CI Build - main

elasticmachine commented 1 year ago

Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI)

jennypavlova commented 1 year ago

The test is no longer failing on main - I checked other builds and it was probably a one-time issue or it was fixed in the meantime. I ran all the hosts view tests locally and they are all passing on the latest main. The APM link is correct also on edge-lite so I assume something was not correct with the build configuration. We can keep those tests in mind but as they are all passing now I am closing this issue.

kibanamachine commented 1 year ago

New failure: CI Build - main

mistic commented 1 year ago

Skipped.

main: https://github.com/elastic/kibana/commit/5c422a8d2494cccbc91920cc214a44e0948c2400

jennypavlova commented 1 year ago

This should be fixed in #161244

kibanamachine commented 1 year ago

New failure: CI Build - 8.9

kibanamachine commented 1 year ago

New failure: CI Build - 8.9

dmlemeshko commented 1 year ago

@jennypavlova maybe the fix https://github.com/elastic/kibana/pull/161244 can be backported to 8.9 ?

jennypavlova commented 1 year ago

@dmlemeshko Ok, I will check thanks for pointing that out!

Update: it's backported

elasticmachine commented 12 months ago

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

jennypavlova commented 12 months ago

This was fixed and backported, I am closing this issue