Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

record-tester: Support multiple concurrent uploads in VOD mode #232

Open
yondonfu opened this issue Dec 14, 2022 · 0 comments
Open

record-tester: Support multiple concurrent uploads in VOD mode #232

yondonfu opened this issue Dec 14, 2022 · 0 comments

Comments

@yondonfu
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant