-
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
[Entity Analytics] Allow transfrom state to be "indexing" in risk engine test #193789
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-entity-analytics (Team:Entity Analytics) |
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]
To update your PR or re-run it, just comment with: cc @hop-dev |
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
…ine test (elastic#193789) Closes elastic#193709 We are testing that the transform is successfully started, we have had a test fail because the transform is in state 'indexing' which is another healthy state indicating the transform is started and healthy. (cherry picked from commit dcff283)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…uot; in risk engine test (#193789) (#193892) # Backport This will backport the following commits from `main` to `8.x`: - [[Entity Analytics] Allow transfrom state to be "indexing" in risk engine test (#193789)](#193789) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Mark Hopkin","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-09-24T15:25:19Z","message":"[Entity Analytics] Allow transfrom state to be \"indexing\" in risk engine test (#193789)\n\nCloses https://github.com/elastic/kibana/issues/193709\r\n\r\nWe are testing that the transform is successfully started, we have had a\r\ntest fail because the transform is in state 'indexing' which is another\r\nhealthy state indicating the transform is started and healthy.","sha":"dcff2835310f3bfdb3e3c25f5dd4de0aa34deb6a","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team: SecuritySolution","backport:prev-minor","Team:Entity Analytics"],"title":"[Entity Analytics] Allow transfrom state to be \"indexing\" in risk engine test","number":193789,"url":"https://github.com/elastic/kibana/pull/193789","mergeCommit":{"message":"[Entity Analytics] Allow transfrom state to be \"indexing\" in risk engine test (#193789)\n\nCloses https://github.com/elastic/kibana/issues/193709\r\n\r\nWe are testing that the transform is successfully started, we have had a\r\ntest fail because the transform is in state 'indexing' which is another\r\nhealthy state indicating the transform is started and healthy.","sha":"dcff2835310f3bfdb3e3c25f5dd4de0aa34deb6a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193789","number":193789,"mergeCommit":{"message":"[Entity Analytics] Allow transfrom state to be \"indexing\" in risk engine test (#193789)\n\nCloses https://github.com/elastic/kibana/issues/193709\r\n\r\nWe are testing that the transform is successfully started, we have had a\r\ntest fail because the transform is in state 'indexing' which is another\r\nhealthy state indicating the transform is started and healthy.","sha":"dcff2835310f3bfdb3e3c25f5dd4de0aa34deb6a"}}]}] BACKPORT--> Co-authored-by: Mark Hopkin <[email protected]>
Closes #193709
We are testing that the transform is successfully started, we have had a test fail because the transform is in state 'indexing' which is another healthy state indicating the transform is started and healthy.