Skip to content

chore: load sandbox adapter if sandbox_registry dep loaded #50

chore: load sandbox adapter if sandbox_registry dep loaded

chore: load sandbox adapter if sandbox_registry dep loaded #50

Triggered via push October 27, 2025 17:22
Status Failure
Total duration 1m 50s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L427
test copy_part/8 returns :ok on successful part copy (CloudCache.Adapters.S3.SandboxTest)
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L190
test copy_object/3 returns not_found error if object does not exist (CloudCache.Adapters.S3.SandboxTest)
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L170
test copy_object/3 returns object metadata on success (CloudCache.Adapters.S3.SandboxTest)
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L484
test create_multipart_upload/3 returns upload information on success (CloudCache.Adapters.S3.SandboxTest)
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L523
test complete_multipart_upload/5 returns file metadata on successful multipart upload completion (CloudCache.Adapters.S3.SandboxTest)
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L553
test complete_multipart_upload/5 returns not_found error if the multipart upload is not found (CloudCache.Adapters.S3.SandboxTest)
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L293
test pre_sign_part/5 returns a presigned URL for the given part on success (CloudCache.Adapters.S3.SandboxTest)
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L400
test copy_parts/8 returns service_unavailable error on failure to copy part (CloudCache.Adapters.S3.SandboxTest)
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L581
test abort_multipart_upload/4 returns OK tuple on successful abort (CloudCache.Adapters.S3.SandboxTest)
test: test/cloud_cache/adapters/s3_sandbox_test.exs#L318
test upload_part/6 returns :ok on successful part copy (CloudCache.Adapters.S3.SandboxTest)