[Obs AI Assistant] Fix conversations test in MKI#208649
Merged
viduni94 merged 1 commit intoelastic:mainfrom Jan 29, 2025
Merged
[Obs AI Assistant] Fix conversations test in MKI#208649viduni94 merged 1 commit intoelastic:mainfrom
viduni94 merged 1 commit intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/obs-ai-assistant (Team:Obs AI Assistant) |
b84b0c2 to
a92eeac
Compare
Contributor
💚 Build Succeeded
Metrics [docs]
cc @viduni94 |
neptunian
approved these changes
Jan 29, 2025
Contributor
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/13022713147 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jan 29, 2025
(cherry picked from commit 5413e75)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Jan 29, 2025
…8664) # Backport This will backport the following commits from `main` to `8.x`: - [[Obs AI Assistant] Fix conversations test in MKI (#208649)](#208649) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Viduni Wickramarachchi","email":"viduni.wickramarachchi@elastic.co"},"sourceCommit":{"committedDate":"2025-01-29T01:16:05Z","message":"[Obs AI Assistant] Fix conversations test in MKI (#208649)","sha":"5413e751914281d29882a07bbf36c9b5b9e0fcad","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","v9.0.0","Team:Obs AI Assistant","backport:version","v8.18.0"],"title":"[Obs AI Assistant] Fix conversations test in MKI","number":208649,"url":"https://github.com/elastic/kibana/pull/208649","mergeCommit":{"message":"[Obs AI Assistant] Fix conversations test in MKI (#208649)","sha":"5413e751914281d29882a07bbf36c9b5b9e0fcad"}},"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/208649","number":208649,"mergeCommit":{"message":"[Obs AI Assistant] Fix conversations test in MKI (#208649)","sha":"5413e751914281d29882a07bbf36c9b5b9e0fcad"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Viduni Wickramarachchi <viduni.wickramarachchi@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Problem
With the migration to DA tests in #205194, the user has been re-introduced in the conversations response body. This makes this test fail in MKI because the user is different in MKI compared to other environments.
Solution
Remove the user from the response body.
Here's the MKI test run log:
20250128-mki-test-run.log
Checklist
release_note:*label is applied per the guidelines