-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
test(filebeat): compress journal test files #42142
test(filebeat): compress journal test files #42142
Conversation
save around ~32MB from the module zip, relevant for program using beats as a dependency. Compress journal files with gzip and extract them to test tempdir
This pull request doesn't have a |
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
* test(filebeat): compress journal test files save around ~32MB from the module zip, relevant for program using beats as a dependency. Compress journal files with gzip and extract them to test tempdir * lint: fix linter issues (cherry picked from commit ef4c385)
* test(filebeat): compress journal test files save around ~32MB from the module zip, relevant for program using beats as a dependency. Compress journal files with gzip and extract them to test tempdir * lint: fix linter issues (cherry picked from commit ef4c385) Co-authored-by: kruskall <[email protected]>
Proposed commit message
save around ~32MB from the module zip, relevant for program using beats as a dependency.
Compress journal files with gzip and extract them to test tempdir
Using beats as a dependency currently adds around ~320MB of data as go cache. Most of it is useless (e.g. docs folder) and is adding unnecessary bloat for downstream users which slows down download, CI, etc.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
go test ./filebeat/input/journald/.
Related issues
Use cases
Screenshots
Logs