livepeer / livepeer/stream-tester
Refactor record tester
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 24
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Refactor and re-use logic for the following parts:
- Arguments that each `Start()` function takes => they should be moved to (opts) structs
- Reuse the code between different testers (recordtester, vodtester, transcodetester)
I started the refactor here: https://github.com/livepeer/stream-tester/tree/rafal/refactor-recordtester
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
Start by reviewing the refactor branch linked in the issue and compare its changes with the current recordtester, vodtester, and transcodetester implementations. Inspect each Start() function and the shared tester logic to define the opts structs and reuse boundaries. Done means the testers share the intended logic and each Start() receives the appropriate options without losing existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- devtools, testing-qa
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100