Add wait 1s before deciding on the Orchestrator Swap
Codecov Report
Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.
Project coverage is 31.71284%. Comparing base (
808f793) to head (35ae82b). Report is 11 commits behind head on master.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| server/ai_live_video.go | 0.00000% | 5 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #3653 +/- ##
===================================================
+ Coverage 31.70561% 31.71284% +0.00723%
===================================================
Files 156 156
Lines 47244 47249 +5
===================================================
+ Hits 14979 14984 +5
- Misses 31382 31383 +1
+ Partials 883 882 -1
| Files with missing lines | Coverage Δ | |
|---|---|---|
| server/ai_live_video.go | 0.00000% <0.00000%> (ø) |
... and 2 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 808f793...35ae82b. Read the comment docs.
| Files with missing lines | Coverage Δ | |
|---|---|---|
| server/ai_live_video.go | 0.00000% <0.00000%> (ø) |
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Alternative PR that makes things more deterministic and avoids the need for a sleep: https://github.com/livepeer/go-livepeer/pull/3663
Alternative PR that makes things more deterministic and avoids the need for a sleep: #3663
Thanks @j0sh . Then, closing this one!