Skip to content

Update demo

Update demo #953

Triggered via push August 21, 2024 16:06
Status Failure
Total duration 1m 4s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
CI on OTP 26 / Elixir 1.16: test/ex_webrtc/rtp/jitter_buffer_test.exs#L31
test When JitterBuffer is in waiting state any new packet is kept (ExWebRTC.RTP.JitterBufferTest)
CI on OTP 26 / Elixir 1.16: test/ex_webrtc/rtp/jitter_buffer_test.exs#L126
test When asked to flush, JitterBuffer dumps store and resets itself (ExWebRTC.RTP.JitterBufferTest)
CI on OTP 26 / Elixir 1.16: test/ex_webrtc/rtp/jitter_buffer_test.exs#L24
test When JitterBuffer is in waiting state start of stream starts timer that changes state (ExWebRTC.RTP.JitterBufferTest)
CI on OTP 26 / Elixir 1.16: test/ex_webrtc/rtp/jitter_buffer_test.exs#L59
test When new packet arrives when not waiting and already pushed some packet refuses to add that packet when it comes too late (ExWebRTC.RTP.JitterBufferTest)
CI on OTP 26 / Elixir 1.16: test/ex_webrtc/rtp/jitter_buffer_test.exs#L100
test When latency passes without filling the gap, JitterBuffer outputs discontinuity and late packet (ExWebRTC.RTP.JitterBufferTest)
CI on OTP 26 / Elixir 1.16: test/ex_webrtc/rtp/jitter_buffer_test.exs#L66
test When new packet arrives when not waiting and already pushed some packet adds it and when it fills the gap, returns all packets in order (ExWebRTC.RTP.JitterBufferTest)
CI on OTP 26 / Elixir 1.16: test/ex_webrtc/rtp/jitter_buffer_test.exs#L50
test When new packet arrives when not waiting and already pushed some packet outputs it immediately if it is in order (ExWebRTC.RTP.JitterBufferTest)
CI on OTP 26 / Elixir 1.16: test/ex_webrtc/rtp/jitter_buffer/realtime_test.exs#L63
test Jitter Buffer works in a pipeline with large latency (ExWebRTC.RTP.JitterBuffer.RealtimeTest)
CI on OTP 26 / Elixir 1.16: test/ex_webrtc/rtp/jitter_buffer/realtime_test.exs#L59
test Jitter Buffer works in a pipeline with small latency (ExWebRTC.RTP.JitterBuffer.RealtimeTest)
CI on OTP 26 / Elixir 1.16
Process completed with exit code 2.