posit-dev / posit-dev/rsconnect-python

inconsistent file_checksum

Open
#382 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
37
Forks
28
Avg merge
1d 3h
Merged PRs (30d)
7

Description

file_checksum is generating different checksums for the same file.

The file can be any file that exist on disk, uploaded as part of a bundle, or re-downloaded as part of a bundle. Cross checking the same file with sha256 would give consistent hashes, while file_checksum does not.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read rsconnect/bundle.py lines 379-389, where file_checksum is identified, and compare its result for the same file on disk, in an uploaded bundle, and after re-download. Use sha256 as the consistency reference; done means the checksum is identical for all three file states.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.