Skip to content

Commit fc774eb

Browse files
docs(upstream): record OCI retry boundaries
Add the 5xx restart and unrelated 416 regression coverage to the current apple/containerization#792 handoff and track the standalone test commit.
1 parent 4e7ca85 commit fc774eb

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/upstream/apple-containerization/PR-ecr-blob-upload-retry.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
- Retry only transport errors, 5xx responses, and ECR
1010
`416/BLOB_UPLOAD_INVALID` responses.
1111
- Share the local HTTP stub between registry and Cloud Hypervisor tests.
12-
- Prove that retry uses a second upload UUID and nil policy performs one POST
13-
and one PUT.
12+
- Prove that ECR 416 and registry 5xx retries use a second upload UUID, nil
13+
policy performs one POST and one PUT, and unrelated 416 responses do not
14+
restart an upload.
1415

1516
## Upstream Reference
1617

@@ -26,6 +27,8 @@
2627
- Shared test support: `d388a15` in `stephenlclarke/containerization`.
2728
- Source fix and registry regressions: `c8043bb` in
2829
`stephenlclarke/containerization`.
30+
- Additional retry-boundary regressions: `077cc0d` in
31+
`stephenlclarke/containerization`.
2932
- Keep the source fix as its own upstream-overlap commit.
3033

3134
## Validation

0 commit comments

Comments
 (0)