-
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
[Fleet] Split jest config public|common|server #205798
[Fleet] Split jest config public|common|server #205798
Conversation
Pinging @elastic/fleet (Team:Fleet) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
LGTM
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12712645473 |
💚 Build Succeeded
Metrics [docs]
History
|
(cherry picked from commit 8bb2da1)
💚 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`: - [[Fleet] Split jest config public|common|server (#205798)](#205798) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Nicolas Chaulet","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-10T15:44:06Z","message":"[Fleet] Split jest config public|common|server (#205798)","sha":"8bb2da19ea4e22d279df355f620790080548da00","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v9.0.0","backport:prev-minor"],"title":"[Fleet] Split jest config public|common|server","number":205798,"url":"https://github.com/elastic/kibana/pull/205798","mergeCommit":{"message":"[Fleet] Split jest config public|common|server (#205798)","sha":"8bb2da19ea4e22d279df355f620790080548da00"}},"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/205798","number":205798,"mergeCommit":{"message":"[Fleet] Split jest config public|common|server (#205798)","sha":"8bb2da19ea4e22d279df355f620790080548da00"}}]}] BACKPORT--> Co-authored-by: Nicolas Chaulet <[email protected]>
Summary
Related to https://github.com/elastic/ingest-dev/issues/4683
When investigating memory locally it seems memory usage is a lot higher for server side tests, (not sure why probably need investigation here) but I think it could only help to run smaller test suites to have smaller garbage collection, and if we want to increase timeout in the future, we will be able to do only for one test suite.