elastic / kibana

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

Failing test: Plugin Functional Tests.test/plugin_functional/test_suites/saved_objects_management/hidden_types·ts - Saved Objects Management saved objects management with hidden types Delete modal should not delete the hidden objects when performing the operation #118488

Closed kibanamachine closed 2 weeks ago

kibanamachine commented 2 years ago

A test failed on a tracked branch

NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":"objectType"}
  (Session info: headless chrome=95.0.4638.69)
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:517:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:643:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:569:28)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at Task.exec (test/functional/services/remote/prevent_parallel_calls.ts:28:20) {
  remoteStacktrace: '#0 0x55f539510463 <unknown>\n' +
    '#1 0x55f538fe8678 <unknown>\n' +
    '#2 0x55f53901e36a <unknown>\n' +
    '#3 0x55f539050d14 <unknown>\n' +
    '#4 0x55f53903b7bd <unknown>\n' +
    '#5 0x55f53904e9b1 <unknown>\n' +
    '#6 0x55f53903b683 <unknown>\n' +
    '#7 0x55f539011b64 <unknown>\n' +
    '#8 0x55f539012b55 <unknown>\n' +
    '#9 0x55f5395400fe <unknown>\n' +
    '#10 0x55f5395559d0 <unknown>\n' +
    '#11 0x55f539541055 <unknown>\n' +
    '#12 0x55f539556e18 <unknown>\n' +
    '#13 0x55f53953582b <unknown>\n' +
    '#14 0x55f539571f98 <unknown>\n' +
    '#15 0x55f539572118 <unknown>\n' +
    '#16 0x55f53958d59d <unknown>\n' +
    '#17 0x7fa53857f609 <unknown>\n'
}

First failure: CI Build - 7.16

elasticmachine commented 2 years ago

Pinging @elastic/kibana-core (Team:Core)

kibanamachine commented 2 years ago

New failure: CI Build - 8.0

pgayvallet commented 2 years ago

Actual error is now:

│1)    Saved Objects Management
--
  | │       saved objects management with hidden types
  | │         Delete modal
  | │           should not delete the hidden objects when performing the operation:
  | │
  | │      StaleElementReferenceError: stale element reference: element is not attached to the page document
  | │   (Session info: headless chrome=96.0.4664.110)
  | │       at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:539:15)
  | │       at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:647:13)
  | │       at Executor.execute (node_modules/selenium-webdriver/lib/http.js:573:28)
  | │       at runMicrotasks (<anonymous>)
  | │       at processTicksAndRejections (node:internal/process/task_queues:96:5)
  | │       at Task.exec (test/functional/services/remote/prevent_parallel_calls.ts:28:20)
kibanamachine commented 1 month ago

New failure: kibana-on-merge - 8.15

kibanamachine commented 1 month ago

New failure: kibana-on-merge - main

kibanamachine commented 1 month ago

New failure: kibana-on-merge - main

jbudz commented 1 month ago

/skip

kibanamachine commented 1 month ago

Skipped

main: 91ed11ac91b1026c47056e1919b40f6b3bf9759a

bhavyarm commented 1 month ago

@afharo can this issue please get triaged? Thanks very much!

kibanamachine commented 3 weeks ago

New failure: kibana-on-merge - 8.15

afharo commented 2 weeks ago

Trying to backport https://github.com/elastic/kibana/pull/189542 to 8.15. It should fix it there as well.

afharo commented 2 weeks ago

Backported to 8.15 in https://github.com/elastic/kibana/pull/191002. Closing this issue again.