[ILM] Added new functional test in ILM for creating a new policy#92936
Merged
cuff-links merged 3 commits intoelastic:masterfrom Mar 4, 2021
Merged
[ILM] Added new functional test in ILM for creating a new policy#92936cuff-links merged 3 commits intoelastic:masterfrom
cuff-links merged 3 commits intoelastic:masterfrom
Conversation
…est to create a new ILM policy.
Contributor
Author
|
Run 50 times with flaky test runner. https://kibana-ci.elastic.co/job/kibana+flaky-test-suite-runner/1348/ |
Contributor
|
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
Contributor
Author
|
@elasticmachine merge upstream |
Contributor
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
yuliacech
approved these changes
Mar 4, 2021
Contributor
yuliacech
left a comment
There was a problem hiding this comment.
Hi @cuff-links, thanks a lot for adding these tests! Code changes LGTM 👍
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Mar 4, 2021
* master: (107 commits) [Logs UI] Fix log stream data fetching (elastic#93201) [App Search] Added relevance tuning search preview (elastic#93054) [Canvas] Fix reports embeddables (elastic#93482) [ILM] Added new functional test in ILM for creating a new policy (elastic#92936) Remove direct dependency on statehood package (elastic#93592) [Maps] Track tile loading status (elastic#91585) [Discover][Doc] Improve main documentation (elastic#91854) [Upgrade Assistant] Disable UA and add prompt (elastic#92834) [Snapshot Restore] Remove cloud validation for slm policy (elastic#93609) [Maps] Support GeometryCollections in GeoJson upload (elastic#93507) [XY Charts] fix partial histogram endzones annotations (elastic#93091) [Core] Simplify context typings (elastic#93579) [Alerting] Improving health status check (elastic#93282) [Discover] Restore context documentation (elastic#90784) [core-docs] Edits core-intro section for the new docs system (elastic#93540) add missed codeowners (elastic#89714) fetch node labels via script execution (elastic#93225) [Security Solution] Adds getMockTheme function (elastic#92840) Sort dependencies in package.json correctly (elastic#93590) [Bug] missing timepicker:quickRanges migration (elastic#93409) ...
cuff-links
pushed a commit
to cuff-links/kibana
that referenced
this pull request
Mar 5, 2021
…stic#92936) * Added data-test-subj for ILM policies row and added a functional UI test to create a new ILM policy. * Removed .only from test to allow entire test suite to run again. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
cuff-links
pushed a commit
to cuff-links/kibana
that referenced
this pull request
Mar 5, 2021
…stic#92936) * Added data-test-subj for ILM policies row and added a functional UI test to create a new ILM policy. * Removed .only from test to allow entire test suite to run again. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
cuff-links
pushed a commit
that referenced
this pull request
Mar 5, 2021
) (#93733) * Added data-test-subj for ILM policies row and added a functional UI test to create a new ILM policy. * Removed .only from test to allow entire test suite to run again. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
cuff-links
pushed a commit
that referenced
this pull request
Mar 5, 2021
) (#93732) * Added data-test-subj for ILM policies row and added a functional UI test to create a new ILM policy. * Removed .only from test to allow entire test suite to run again. Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new functional test in ILM to cover creating a new lifecycle policy with Hot, Warm, and Cold phases enabled with default settings.