liftedinit / liftedinit/many-rs

Maintain MIGRATION_ROOT in one location for all resiliency tests

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

Nobody has claimed this yet.

bug
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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.