wpilibsuite / wpilibsuite/SystemcoreTesting
Attempting to deploy code with full storage deletes current robot program
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 186
- Forks
- 24
- Avg merge
- 8h 27m
- Merged PRs (30d)
- 9
Description
When attempting to deploy code when the internal storage of SystemCore is full, the deployment process will delete the current code, then fail to deploy with a generic SFTP failure error message. This leaves the robot with no code, and no clear indication of why deployment is failing.
This process can be improved by determining if SystemCore has enough available storage space before deleting the current robot program, then printing a more specific "out of storage space" error instead of a generic SFTP error.
Contributor guide
No contributing guide indexed for this repository
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
Trace the deployment flow and its SFTP failure handling, then identify where the current robot program is deleted and where SystemCore storage availability can be checked. Done means a full-storage deployment preserves the existing program and reports a specific out-of-storage error instead of a generic SFTP failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100