-
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/dashboard/group2/dashboard_maps_by_value·ts - dashboard dashboard maps by value editing a map and adding to map library does not update the panel when only saving to library #152476
Comments
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
/skip |
Skipped main: 647126a |
Pinging @elastic/kibana-presentation (Team:Presentation) |
#152396 was merged the evening before this test started becoming flaky, so maybe that introduced the flakiness. That PR could have changed the timing of setting layer.isLoading state. I created flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1990 to test this hypothesis. |
Confirmed, flakyness caused by #152396 flaky test runner on #152396 had 39 out of 50 failures - https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1990 |
…l/apps/dashboard/group2/dashboard_maps_by_value·ts (#152850) Fixes #152476 flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1995 #152396 added an await to map loading that waits for EMS fonts HEAD request. This introduced test flakiness. This PR resolves the issue by re-working the solution from #152476 to not block map loading for EMS fonts HEAD request. Instead, glyphs URL is updated if EMS fonts HEAD request fails after map has loaded. --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…l/apps/dashboard/group2/dashboard_maps_by_value·ts (elastic#152850) Fixes elastic#152476 flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1995 elastic#152396 added an await to map loading that waits for EMS fonts HEAD request. This introduced test flakiness. This PR resolves the issue by re-working the solution from elastic#152476 to not block map loading for EMS fonts HEAD request. Instead, glyphs URL is updated if EMS fonts HEAD request fails after map has loaded. --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
New failure: CI Build - main |
Closed by #153973. Test that failed did not have changes from #153973 merged and was still using EMS. |
New failure: CI Build - main |
New failure: CI Build - main |
/skip |
Skipped main: 7fab0b1 |
…nctional/apps/dashboard/group2/dashboard_maps_by_value·ts (#168003) Closes #152476 flaky test runner https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3343 Similar to #167836, test is failing because appsMenu.clickLink is not loading dashboard (see captured log messages from failure). Switching to navigateToAppFromAppsMenu to include retry logic. <img width="500" alt="Screenshot 2023-10-04 at 9 45 46 AM" src="https://github.com/elastic/kibana/assets/373691/194c4f87-d6dd-4b59-b645-31e01776c7be">
A test failed on a tracked branch
First failure: CI Build - main
The text was updated successfully, but these errors were encountered: