liftedinit / liftedinit/many-rs
Maintain MIGRATION_ROOT in one location for all resiliency tests
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
As it stands now, changes to the `MIGRATION_ROOT` need to the duplicated across all resiliency tests, and it can lead to situations where a branch gets out of sync with main and starts failing resiliency tests due to not being able to locate a file in the `MIGRATION_ROOT`. Instead, it would be nice if the MIGRATION_ROOT variable could be kept in one place to apply to all resiliency tests.
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
Search the repository for `MIGRATION_ROOT` and inspect each resiliency test that defines or uses it. Identify the duplicated definitions and the existing resiliency test command, then centralize the variable so all resiliency tests use one location. Done means the duplicated values are removed and the resiliency tests still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100