oxidecomputer / oxidecomputer/crucible
tools/test_repair.sh should be named tools/test_reconcile.sh
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 260
- Forks
- 34
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 8
Description
The test test_repair.sh has a misleading name.
It was given the "repair" name back when we still called "reconcile" "repair".
It is actually performing a reconciliation and not a live_repair.
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 by locating tools/test_repair.sh and checking how the script is referenced in the repository. Rename it to tools/test_reconcile.sh so its name matches the reconciliation behavior described in the issue, and ensure existing references still point to the renamed script.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100