Skip to content
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

chore: don't compress brokerpaks in integration tests #1119

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Conversation

blgm
Copy link
Member

@blgm blgm commented Oct 9, 2024

Compression is computationally expensive, and there's no value in doing it during the integration tests as the brokerpak will be immediately expanded after being compressed. So we now specify the --compress=false flag which will mean that the integration tests consume less compute, and might run faster.

Compression is computationally expensive, and there's no value in doing it during the integration tests
as the brokerpak will be immediately expanded after being compressed. So we now specify the --compress=false
flag which will mean that the integration tests consume less compute, and might run faster.
@FelisiaM FelisiaM merged commit 212eb36 into main Oct 11, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants