livepeer / lpms

Livepeer media server
MIT License
282 stars 71 forks source link

CircleCI failing on `segmenter` tests #278

Closed jailuthra closed 2 years ago

jailuthra commented 2 years ago

Since last week our CI pipeline fails on TestSegmenter unit test here https://github.com/livepeer/lpms/blob/1b6c4df523c2523d5309cd0fe9e7c518811ea779/segmenter/video_segmenter_test.go#L134-L138

Nothing obvious has changed on the segmenter codebase recently, so I suspect something changed in the environment (i.e. CircleCI, Golang, RTMP port?) that is causing this.

yondonfu commented 2 years ago

Let's determine if this is a problem with CircleCI vs. a problem with the tests/code.

If the problem is with the tests/code let's fix it.

If the problem is with CircleCI I suggest we look into https://github.com/livepeer/lpms/issues/284

yondonfu commented 2 years ago

Closed by #286