-
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: Firefox XPack UI Functional Tests.x-pack/test/functional/apps/infra/home_page·ts - InfraOps App Metrics UI Home page Saved Views should update the current saved view and load it #157740
Closed
kibanamachine opened this issue
May 15, 2023
· 12 comments
· Fixed by #160503, #160718, #160852 or #162896
Closed
Failing test: Firefox XPack UI Functional Tests.x-pack/test/functional/apps/infra/home_page·ts - InfraOps App Metrics UI Home page Saved Views should update the current saved view and load it #157740
kibanamachine opened this issue
May 15, 2023
· 12 comments
· Fixed by #160503, #160718, #160852 or #162896
Labels
failed-test
A test failure on a tracked branch, potentially flaky-test
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Comments
kibanamachine
added
the
failed-test
A test failure on a tracked branch, potentially flaky-test
label
May 15, 2023
dmlemeshko
added
the
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
label
May 15, 2023
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
Skipped. main: d2405f0 |
New failure: CI Build - main |
New failure: CI Build - main |
New failure: CI Build - main |
Skipped. main: 3bd43ab |
jennypavlova
added a commit
that referenced
this issue
Jun 30, 2023
Closes #157740 ## Summary This PR fixes the flaky infra saved views test - applies the fix added metrics explorer.
crespocarlos
added a commit
that referenced
this issue
Jul 5, 2023
…endpoint (#160852) closes [#157505](#157505) fixes [#157740](#157740) ## Summary This PR adds strict payload validation to `inventory_views` endpoint. I tried to make the types consistent between sever and frontend code and because of that more changes had to be made. I also refactored the `toolbar_control` component, decoupling them from Inventory View and Metrics Explorer View types ### How to test - Call the endpoint below trying to use invalid values. see [here](https://github.com/elastic/kibana/pull/160852/files#diff-058b21e249ebbe2795d450d07025d8904a58cfb07a97979e85975f87e931ffceR133-R143). ```bash [POST|PUT] kbn:/api/infra/inventory_views { "attributes": { "metric": { "type": [TYPE] }, "sort": { "by": "name" "direction": "desc" }, "groupBy": [], "nodeType": "host", "view": "map", "customOptions": [], "customMetrics": [], "boundsOverride": { "max": 1, "min": 0 }, "autoBounds": true, "accountId": "", "region": "", "autoReload": false, "filterQuery": { "expression": "", "kind": "kuery" }, "legend": { "palette": "cool", "steps": 10, "reverseColors": false }, "timelineOpen": false, "name": "test-uptime" } } ``` - Set up a local Kibana instance - Navigate to `Infrastructure` - In the UI, use the Saved View feature and try different field combinations --------- Co-authored-by: Kibana Machine <[email protected]>
New failure: CI Build - main |
New failure: CI Build - main |
Skipped. main: 65fed09 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
failed-test
A test failure on a tracked branch, potentially flaky-test
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
A test failed on a tracked branch
First failure: CI Build - main
The text was updated successfully, but these errors were encountered: