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`: - [[eem] merging nulls fix (#204183)](#204183) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Kevin Lacabane","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-13T13:39:04Z","message":"[eem] merging nulls fix (#204183)\n\nCloses https://github.com/elastic/kibana/issues/203982\r\n\r\nIgnore nulls when merging metadata fields.\r\n\r\nThe flakiness comes from the random arrival time of the queries. since\r\nwe execute two queries in parallel, if the first one has the null value\r\nfor a field the merging logic will ignore it and test succeeds, if the\r\nnull value arrives second it fails.","sha":"d89153dc55bdeab635a69a7eab48ddae208d79d4","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","Team:obs-entities"],"title":"[eem] merging nulls fix","number":204183,"url":"https://github.com/elastic/kibana/pull/204183","mergeCommit":{"message":"[eem] merging nulls fix (#204183)\n\nCloses https://github.com/elastic/kibana/issues/203982\r\n\r\nIgnore nulls when merging metadata fields.\r\n\r\nThe flakiness comes from the random arrival time of the queries. since\r\nwe execute two queries in parallel, if the first one has the null value\r\nfor a field the merging logic will ignore it and test succeeds, if the\r\nnull value arrives second it fails.","sha":"d89153dc55bdeab635a69a7eab48ddae208d79d4"}},"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/204183","number":204183,"mergeCommit":{"message":"[eem] merging nulls fix (#204183)\n\nCloses https://github.com/elastic/kibana/issues/203982\r\n\r\nIgnore nulls when merging metadata fields.\r\n\r\nThe flakiness comes from the random arrival time of the queries. since\r\nwe execute two queries in parallel, if the first one has the null value\r\nfor a field the merging logic will ignore it and test succeeds, if the\r\nnull value arrives second it fails.","sha":"d89153dc55bdeab635a69a7eab48ddae208d79d4"}}]}] BACKPORT--> Co-authored-by: Kevin Lacabane <[email protected]>
- Loading branch information