-
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
[7.17] [ML] Update esarchive ecommerce dataset, enable alerting flyout tests (#186630) #186943
Merged
Conversation
This file contains 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
1 task
…elastic#186630) ## Summary Closes elastic#186261 and elastic#102012 - Updates timestamps in the esarchive ecommerce data set (from 2019 to 2023) - Enables anomaly detection alert flyout tests ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios (cherry picked from commit 745abf7) # Conflicts: # x-pack/test/api_integration/apis/aiops/test_data.ts # x-pack/test/api_integration/apis/ml/fields_service/time_field_range.ts # x-pack/test/api_integration/apis/ml/job_validation/validate.ts # x-pack/test/functional/apps/ml/anomaly_detection/multi_metric_job.ts # x-pack/test/functional/apps/ml/anomaly_detection_jobs/convert_jobs_to_advanced_job.ts # x-pack/test/functional/apps/transform/creation/index_pattern/continuous_transform.ts # x-pack/test/functional/apps/transform/creation_index_pattern.ts # x-pack/test/functional_with_es_ssl/apps/ml/alert_flyout.ts
darnautov
force-pushed
the
backport/7.17/pr-186630
branch
from
June 26, 2024 16:50
0602ba2
to
361c200
Compare
@elasticmachine merge upstream |
💔 Build FailedFailed CI StepsMetrics [docs]
History
To update your PR or re-run it, just comment with: |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
peteharverson
approved these changes
Jul 3, 2024
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
adelisle
pushed a commit
to Makila-AI/kibana
that referenced
this pull request
Aug 5, 2024
…t tests (elastic#186630) (elastic#186943) # Backport Closes elastic#102012 This will backport the following commits from `main` to `7.17`: - [[ML] Update esarchive ecommerce dataset, enable alerting flyout tests (elastic#186630)](elastic#186630) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Dima Arnautov","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-06-24T13:55:29Z","message":"[ML] Update esarchive ecommerce dataset, enable alerting flyout tests (elastic#186630)\n\n## Summary\r\n\r\nCloses elastic#186261 and elastic#102012\r\n\r\n- Updates timestamps in the esarchive ecommerce data set (from 2019 to\r\n2023)\r\n- Enables anomaly detection alert flyout tests \r\n\r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"745abf7624c98105ef273d8d1d57730a33728c32","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","test_ui_functional","release_note:skip","backport:skip","Team:ML","v8.15.0"],"number":186630,"url":"https://github.com/elastic/kibana/pull/186630","mergeCommit":{"message":"[ML] Update esarchive ecommerce dataset, enable alerting flyout tests (elastic#186630)\n\n## Summary\r\n\r\nCloses elastic#186261 and elastic#102012\r\n\r\n- Updates timestamps in the esarchive ecommerce data set (from 2019 to\r\n2023)\r\n- Enables anomaly detection alert flyout tests \r\n\r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"745abf7624c98105ef273d8d1d57730a33728c32"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","labelRegex":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/186630","number":186630,"mergeCommit":{"message":"[ML] Update esarchive ecommerce dataset, enable alerting flyout tests (elastic#186630)\n\n## Summary\r\n\r\nCloses elastic#186261 and elastic#102012\r\n\r\n- Updates timestamps in the esarchive ecommerce data set (from 2019 to\r\n2023)\r\n- Enables anomaly detection alert flyout tests \r\n\r\n\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios","sha":"745abf7624c98105ef273d8d1d57730a33728c32"}}]}] BACKPORT-->
This was referenced Oct 15, 2024
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.
Backport
Closes #102012
This will backport the following commits from
main
to7.17
:Questions ?
Please refer to the Backport tool documentation