-
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
[ML] Add functional tests for Field stats flyout in Anomaly detection job creation wizards #151336
Conversation
Pinging @elastic/ml-ui (:ml) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with just one small suggestion.
x-pack/test/functional/apps/ml/anomaly_detection_jobs/categorization_job.ts
Outdated
Show resolved
Hide resolved
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @qn895 |
… job creation wizards (elastic#151336) (cherry picked from commit bd89b11)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…ection job creation wizards (#151336) (#151513) # Backport This will backport the following commits from `main` to `8.7`: - [[ML] Add functional tests for Field stats flyout in Anomaly detection job creation wizards (#151336)](#151336) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Quynh Nguyen (Quinn)","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-02-16T20:35:43Z","message":"[ML] Add functional tests for Field stats flyout in Anomaly detection job creation wizards (#151336)","sha":"bd89b11576f75139f47669d369deceb9b94302c6","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","Feature:Anomaly Detection","test_ui_functional","release_note:skip","v8.7.0","v8.8.0"],"number":151336,"url":"https://github.com/elastic/kibana/pull/151336","mergeCommit":{"message":"[ML] Add functional tests for Field stats flyout in Anomaly detection job creation wizards (#151336)","sha":"bd89b11576f75139f47669d369deceb9b94302c6"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/151336","number":151336,"mergeCommit":{"message":"[ML] Add functional tests for Field stats flyout in Anomaly detection job creation wizards (#151336)","sha":"bd89b11576f75139f47669d369deceb9b94302c6"}}]}] BACKPORT--> Co-authored-by: Quynh Nguyen (Quinn) <[email protected]>
Summary
Follow up of #150927 and part of #147170. This PR adds functional tests for the Field stats flyout to the Transforms creation wizards.
Flaky test suite runner successful after 50 runs ✅
Checklist
Delete any items that are not applicable to this PR.
Risk Matrix
Delete this section if it is not applicable to this PR.
Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.
When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:
For maintainers