WIP: CF SDK - Expose function to notify about the incoming call #229
Triggered via pull request
November 13, 2023 14:44
Status
Failure
Total duration
13m 55s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
unit-tests.yml
on: pull_request
Matrix: Run unit and stack tests
Matrix: Run browser SDK production e2e tests / Run E2E tests
Matrix: Run browser SDK staging e2e tests / Run E2E tests
Matrix: Run RealtimeAPI SDK production e2e tests / Run E2E tests
Matrix: Run RealtimeAPI SDK staging e2e tests / Run E2E tests
Annotations
10 errors, 10 warnings, and 7 notices
[default] › video.test.ts:12:7 › Video › should join the room and listen for events:
internal/e2e-realtime-api/src/playwright/video.test.ts#L128
1) [default] › video.test.ts:12:7 › Video › should join the room and listen for events ───────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 3
Received: 2
126 | const roomSessionsAtEnd = await findRoomSessionsByPrefix()
127 | expect(roomSessionsAtEnd.filter((r) => r.recording)).toHaveLength(0)
> 128 | expect(roomSessionCreated.size).toBe(roomCount)
| ^
129 | expect(roomSessionsAtEnd).toHaveLength(roomCount)
130 | })
131 |
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-realtime-api/src/playwright/video.test.ts:128:37
|
Run RealtimeAPI SDK staging e2e tests / Run E2E tests (18.x)
Process completed with exit code 1.
|
[streaming] › roomSessionStreaming.spec.ts:12:7 › RoomSession › should handle Stream events and methods:
internal/e2e-js/tests/roomSessionStreaming.spec.ts#L1
1) [streaming] › roomSessionStreaming.spec.ts:12:7 › RoomSession › should handle Stream events and methods
Test timeout of 120000ms exceeded.
|
[streaming] › roomSessionStreaming.spec.ts:12:7 › RoomSession › should handle Stream events and methods:
internal/e2e-js/utils.ts#L380
1) [streaming] › roomSessionStreaming.spec.ts:12:7 › RoomSession › should handle Stream events and methods
Error: page.evaluate: Target closed
at ../utils.ts:380
378 | options: { invokeJoin: boolean } = { invokeJoin: true }
379 | ) => {
> 380 | return page.evaluate(({ invokeJoin }) => {
| ^
381 | return new Promise<any>(async (resolve, reject) => {
382 | // @ts-expect-error
383 | const roomObj: Video.RoomSession = window._roomObj
at expectRoomJoined (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:380:15)
at createTestRoomSession (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/utils.ts:113:5)
at /home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/tests/roomSessionStreaming.spec.ts:35:5
|
[streaming] › roomSessionStreaming.spec.ts:12:7 › RoomSession › should handle Stream events and methods:
internal/e2e-js/tests/roomSessionStreaming.spec.ts#L1
1) [streaming] › roomSessionStreaming.spec.ts:12:7 › RoomSession › should handle Stream events and methods
Pending operations:
- page.evaluate at utils.ts:380:15
- page.evaluate at utils.ts:380:15
- page.evaluate at tests/roomSessionStreaming.spec.ts:42:42
- page.waitForSelector at utils.ts:395:14
|
Run browser SDK staging e2e tests / Run E2E tests (18.x, streaming)
Process completed with exit code 1.
|
Run browser SDK staging e2e tests / Run E2E tests (18.x, default)
The job was canceled because "_18_x_streaming" failed.
|
Run browser SDK staging e2e tests / Run E2E tests (18.x, default)
The operation was canceled.
|
[default] › callfabric/relayApp.spec.ts:84:7 › CallFabric Relay Application › should connect to the relay app and expect a silence:
internal/e2e-js/fixtures.ts#L63
1) [default] › callfabric/relayApp.spec.ts:84:7 › CallFabric Relay Application › should connect to the relay app and expect a silence
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
at ../fixtures.ts:63
61 |
62 | results.forEach((row) => {
> 63 | expect(row.videos).toBe(0)
| ^
64 | expect(row.rootEl).toBe(0)
65 | })
66 | },
at forEach (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/fixtures.ts:63:26)
at Object.createCustomPage (/home/runner/work/signalwire-js/signalwire-js/internal/e2e-js/fixtures.ts:62:13)
|
Run browser SDK production e2e tests / Run E2E tests (18.x, default)
Process completed with exit code 1.
|
Slow Test:
internal/e2e-js/[slow] › roomSessionBadNetwork.spec.ts#L1
internal/e2e-js/[slow] › roomSessionBadNetwork.spec.ts took 51.3s
|
Slow Test:
internal/e2e-js/[slow] › roomSessionAudienceCount.spec.ts#L1
internal/e2e-js/[slow] › roomSessionAudienceCount.spec.ts took 47.1s
|
Slow Test:
internal/e2e-js/[slow] › roomSessionAudienceCount.spec.ts#L1
internal/e2e-js/[slow] › roomSessionAudienceCount.spec.ts took 1.1m
|
Slow Test:
internal/e2e-js/[slow] › roomSessionBadNetwork.spec.ts#L1
internal/e2e-js/[slow] › roomSessionBadNetwork.spec.ts took 52.8s
|
Slow Test:
internal/e2e-js/[streaming] › roomSessionStreaming.spec.ts#L1
internal/e2e-js/[streaming] › roomSessionStreaming.spec.ts took 2.0m
|
Slow Test:
internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts#L1
internal/e2e-js/[default] › roomSessionJoinFrom.spec.ts took 44.4s
|
Slow Test:
internal/e2e-js/[default] › roomSession.spec.ts#L1
internal/e2e-js/[default] › roomSession.spec.ts took 36.0s
|
Slow Test:
internal/e2e-js/[default] › roomSessionPromoteReattachDemote.spec.ts#L1
internal/e2e-js/[default] › roomSessionPromoteReattachDemote.spec.ts took 35.8s
|
Slow Test:
internal/e2e-js/[default] › roomSessionPromoteDemote.spec.ts#L1
internal/e2e-js/[default] › roomSessionPromoteDemote.spec.ts took 35.4s
|
Slow Test:
internal/e2e-js/[default] › roomSessionDemote.spec.ts#L1
internal/e2e-js/[default] › roomSessionDemote.spec.ts took 32.0s
|
🎭 Playwright Run Summary
2 passed (18.5s)
|
🎭 Playwright Run Summary
5 passed (25.2s)
|
🎭 Playwright Run Summary
2 passed (1.7m)
|
🎭 Playwright Run Summary
1 failed
[default] › video.test.ts:12:7 › Video › should join the room and listen for events ────────────
4 passed (52.9s)
|
🎭 Playwright Run Summary
2 passed (2.0m)
|
🎭 Playwright Run Summary
1 failed
[streaming] › roomSessionStreaming.spec.ts:12:7 › RoomSession › should handle Stream events and methods
1 passed (2.2m)
|
🎭 Playwright Run Summary
1 failed
[default] › callfabric/relayApp.spec.ts:84:7 › CallFabric Relay Application › should connect to the relay app and expect a silence
62 passed (11.0m)
|