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

Failing test: Serverless Security Functional Tests - Common Group 1.x-pack/test_serverless/functional/test_suites/common/management/index_management/index_templates·ts - Serverless Common UI - Management Index Management Index Templates Create index template can create an index template with logsdb index mode #205288

Closed
kibanamachine opened this issue Dec 30, 2024 · 1 comment · Fixed by #205485
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@kibanamachine
Copy link
Contributor

A test failed on a tracked branch

NoSuchElementError: no such element: Unable to locate element: {"method":"css selector","selector":"[data-test-subj="indexModeValue"]"}
  (Session info: chrome=131.0.6778.204)
    at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:521:15)
    at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:514:13)
    at Executor.execute (node_modules/selenium-webdriver/lib/http.js:446:28)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Task.exec (prevent_parallel_calls.ts:29:20) {
  remoteStacktrace: '#0 0x55a8b6e7d31a <unknown>\n' +
    '#1 0x55a8b69936e0 <unknown>\n' +
    '#2 0x55a8b69e23e6 <unknown>\n' +
    '#3 0x55a8b69e2681 <unknown>\n' +
    '#4 0x55a8b6a27b04 <unknown>\n' +
    '#5 0x55a8b6a0648d <unknown>\n' +
    '#6 0x55a8b6a24ed7 <unknown>\n' +
    '#7 0x55a8b6a06203 <unknown>\n' +
    '#8 0x55a8b69d4cc0 <unknown>\n' +
    '#9 0x55a8b69d5c9e <unknown>\n' +
    '#10 0x55a8b6e4ad0b <unknown>\n' +
    '#11 0x55a8b6e4ec92 <unknown>\n' +
    '#12 0x55a8b6e37b3c <unknown>\n' +
    '#13 0x55a8b6e4f807 <unknown>\n' +
    '#14 0x55a8b6e1d0df <unknown>\n' +
    '#15 0x55a8b6e6c578 <unknown>\n' +
    '#16 0x55a8b6e6c740 <unknown>\n' +
    '#17 0x55a8b6e7c196 <unknown>\n' +
    '#18 0x7fc04722a609 start_thread\n'
}

First failure: kibana-on-merge - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Dec 30, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 30, 2024
@kibanamachine kibanamachine added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Dec 30, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Dec 30, 2024
kibanamachine pushed a commit to kibanamachine/kibana that referenced this issue Jan 8, 2025
Fixes: elastic#205535
Fixes: elastic#205514
Fixes: elastic#205498
Fixes: elastic#205464
Fixes: elastic#205456
Fixes: elastic#205453
Fixes: elastic#205450
Fixes: elastic#205412
Fixes: elastic#205410
Fixes: elastic#205401
Fixes: elastic#205400
Fixes: elastic#205399
Fixes: elastic#205350
Fixes: elastic#205349
Fixes: elastic#205316
Fixes: elastic#205288
Fixes: elastic#205287

## Summary
It seems that the step tabs are not loading fast enough for the tests to
find the expected element in a [bunch of
test](https://github.com/elastic/kibana/issues?q=is%3Aopen%20label%3A%22Team%3AKibana%20Management%22%20label%3A%22failed-test%22%20created%3A%3E%40today-1w%20).
This PR attempt to fix it. It also adds the
`data-test-subj="indexModeValue"` tag in `TabSummary` that was missing.

(cherry picked from commit bcdf942)
crespocarlos pushed a commit to crespocarlos/kibana that referenced this issue Jan 8, 2025
Fixes: elastic#205535
Fixes: elastic#205514
Fixes: elastic#205498
Fixes: elastic#205464
Fixes: elastic#205456
Fixes: elastic#205453
Fixes: elastic#205450
Fixes: elastic#205412
Fixes: elastic#205410
Fixes: elastic#205401
Fixes: elastic#205400
Fixes: elastic#205399
Fixes: elastic#205350
Fixes: elastic#205349
Fixes: elastic#205316
Fixes: elastic#205288
Fixes: elastic#205287

## Summary
It seems that the step tabs are not loading fast enough for the tests to
find the expected element in a [bunch of
test](https://github.com/elastic/kibana/issues?q=is%3Aopen%20label%3A%22Team%3AKibana%20Management%22%20label%3A%22failed-test%22%20created%3A%3E%40today-1w%20).
This PR attempt to fix it. It also adds the
`data-test-subj="indexModeValue"` tag in `TabSummary` that was missing.
CAWilson94 pushed a commit to CAWilson94/kibana that referenced this issue Jan 13, 2025
Fixes: elastic#205535
Fixes: elastic#205514
Fixes: elastic#205498
Fixes: elastic#205464
Fixes: elastic#205456
Fixes: elastic#205453
Fixes: elastic#205450
Fixes: elastic#205412
Fixes: elastic#205410
Fixes: elastic#205401
Fixes: elastic#205400
Fixes: elastic#205399
Fixes: elastic#205350
Fixes: elastic#205349
Fixes: elastic#205316
Fixes: elastic#205288
Fixes: elastic#205287

## Summary
It seems that the step tabs are not loading fast enough for the tests to
find the expected element in a [bunch of
test](https://github.com/elastic/kibana/issues?q=is%3Aopen%20label%3A%22Team%3AKibana%20Management%22%20label%3A%22failed-test%22%20created%3A%3E%40today-1w%20).
This PR attempt to fix it. It also adds the
`data-test-subj="indexModeValue"` tag in `TabSummary` that was missing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants