mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
## Summary There are several cases where anomaly detection tests fail (find below). The error claims an unhandled promise rejection through a stale element. It could be simply a check or an operation that happens after the browser driver moves on to another test. I originally wanted to find the tests that seem to fail, but the nature of the failures (unhandled rejections) line up nicely with missed `await`s - I've also added a supposed fix, verified with 50x flaky runs. Errors: - https://buildkite.com/elastic/kibana-on-merge/builds/49005#01916999-a25b-4c59-8d91-99cf4b83981b - https://buildkite.com/elastic/kibana-on-merge/builds/49004 - https://buildkite.com/elastic/kibana-elasticsearch-snapshot-verify/builds/4373 - https://buildkite.com/elastic/kibana-on-merge/builds/49002 - ... |
||
---|---|---|
.. | ||
anomaly_charts_dashboard_embeddables.ts | ||
anomaly_embeddables_migration.ts | ||
config.ts | ||
constants.ts | ||
index.ts | ||
lens_to_ml.ts | ||
lens_to_ml_with_wizard.ts | ||
map_to_ml.ts | ||
single_metric_viewer_dashboard_embeddables.ts |