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/data_streams·ts - Serverless Common UI - Management Index Management Data Streams Modify data streams index mode allows to upgrade data stream from time series to logsdb index mode #205316

Closed
kibanamachine opened this issue Dec 31, 2024 · 6 comments · 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

kibanamachine commented Dec 31, 2024

A test failed on a tracked branch

Error: retry.try reached timeout 120000 ms
Error: retry.try reached timeout 120000 ms
TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="kibanaCodeEditor"])
Wait timed out after 10015ms
    at /opt/buildkite-agent/builds/bk-agent-prod-gcp-1735651172516391729/elastic/kibana-on-merge/kibana/node_modules/selenium-webdriver/lib/webdriver.js:928:22
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:85:7)
    at RetryService.try (retry.ts:52:12)
    at Proxy.clickByCssSelector (find.ts:420:5)
    at TestSubjects.click (test_subjects.ts:169:5)
    at test_subjects.ts:278:7
    at runAttempt (retry_for_success.ts:30:15)
    at retryForSuccess (retry_for_success.ts:99:21)
    at RetryService.try (retry.ts:52:12)
    at TestSubjects.setValue (test_subjects.ts:275:12)
    at Context.<anonymous> (data_streams.ts:286:9)
    at Object.apply (wrap_function.js:74:16)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:85:7)
    at RetryService.try (retry.ts:52:12)
    at TestSubjects.setValue (test_subjects.ts:275:12)
    at Context.<anonymous> (data_streams.ts:286:9)
    at Object.apply (wrap_function.js:74:16)

First failure: kibana-on-merge - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Dec 31, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Dec 31, 2024
@kibanamachine kibanamachine added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Dec 31, 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 31, 2024
@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@jbudz
Copy link
Member

jbudz commented Jan 3, 2025

/skip

@kibanamachine
Copy link
Contributor Author

Skipped

main: 326ca3e

kowalczyk-krzysztof pushed a commit to kowalczyk-krzysztof/kibana that referenced this issue Jan 7, 2025
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.
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.

3 participants