Conversation
|
@elasticmachine merge upstream |
spalger
left a comment
There was a problem hiding this comment.
Nice! Would you mind also deleting the setup/default_timeout.js file?
|
Pinging @elastic/eui-design (EUI) |
spalger
left a comment
There was a problem hiding this comment.
Operations: Jest config and version bumps LGTM
|
Pinging @elastic/uptime (Team:uptime) |
|
Pinging @elastic/apm-ui (Team:apm) |
chandlerprall
left a comment
There was a problem hiding this comment.
package & snapshot changes LGTM
pgayvallet
left a comment
There was a problem hiding this comment.
Only snapshot changes for platform owned files, LGTM.
cjcenizal
left a comment
There was a problem hiding this comment.
Changes to the Snapshot and Restore test LGTM.
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
...ins/canvas/public/components/asset_manager/__stories__/__snapshots__/asset.stories.storyshot
Show resolved
Hide resolved
shahzad31
left a comment
There was a problem hiding this comment.
Uptime changes LGTM !!
poffdeluxe
left a comment
There was a problem hiding this comment.
Canvas changes look good to me!
|
@elasticmachine merge upstream |
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
* eui to 27.4.1 * src snapshot updates * x-pack snapshot updates * remove increased default timeout * revert date change * delete default_timeout file * reinstate storyshot Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* master: (71 commits) [Lens] Show 'No data for this field' for empty field in accordion (elastic#73772) Skip failing lens test Configure ScopedHistory consistenty regardless of URL used to mount app (elastic#75074) Fix returned payload by "search" usage collector (elastic#75340) [Security Solution] Fix missing key error (elastic#75576) Upgrade EUI to v27.4.1 (elastic#75240) Update datasets UI copy to data streams (elastic#75618) [Lens] Register saved object references (elastic#74523) [DOCS] Update links to Beats documentation (elastic#70380) [Enterprise Search] Convert our `public_url` route to `config_data` and collect initialAppData (elastic#75616) [Usage Collection Schemas] Remove Legacy entries (elastic#75652) [Dashboard First] Lens Originating App Breadcrumb (elastic#75470) Improve login UI error message. (elastic#75642) [Security Solution] modify circular deps checker to output images of circular deps graphs (elastic#75579) [Data Telemetry] Add index pattern to identify "meow" attacks (elastic#75163) Migrate CSP usage collector to `kibana_usage_collection` plugin (elastic#75536) [Console] Get ES Config from core (elastic#75406) [Uptime] Add delay in telemetry test (elastic#75162) [Lens] Use index pattern service instead saved object client (elastic#74654) Embeddable input (elastic#73033) ...
* Upgrade EUI to v27.4.1 (#75240) * eui to 27.4.1 * src snapshot updates * x-pack snapshot updates * remove increased default timeout * revert date change * delete default_timeout file * reinstate storyshot Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> * merge resolution Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
v27.4.0⏩v27.4.1Patch upgrade to resolve recent flakiness related to an updated dependency in EUI. EuiFocusTrap (used in modals and flyouts) was, in some cases, causing significant test run time increases resulting in timeout-based test failures.
The EUI patch introduces a global mock to alleviate the increase. Snapshot test output will not not show the DOM internals of EuiFocusTrap, but will instead result in a more shallow
<div data-eui="EuiFocusTrap" />.Example outcome on an affected test: 1.4s to 31ms time decrease, much more inline with other tests in the suite.
27.4.1testenvmock forEuiFocusTrap(#3930)