-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security solution] Knowledge base unit tests #200207
Conversation
Pinging @elastic/security-solution (Team: SecuritySolution) |
...c_assistant/server/ai_assistant_data_clients/knowledge_base/get_knowledge_base_entry.test.ts
Outdated
Show resolved
Hide resolved
...ck/plugins/elastic_assistant/server/routes/knowledge_base/entries/bulk_actions_route.test.ts
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @stephmilovic for improving the test coverage 🙏
LGTM 🚀
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit d57e3b0)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[Security solution] Knowledge base unit tests (#200207)](#200207) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Steph Milovic","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-18T20:13:58Z","message":"[Security solution] Knowledge base unit tests (#200207)","sha":"d57e3b0ea0a1b47975f317f48c6a4907702edf3e","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team: SecuritySolution","Team:Security Generative AI","backport:version","v8.17.0"],"number":200207,"url":"https://github.com/elastic/kibana/pull/200207","mergeCommit":{"message":"[Security solution] Knowledge base unit tests (#200207)","sha":"d57e3b0ea0a1b47975f317f48c6a4907702edf3e"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200207","number":200207,"mergeCommit":{"message":"[Security solution] Knowledge base unit tests (#200207)","sha":"d57e3b0ea0a1b47975f317f48c6a4907702edf3e"}},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT-->
Summary
Improves unit test coverage for the new knowledge base feature