Commit 485ac74
# Backport
This will backport the following commits from `main` to `9.2`:
- [Fix APM `trace.id` emission test
(#244875)](#244875)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Jean-Louis
Leysens","email":"jeanlouis.leysens@elastic.co"},"sourceCommit":{"committedDate":"2025-12-05T18:25:30Z","message":"Fix
APM `trace.id` emission test (#244875)\n\n## Summary\n\nClose
https://github.com/elastic/kibana/issues/244713\n\nUpdate `Log
Correlation Emits \"trace.id\" into the logs` to no longer\ncheck for
unique `trace.id` values in subsequent requests as this is not\nthe
primary focus of this test.\n\n### More details\n\nAfter merging [APM
for
functional\ntest](https://github.com/elastic/kibana/pull/228692/files#diff-deac86b8f74f0b46cc5bb277f8d20a5a3de5ffd6c14bdf9de555734bc58fce57R11)\nruns
the `Log Correlation Emits \"trace.id\" into the logs` test
started\nfailing because it was no longer possible to test that unique
`trace.id`\nvalues were being generated for subsequent
requests:\n\n```\n └- ✖ fail: Execution context Log Correlation Emits
\"trace.id\" into the logs\n │ Error: expected
'53f48249e3207b30ed63f76b4d4913ea' to not equal
'53f48249e3207b30ed63f76b4d4913ea'\n```","sha":"00d38597d6ed66e56b25d29523f824a8fb901847","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","backport:all-open","v9.3.0"],"title":"Fix
APM `trace.id` emission
test","number":244875,"url":"https://github.com/elastic/kibana/pull/244875","mergeCommit":{"message":"Fix
APM `trace.id` emission test (#244875)\n\n## Summary\n\nClose
https://github.com/elastic/kibana/issues/244713\n\nUpdate `Log
Correlation Emits \"trace.id\" into the logs` to no longer\ncheck for
unique `trace.id` values in subsequent requests as this is not\nthe
primary focus of this test.\n\n### More details\n\nAfter merging [APM
for
functional\ntest](https://github.com/elastic/kibana/pull/228692/files#diff-deac86b8f74f0b46cc5bb277f8d20a5a3de5ffd6c14bdf9de555734bc58fce57R11)\nruns
the `Log Correlation Emits \"trace.id\" into the logs` test
started\nfailing because it was no longer possible to test that unique
`trace.id`\nvalues were being generated for subsequent
requests:\n\n```\n └- ✖ fail: Execution context Log Correlation Emits
\"trace.id\" into the logs\n │ Error: expected
'53f48249e3207b30ed63f76b4d4913ea' to not equal
'53f48249e3207b30ed63f76b4d4913ea'\n```","sha":"00d38597d6ed66e56b25d29523f824a8fb901847"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/244875","number":244875,"mergeCommit":{"message":"Fix
APM `trace.id` emission test (#244875)\n\n## Summary\n\nClose
https://github.com/elastic/kibana/issues/244713\n\nUpdate `Log
Correlation Emits \"trace.id\" into the logs` to no longer\ncheck for
unique `trace.id` values in subsequent requests as this is not\nthe
primary focus of this test.\n\n### More details\n\nAfter merging [APM
for
functional\ntest](https://github.com/elastic/kibana/pull/228692/files#diff-deac86b8f74f0b46cc5bb277f8d20a5a3de5ffd6c14bdf9de555734bc58fce57R11)\nruns
the `Log Correlation Emits \"trace.id\" into the logs` test
started\nfailing because it was no longer possible to test that unique
`trace.id`\nvalues were being generated for subsequent
requests:\n\n```\n └- ✖ fail: Execution context Log Correlation Emits
\"trace.id\" into the logs\n │ Error: expected
'53f48249e3207b30ed63f76b4d4913ea' to not equal
'53f48249e3207b30ed63f76b4d4913ea'\n```","sha":"00d38597d6ed66e56b25d29523f824a8fb901847"}}]}]
BACKPORT-->
Co-authored-by: Jean-Louis Leysens <jeanlouis.leysens@elastic.co>
1 parent 2226a78 commit 485ac74
1 file changed
Lines changed: 8 additions & 10 deletions
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 38 | + | |
| 39 | + | |
42 | 40 | | |
| 41 | + | |
43 | 42 | | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | | - | |
| 48 | + | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
0 commit comments