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

fix bulk test tool for ALWAYS_COMPRESS mode #787

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

eschultink
Copy link
Member

Fixes

Change implications

  • dependencies added/changed? no
  • something important to note in future release notes? no

@eschultink eschultink self-assigned this Aug 17, 2024
@@ -175,9 +175,7 @@ export default async function (options = {}) {
let sanitizedDiffPath = sanitized;
const isOriginalGzipped = await isGzipped(original);
if (isOriginalGzipped) {
// Assume sanitized file is also gzipped
Copy link
Contributor

@davidfq davidfq Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to clarify here...
// by Psoxy defaults, sanitized file is always gzipped and download function deals with compression

@eschultink eschultink merged commit d4b43fd into rc-v0.4.58 Aug 19, 2024
38 checks passed
@eschultink eschultink deleted the s181-fix-bulk-test-tool branch August 19, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants