Open
Description
Create an E2E Test which covers the following scenario:
- Start and register Orchestrator
- Start Broadcaster
- Fund Deposit/Reserve
- Start a stream
- Check if the stream was transcoded
- Check that a ticket was received by Orchestrator
- Redeem the ticket
- Check that ticket was redeemed and ETH was paid
- Withdraw Fees and check that ETH is in the O's acount
In this work, we should focus on a few aspects:
- We may either send the real video data or mock the video part. I suggest to send one real video segment via HTTP ingest
- It may be hard (or impossible) to tweak
maxTicketEV
andticketEV
, so that we're certain to receive a winning ticket, therefore we may need to setwinProb
directly in the code (white-box testing approach) - If this scenario becomes too long, we can consider splitting it into a few scenarios (e.g. one for sending stream, one for redeeming ticket, one for withdrawing fees)