Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [Fix flaky test around search cancellation (#193008)](#193008) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Mike Côté","email":"mikecote@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-16T17:45:08Z","message":"Fix flaky test around search cancellation (#193008)\n\nResolves https://github.com/elastic/kibana/issues/192914\r\n\r\nIn this PR, I'm fixing the flakiness in tests where sometimes rules fail\r\nwith a different message on timeout. This is expected as it's a race\r\ncondition between the Elasticsearch request timing out and the alerting\r\nrule getting cancelled. So we can expect one of two messages.\r\n\r\nNote: Test is not skipped as of PR creation","sha":"0c63a7b73394e9bfe348de8b2d0755c557098eae","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Alerting","release_note:skip","Team:ResponseOps","v9.0.0","backport:prev-minor","v8.16.0"],"title":"Fix flaky test around search cancellation","number":193008,"url":"https://github.com/elastic/kibana/pull/193008","mergeCommit":{"message":"Fix flaky test around search cancellation (#193008)\n\nResolves https://github.com/elastic/kibana/issues/192914\r\n\r\nIn this PR, I'm fixing the flakiness in tests where sometimes rules fail\r\nwith a different message on timeout. This is expected as it's a race\r\ncondition between the Elasticsearch request timing out and the alerting\r\nrule getting cancelled. So we can expect one of two messages.\r\n\r\nNote: Test is not skipped as of PR creation","sha":"0c63a7b73394e9bfe348de8b2d0755c557098eae"}},"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/193008","number":193008,"mergeCommit":{"message":"Fix flaky test around search cancellation (#193008)\n\nResolves https://github.com/elastic/kibana/issues/192914\r\n\r\nIn this PR, I'm fixing the flakiness in tests where sometimes rules fail\r\nwith a different message on timeout. This is expected as it's a race\r\ncondition between the Elasticsearch request timing out and the alerting\r\nrule getting cancelled. So we can expect one of two messages.\r\n\r\nNote: Test is not skipped as of PR creation","sha":"0c63a7b73394e9bfe348de8b2d0755c557098eae"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
- Loading branch information