Missing checksum checks on final MOVE of new dav chunking
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 16
- Forks
- 16
- Avg merge
- 11h 11m
- Merged PRs (30d)
- 1
Description
The current checksum tests for new dav chunking only trigger checksum verification for individual chunks: https://github.com/owncloud/core/blob/master/tests/integration/features/checksums.feature#L150
We need to add tests that send the full file checksum with the MOVE operation to make the server verify the checksum for the full file.
@SergioBertolinSG
cc @IljaN
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in tests/integration/features/checksums.feature around line 150, where checksum tests for new DAV chunking currently cover individual chunks. Add tests that send the full-file checksum with the final MOVE operation, then verify that the server checks the complete file checksum.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100