influxdata / influxdata/influxdb
Integration Test: hydrateVars
Open
area/tests
team/ui
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
The current hydrateVars specs mock most of the module's external dependencies, which is good for specifying behavior and ensuring modularity, but isn't helping when it comes to refactoring code that touches it.
Contributor guide
Research direction
Start by locating the existing hydrateVars specs and reviewing which external dependencies they mock. Define the integration-test boundary from those specs, then verify the resulting tests exercise the real dependencies while preserving the behavior they currently specify.
Written by the indexing model from the issue text.
Assessment
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100