GZ Sample File for Parser Regression

Run parser and extractor regressions with stable sample fixtures and checksum validation.

Recommended Starter File

Filename gz_sample_file_1MB.gz
Size 1.0 MB
MIME application/octet-stream
SHA256 e7f43f1dbb2ce4cd1489d52861c776e5c24fc53e18e9025657f63dd3905b84b8

Validation Checklist

  • Compare parsed metadata against expected outputs.
  • Validate behavior for malformed and edge-case inputs.
  • Track parser drift after dependency upgrades.

Additional GZ Fixtures

Filename Size MIME Scarica
gz_sample_file_500KB.gz 500.1 KB application/octet-stream Scarica
gz_sample_file_200KB.gz 200.1 KB application/octet-stream Scarica
gz_sample_file_50KB.gz 50.0 KB application/octet-stream Scarica

Related Format Comparisons

GZ vs ZST

Compare gzip ubiquity with zstd speed/compression trade-offs.

Open Comparison

Implementation Guides

API Error Taxonomy for File Pipelines

Define stable, actionable error classes for upload and processing APIs.

Read Guide

Archive Extraction Safety

Prevent zip-slip, zip bombs, and parser abuse in archive handling pipelines.

Read Guide

Case Study: Archive Path Traversal Near Miss

How an archive extraction path bug was discovered during QA and neutralized before wider impact.

Read Guide

Checksum Integrity Workflows

Use SHA256 manifests to guarantee fixture integrity in CI and production pipelines.

Read Guide