-
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
🌊 Streams: Enrichment integration tests #201771
🌊 Streams: Enrichment integration tests #201771
Conversation
💚 Build Succeeded
Metrics [docs]
|
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
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12137420913 |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12137420928 |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
1 similar comment
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12141675032 |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12141675006 |
Adds some basic tests for enrichment and makes the `_enable` endpoint idempotent. (cherry picked from commit 2e418d4)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Adds some basic tests for enrichment and makes the `_enable` endpoint idempotent. (cherry picked from commit 2e418d4)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [🌊 Streams: Enrichment integration tests (#201771)](#201771) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Joe Reuter","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-27T08:57:43Z","message":"🌊 Streams: Enrichment integration tests (#201771)\n\nAdds some basic tests for enrichment and makes the `_enable` endpoint\r\nidempotent.","sha":"2e418d4dab8a60b88bce66a92bd45eb03010ee05","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","v8.18.0","Feature:Streams"],"title":"🌊 Streams: Enrichment integration tests","number":201771,"url":"https://github.com/elastic/kibana/pull/201771","mergeCommit":{"message":"🌊 Streams: Enrichment integration tests (#201771)\n\nAdds some basic tests for enrichment and makes the `_enable` endpoint\r\nidempotent.","sha":"2e418d4dab8a60b88bce66a92bd45eb03010ee05"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201771","number":201771,"mergeCommit":{"message":"🌊 Streams: Enrichment integration tests (#201771)\n\nAdds some basic tests for enrichment and makes the `_enable` endpoint\r\nidempotent.","sha":"2e418d4dab8a60b88bce66a92bd45eb03010ee05"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Joe Reuter <[email protected]>
Adds some basic tests for enrichment and makes the `_enable` endpoint idempotent.
Adds some basic tests for enrichment and makes the
_enable
endpoint idempotent.