mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
tests(nixos/s3-binary-cache-store): enable multipart
This commit is contained in:
parent
040d1aae41
commit
965d6be7c1
1 changed files with 3 additions and 4 deletions
|
|
@ -794,10 +794,9 @@ in
|
||||||
test_compression_disabled()
|
test_compression_disabled()
|
||||||
test_nix_prefetch_url()
|
test_nix_prefetch_url()
|
||||||
test_versioned_urls()
|
test_versioned_urls()
|
||||||
# FIXME: enable when multipart fully lands
|
test_multipart_upload_basic()
|
||||||
# test_multipart_upload_basic()
|
test_multipart_threshold()
|
||||||
# test_multipart_threshold()
|
test_multipart_with_log_compression()
|
||||||
# test_multipart_with_log_compression()
|
|
||||||
|
|
||||||
print("\n" + "="*80)
|
print("\n" + "="*80)
|
||||||
print("✓ All S3 Binary Cache Store Tests Passed!")
|
print("✓ All S3 Binary Cache Store Tests Passed!")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue