-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/index_management/index_template_wizard·ts - Index Management app Index template wizard Mappings step clearing up the Numeric subtype dropdown doesn't break the page #159403
Comments
New failure: CI Build - main |
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
New failure: CI Build - main |
New failure: CI Build - main |
Skipped. main: ee56461 |
I verified manually the the UI is working as expected. It looks like this test is fairly new and added via #158912. @ElenaStoeva when you have time, can you take a look? |
I ran the flaky test runner (https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2433) and, out of 50 runs, the test failed 3 times so it seems that it is indeed flaky. From the artefacts and the logs of the failed tests, it seems the test cannot navigate the "Add field" button because it's still on the previous step of the index template wizard (it's on the "Index settings" step while it should already be at the "Mappings" step). I imagine that this is because the page hasn't loaded so I plan to try adding checks on each step of the wizard to make sure we are on the right page before proceeding to the next one. |
Fixes #159403 ## Summary The recently added functional test for the index template wizard in Index Management (added with #158912) seems to be flaky. It fails when trying to navigate the "Add field" button on the "Mappings step" because it's still on the previous step of the index template wizard (the "Index settings" step). This PR adds checks on each step of the wizard to make sure that it is on the right page before proceeding to the next one. Flaky test runner results: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2436 Co-authored-by: Kibana Machine <[email protected]>
Fix #159403 Fix #159524 This PR unskips the flaky tests that were fixed in #160128 but the `skip()` call was mistakenly left out. The flaky test runner passed all 100 runs: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2557
A test failed on a tracked branch
First failure: CI Build - main
The text was updated successfully, but these errors were encountered: