livepeer / livepeer/stream-tester

record-tester: Support multiple concurrent uploads in VOD mode

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

Nobody has claimed this yet.

Dominant language
Go
Stars
24
Forks
10
PR merge metrics
No merged PRs in 30d

Description

record-tester supportes a -testVod flag which uses a ContinuousVodTester to continuously VOD upload tests (direct upload, resumable upload, upload via URL) at a regular interval. Under the hood, the ContinuousVodTester creates a VodTester for each test run.

It would be useful to support:

  • Triggering concurrent VOD uploads on each test run (i.e. if N = 10 then there are 10 tests run concurrently on each interval)
  • Triggering concurrent VOD uploads with a single command

This would make it easier to automate and run one-off VOD upload tests with a single tool.

Contributor guide

No contributing guide indexed for this repository

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

Start in cmd/recordtester/recordtester.go at the -testVod flag and ContinuousVodTester, then read internal/app/vodtester/vodtester_app.go to understand one VodTester run. Define how the command expresses concurrency and whether it is interval-based or one-off; done means the requested number of VOD uploads can run concurrently in both modes.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.