go-livepeer icon indicating copy to clipboard operation
go-livepeer copied to clipboard

Add wait 1s before deciding on the Orchestrator Swap

Open leszko opened this issue 8 months ago • 1 comments

leszko avatar Jun 27 '25 09:06 leszko

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

Impacted file tree graph

@@                 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 data Powered by Codecov. Last update 808f793...35ae82b. Read the comment docs.

Files with missing lines Coverage Δ
server/ai_live_video.go 0.00000% <0.00000%> (ø)

... and 2 files with indirect coverage changes

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jun 27 '25 09:06 codecov[bot]

Alternative PR that makes things more deterministic and avoids the need for a sleep: https://github.com/livepeer/go-livepeer/pull/3663

j0sh avatar Jul 02 '25 23:07 j0sh

Alternative PR that makes things more deterministic and avoids the need for a sleep: #3663

Thanks @j0sh . Then, closing this one!

leszko avatar Jul 14 '25 07:07 leszko