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
Is your feature request related to a problem? Please describe.
Remote transcoding tests might be flaky due to a time.sleep required with go-routines to connect remote T for testing.
There are currently 5 such tests:
Describe the solution you'd like
Refactor remote transcoding tests inside of orch_test.go to allow for remote transcoders to be connected without using go-routines or time.sleep. As recommended in #2747. One additional test should be added once resolved. I've published this to my branch here: https://github.com/eliteprox/go-livepeer/tree/develop-trancoderdrop-tests
Describe alternatives you've considered
Considered leaving the time.sleep in the tests, decision made to not add the new test at this time.
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Remote transcoding tests might be flaky due to a
time.sleep
required with go-routines to connect remote T for testing.There are currently 5 such tests:
go-livepeer/core/orch_test.go
Line 33 in f07d69d
go-livepeer/core/orch_test.go
Line 186 in f07d69d
go-livepeer/core/orch_test.go
Line 243 in f07d69d
go-livepeer/core/orch_test.go
Line 346 in f07d69d
go-livepeer/core/orch_test.go
Line 422 in f07d69d
Describe the solution you'd like
Refactor remote transcoding tests inside of
orch_test.go
to allow for remote transcoders to be connected without using go-routines ortime.sleep
. As recommended in #2747. One additional test should be added once resolved. I've published this to my branch here: https://github.com/eliteprox/go-livepeer/tree/develop-trancoderdrop-testsDescribe alternatives you've considered
Considered leaving the
time.sleep
in the tests, decision made to not add the new test at this time.Additional context
None
The text was updated successfully, but these errors were encountered: