v2 WebRTC Calling Tests #4172
Annotations
3 errors, 2 warnings, and 1 notice
internal/e2e-js/utils.ts#L869
1) [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:184:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio/video
Error: expect(received).toBeGreaterThan(expected)
Expected: > 2.5
Received: 0.49941793137614876
at ../utils.ts:869
867 | const packetsReceived = audioStats['inbound-rtp']['packetsReceived']
868 | if (totalAudioEnergy) ***
> 869 | expect(totalAudioEnergy).toBeGreaterThan(minTotalAudioEnergy)
| ^
870 | *** else ***
871 | console.log('Warning: totalAudioEnergy was missing from the report!')
872 | if (packetsReceived) ***
at expectv2HasReceivedAudio (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:869:30)
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/v2WebrtcFromRest.spec.ts:275:5
|
internal/e2e-js/utils.ts#L869
2) [v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts:120:7 › v2WebrtcCalling › should receive a call from LaML and expect to receive audio
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0.4
Received: 0.07849941148323154
at ../utils.ts:869
867 | const packetsReceived = audioStats['inbound-rtp']['packetsReceived']
868 | if (totalAudioEnergy) ***
> 869 | expect(totalAudioEnergy).toBeGreaterThan(minTotalAudioEnergy)
| ^
870 | *** else ***
871 | console.log('Warning: totalAudioEnergy was missing from the report!')
872 | if (packetsReceived) ***
at expectv2HasReceivedAudio (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:869:30)
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/v2Webrtc/webrtcCalling.spec.ts:171:5
|
|
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 1.7m
|
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 26.6s
|
2 failed
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:184:7 › v2WebrtcFromRestTwoJoinAudioVideo › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio/video
[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts:120:7 › v2WebrtcCalling › should receive a call from LaML and expect to receive audio
5 passed (2.1m)
|
This job failed
Loading