Commit 91dcae5
[9.0] Fixing - Failing test: Stateful Observability - Deployment-agnostic A… (elastic#213530) (elastic#213603)
# Backport
This will backport the following commits from `main` to `9.0`:
- [Fixing - Failing test: Stateful Observability - Deployment-agnostic
A… (elastic#213530)](elastic#213530)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Arturo
Lidueña","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-03-07T16:10:09Z","message":"Fixing
- Failing test: Stateful Observability - Deployment-agnostic A…
(elastic#213530)\n\nCloses
[elastic#213209](https://github.com/elastic/kibana/issues/213209)\n\n###
Ordering Issue\n- The instruction about `retrieve_elastic_doc` appears
before the\n`get_dataset_info` instruction.\n- The content is the same,
but the order of instructions has changed,\ncausing a failure in an
exact string match.\n### Minor Formatting Differences\n- Even slight
variations in spacing, newlines, or indentations can cause\na test
failure.\n\n## Solution\nuse `systemMessageSorted` - order of
instructions can vary, so we sort to compare
them","sha":"5d0e0f48adc176d95a223116e1767eedf324740b","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v9.0.0","Team:Obs
AI Assistant","backport:version","v9.1.0","v8.19.0"],"title":"Fixing -
Failing test: Stateful Observability - Deployment-agnostic
A…","number":213530,"url":"https://github.com/elastic/kibana/pull/213530","mergeCommit":{"message":"Fixing
- Failing test: Stateful Observability - Deployment-agnostic A…
(elastic#213530)\n\nCloses
[elastic#213209](https://github.com/elastic/kibana/issues/213209)\n\n###
Ordering Issue\n- The instruction about `retrieve_elastic_doc` appears
before the\n`get_dataset_info` instruction.\n- The content is the same,
but the order of instructions has changed,\ncausing a failure in an
exact string match.\n### Minor Formatting Differences\n- Even slight
variations in spacing, newlines, or indentations can cause\na test
failure.\n\n## Solution\nuse `systemMessageSorted` - order of
instructions can vary, so we sort to compare
them","sha":"5d0e0f48adc176d95a223116e1767eedf324740b"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213530","number":213530,"mergeCommit":{"message":"Fixing
- Failing test: Stateful Observability - Deployment-agnostic A…
(elastic#213530)\n\nCloses
[elastic#213209](https://github.com/elastic/kibana/issues/213209)\n\n###
Ordering Issue\n- The instruction about `retrieve_elastic_doc` appears
before the\n`get_dataset_info` instruction.\n- The content is the same,
but the order of instructions has changed,\ncausing a failure in an
exact string match.\n### Minor Formatting Differences\n- Even slight
variations in spacing, newlines, or indentations can cause\na test
failure.\n\n## Solution\nuse `systemMessageSorted` - order of
instructions can vary, so we sort to compare
them","sha":"5d0e0f48adc176d95a223116e1767eedf324740b"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: Arturo Lidueña <[email protected]>1 parent aa224bb commit 91dcae5
File tree
1 file changed
+4
-1
lines changed- x-pack/test/api_integration/deployment_agnostic/apis/observability/ai_assistant/complete
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
250 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
251 | 254 | | |
252 | 255 | | |
253 | 256 | | |
| |||
0 commit comments