docs: tidy manual test checklist
Clarify that the manual scenarios remain useful for real browser and deployment retests, and keep the nginx deployment retest item separate from the checksum command example. Test Plan: - just check
This commit is contained in:
@@ -29,8 +29,8 @@ Keep this file as the reusable verification checklist while implementing
|
|||||||
|
|
||||||
## Manual
|
## Manual
|
||||||
|
|
||||||
These scenarios come from `PLAN.md` and should be retested as the matching
|
These scenarios come from `PLAN.md` and remain useful for real browser and
|
||||||
features land.
|
deployment retests.
|
||||||
|
|
||||||
- Upload a small file in one pass.
|
- Upload a small file in one pass.
|
||||||
- Upload a file larger than one chunk.
|
- Upload a file larger than one chunk.
|
||||||
@@ -46,10 +46,10 @@ features land.
|
|||||||
- Retry a duplicate chunk and confirm it is accepted idempotently.
|
- Retry a duplicate chunk and confirm it is accepted idempotently.
|
||||||
- Attempt an invalid chunk index and confirm it is rejected.
|
- Attempt an invalid chunk index and confirm it is rejected.
|
||||||
- Attempt a wrong-size non-final chunk and confirm it is rejected.
|
- Attempt a wrong-size non-final chunk and confirm it is rejected.
|
||||||
- Complete an upload and compare the final file with the source file:
|
|
||||||
- Install `deploy/nginx/upl.conf.example` on the deployment host, add the real
|
- Install `deploy/nginx/upl.conf.example` on the deployment host, add the real
|
||||||
TLS certificate and access-control settings, and repeat the resume scenarios
|
TLS certificate and access-control settings, and repeat the resume scenarios
|
||||||
through the public nginx URL.
|
through the public nginx URL.
|
||||||
|
- Complete an upload and compare the final file with the source file:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sha256sum source-file data/complete/uploaded-file
|
sha256sum source-file data/complete/uploaded-file
|
||||||
|
|||||||
Reference in New Issue
Block a user