Skip to content

Add audio constraints controls to vanilla v2 page #1071

Add audio constraints controls to vanilla v2 page

Add audio constraints controls to vanilla v2 page #1071

Triggered via pull request June 24, 2024 22:48
Status Failure
Total duration 9m 42s
Artifacts

unit-tests.yml

on: pull_request
Matrix: Run unit and stack tests
Matrix: Browser SDK production / Run E2E tests
Matrix: Browser SDK staging / Run E2E tests
Matrix: RealtimeAPI SDK production / Run E2E tests
Matrix: RealtimeAPI SDK staging / Run E2E tests
Browser SDK production  /  report-result
6s
Browser SDK production / report-result
Browser SDK staging  /  report-result
2s
Browser SDK staging / report-result
RealtimeAPI SDK production  /  report-result
2s
RealtimeAPI SDK production / report-result
RealtimeAPI SDK staging  /  report-result
2s
RealtimeAPI SDK staging / report-result
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 28 warnings, and 14 notices
[callfabric] › callfabric/relayApp.spec.ts:14:7 › CallFabric Relay Application › should connect to the relay app and expect an audio playback: internal/e2e-js/tests/callfabric/relayApp.spec.ts#L93
1) [callfabric] › callfabric/relayApp.spec.ts:14:7 › CallFabric Relay Application › should connect to the relay app and expect an audio playback Error: page.evaluate: Object 91 | const expectInitialEvents = expectCFInitialEvents(page, [callPlayStarted]) 92 | > 93 | await page.evaluate(async () => *** | ^ 94 | // @ts-expect-error 95 | const call = window._roomObj 96 | at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/callfabric/relayApp.spec.ts:93:16
Browser SDK production / Run E2E tests (18.x, callfabric)
Process completed with exit code 1.
[default] › video.test.ts:14:7 › Video › should join the room and listen for events: internal/e2e-realtime-api/src/playwright/video.test.ts#L1
1) [default] › video.test.ts:14:7 › Video › should join the room and listen for events ─────────── Test timeout of 60000ms exceeded.
RealtimeAPI SDK production / Run E2E tests (18.x, dev:playwright)
Process completed with exit code 1.
[default] › video.test.ts:14:7 › Video › should join the room and listen for events: internal/e2e-realtime-api/src/playwright/video.test.ts#L1
1) [default] › video.test.ts:14:7 › Video › should join the room and listen for events ─────────── Test timeout of 60000ms exceeded.
RealtimeAPI SDK staging / Run E2E tests (18.x, dev:playwright)
Process completed with exit code 1.
[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:294:7 › v2WebrtcFromRestTwoJoinAudio › should handle a call from REST API to v2 clients: internal/e2e-js/utils.ts#L869
1) [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:294:7 › v2WebrtcFromRestTwoJoinAudio › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio G711 Error: expect(received).toBeGreaterThan(expected) Expected: > 2.5 Received: 0.020632048250438732 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:388:5
Browser SDK staging / Run E2E tests (18.x, v2WebRTC)
Process completed with exit code 1.
Slow Test: internal/e2e-js/[badNetwork] › roomSessionBadNetwork.spec.ts#L1
internal/e2e-js/[badNetwork] › roomSessionBadNetwork.spec.ts took 49.1s
Slow Test: internal/e2e-js/[callfabric] › callfabric/swml.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/swml.spec.ts took 16.8s
Slow Test: internal/e2e-js/[audience] › roomSessionAudienceCount.spec.ts#L1
internal/e2e-js/[audience] › roomSessionAudienceCount.spec.ts took 32.0s
Slow Test: internal/e2e-js/[audience] › roomSessionFollowLeader.spec.ts#L1
internal/e2e-js/[audience] › roomSessionFollowLeader.spec.ts took 21.2s
Slow Test: internal/e2e-js/[demote] › roomSessionDemote.spec.ts#L1
internal/e2e-js/[demote] › roomSessionDemote.spec.ts took 27.9s
Slow Test: internal/e2e-js/[demote] › roomSessionDemoteReattachPromote.spec.ts#L1
internal/e2e-js/[demote] › roomSessionDemoteReattachPromote.spec.ts took 20.5s
Slow Test: internal/e2e-js/[demote] › roomSessionDemotePromote.spec.ts#L1
internal/e2e-js/[demote] › roomSessionDemotePromote.spec.ts took 16.6s
Slow Test: internal/e2e-js/[reattach] › roomSessionReattachMultiple.spec.ts#L1
internal/e2e-js/[reattach] › roomSessionReattachMultiple.spec.ts took 25.9s
Slow Test: internal/e2e-js/[reattach] › roomSessionReattach.spec.ts#L1
internal/e2e-js/[reattach] › roomSessionReattach.spec.ts took 20.6s
Slow Test: internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/relayApp.spec.ts took 24.9s
Slow Test: internal/e2e-js/[callfabric] › callfabric/swml.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/swml.spec.ts took 22.2s
Slow Test: internal/e2e-js/[callfabric] › callfabric/videoRoom.spec.ts#L1
internal/e2e-js/[callfabric] › callfabric/videoRoom.spec.ts took 15.4s
Slow Test: internal/e2e-js/[promote] › roomSessionPromoteDemote.spec.ts#L1
internal/e2e-js/[promote] › roomSessionPromoteDemote.spec.ts took 35.6s
Slow Test: internal/e2e-js/[promote] › roomSessionPromoteReattachDemote.spec.ts#L1
internal/e2e-js/[promote] › roomSessionPromoteReattachDemote.spec.ts took 34.7s
Slow Test: internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 1.8m
Slow Test: internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 29.2s
Slow Test: internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts took 1.6m
Slow Test: internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts#L1
internal/e2e-js/[v2WebRTC] › v2Webrtc/webrtcCalling.spec.ts took 26.4s
Slow Test: internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts#L1
internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts took 43.6s
Slow Test: internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts took 29.7s
Slow Test: internal/e2e-js/[default] › roomSession.spec.ts#L1
internal/e2e-js/[default] › roomSession.spec.ts took 24.5s
Slow Test: internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts took 21.1s
Slow Test: internal/e2e-js/[default] › roomSessionRemoveAllMembers.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAllMembers.spec.ts took 20.3s
Slow Test: internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts#L1
internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts took 50.8s
Slow Test: internal/e2e-js/[default] › callfabric/buildVideoElement.spec.ts#L1
internal/e2e-js/[default] › callfabric/buildVideoElement.spec.ts took 34.3s
Slow Test: internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAt.spec.ts took 29.9s
Slow Test: internal/e2e-js/[default] › roomSession.spec.ts#L1
internal/e2e-js/[default] › roomSession.spec.ts took 29.3s
Slow Test: internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts#L1
internal/e2e-js/[default] › roomSessionRemoveAfterSecondsElapsed.spec.ts took 27.5s
🎭 Playwright Run Summary
5 passed (24.3s)
🎭 Playwright Run Summary
1 passed (49.8s)
🎭 Playwright Run Summary
1 failed [callfabric] › callfabric/relayApp.spec.ts:14:7 › CallFabric Relay Application › should connect to the relay app and expect an audio playback 9 passed (53.7s)
🎭 Playwright Run Summary
4 passed (1.2m)
🎭 Playwright Run Summary
4 passed (1.3m)
🎭 Playwright Run Summary
8 passed (1.2m)
🎭 Playwright Run Summary
10 passed (1.3m)
🎭 Playwright Run Summary
4 passed (1.5m)
🎭 Playwright Run Summary
1 failed [default] › video.test.ts:14:7 › Video › should join the room and listen for events ──────────── 5 passed (1.5m)
🎭 Playwright Run Summary
1 failed [default] › video.test.ts:14:7 › Video › should join the room and listen for events ──────────── 5 passed (1.6m)
🎭 Playwright Run Summary
1 failed [v2WebRTC] › v2Webrtc/v2WebrtcFromRest.spec.ts:294:7 › v2WebrtcFromRestTwoJoinAudio › should handle a call from REST API to v2 clients, dialing both into a Conference at answer, audio G711 6 passed (2.3m)
🎭 Playwright Run Summary
7 passed (2.1m)
🎭 Playwright Run Summary
2 skipped 38 passed (4.1m)
🎭 Playwright Run Summary
2 skipped 38 passed (5.1m)