-
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/lens/smokescreen·ts - lens app lens smokescreen tests click on the bar in XYChart adds proper filters/timerange in dashboard #67838
Comments
Pinging @elastic/kibana-test-triage (failed-test) |
Pinging @elastic/kibana-app (Team:KibanaApp) |
…ms-column * 'master' of github.com:elastic/kibana: (63 commits) remove scripts. prettire update has been done (elastic#68130) Closes elastic#68055 by detecting the local Kibana version and using that as (elastic#68198) [apm] docs: add deployment annotation example (elastic#67408) [ML] Extend population preview chart to show actual and typical value (elastic#67569) Refactor index management client integration tests for scalability (elastic#67917) Add generator function that creates multiple alerts (elastic#67713) chore(NA): remove config arg from os packages (elastic#67871) [Reporting] Move code out of Legacy (elastic#67904) [Metrics UI] Add overrides to Snapshot API to support alert previews (elastic#68125) [Security] [Cases] Manage timeline UI API (elastic#67719) [ENDPOINT][INGEST]Task/endpoint ingest update (elastic#67234) Fix code coverage for jest, upload merged reports (elastic#68149) Update documentation/examples of deprecated namespaceAgnostic field (elastic#68039) [DOCS] Updates Canvas docs with new menus (elastic#66061) chore(NA): avoids imports of server or public code into common (elastic#67231) [SIEM] Fix GetOneTimeline graphql type (elastic#68137) skip flaky suite (elastic#67838) [Uptime] Add loading message for monitor list no items (elastic#67378) [Ingest Manager] Update indexing strategy docs to use dataset.* (elastic#68068) [Ingest Manager] Fix datasource validation for streams without vars (elastic#67950) ... # Conflicts: # x-pack/plugins/index_management/__jest__/client_integration/helpers/index.ts # x-pack/plugins/index_management/__jest__/client_integration/home.test.ts # x-pack/plugins/index_management/__jest__/client_integration/home/index_templates_tab.helpers.ts
New failure: Jenkins Build |
I think the failure reported is from my testing. I have only been able to reproduce the issue using the flaky test runner, and not locally. I think I can fix the issue by waiting for the chart to be fully rendered. |
It's from the 7.8 branch, and we've had 9 other failures in PRs in the last 7 days. Skipping in 7.x, 7.8 too (turns out 7.x was skipped almost a month ago c9ccb7d) |
Got it. I'm uploading this screenshot from my functional test runner, which shows what I think the issue is: I think the test environment is getting dirty with Endpoint functional tests, which have affected the saved objects that we expected. So this doesn't look like a flaky test, but a real failure. |
added a changes from elastic#67838
New failure: Jenkins Build |
I just looked into this failure again. It looks different than last time: the "apply filters" button shown in this modal is being found and clicked, but somehow over the next 1000ms it does not get closed. The modal staying open then causes a failure in the next step of the test. This looks like the definition of a flaky test, not a legit failure- it's timing related. |
New failure: Jenkins Build |
@flash1293 thinks that this is caused by an infrequent issue where modals need to be clicked twice for the close event to happen: this can be solved by adding a retry. |
Next thing on my list. |
A test failed on a tracked branch
First failure: Jenkins Build
The text was updated successfully, but these errors were encountered: