1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

test(nixos): add integration test for doubly-compressed content

Add an integration test with a compressing proxy (nginx is used).
This test verifies that fetched archives do not get decompressed
excessively.
This commit is contained in:
Sergei Zimmerman 2024-03-30 01:29:34 +03:00
parent 500683a949
commit a66b5a1526
No known key found for this signature in database
GPG key ID: A9B0B557CA632325
2 changed files with 73 additions and 0 deletions

View file

@ -158,4 +158,6 @@ in
fetch-git = runNixOSTestFor "x86_64-linux" ./fetch-git;
ca-fd-leak = runNixOSTestFor "x86_64-linux" ./ca-fd-leak;
gzip-content-encoding = runNixOSTestFor "x86_64-linux" ./gzip-content-encoding.nix;
}