You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
This would make it easier to automate and run one-off VOD upload tests with a single tool.
The text was updated successfully, but these errors were encountered: