Skip to content

Introduce MatrixRTCSession lower level group call primitive #5806

Introduce MatrixRTCSession lower level group call primitive

Introduce MatrixRTCSession lower level group call primitive #5806

Triggered via pull request August 23, 2023 17:06
Status Failure
Total duration 7m 46s
Artifacts 1

tests.yml

on: pull_request
Downstream test matrix-react-sdk  /  Element Web Integration Tests
Downstream test matrix-react-sdk / Element Web Integration Tests
Downstream test matrix-react-sdk  /  Jest
Downstream test matrix-react-sdk / Jest
Matrix: jest
Downstream test matrix-react-sdk  /  Skip SonarCloud in merge queue
Downstream test matrix-react-sdk / Skip SonarCloud in merge queue
Downstream tests
2s
Downstream tests
Fit to window
Zoom out
Zoom in

Annotations

25 errors
MatrixClient › emitted sync events › should transition ERROR -> CATCHUP after /sync if prev failed: spec/unit/matrix-client.spec.ts#L1058
expect(received).toEqual(expected) // deep equality Expected: "RECONNECTING" Received: "ERROR" at MatrixClient.toEqual (spec/unit/matrix-client.spec.ts:1058:31) at MatrixClient.emit (src/models/typed-event-emitter.ts:89:22) at SyncApi.emit [as updateSyncState] (src/sync.ts:1845:21) at SyncApi.updateSyncState [as recoverFromSyncStartupError] (src/sync.ts:586:14) at SyncApi.getPushRules (src/sync.ts:633:13) at SyncApi.sync (src/sync.ts:760:9)
MatrixClient › emitted sync events › should transition ERROR -> CATCHUP after /sync if prev failed: spec/unit/matrix-client.spec.ts#L1099
thrown: "Exceeded timeout of 5000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at it (spec/unit/matrix-client.spec.ts:1099:9) at describe (spec/unit/matrix-client.spec.ts:1049:5) at Object.describe (spec/unit/matrix-client.spec.ts:147:1)
MatrixClient › emitted sync events › should transition SYNCING -> ERROR after a failed /sync: spec/unit/matrix-client.spec.ts#L1058
expect(received).toEqual(expected) // deep equality Expected: "PREPARED" Received: "ERROR" at MatrixClient.toEqual (spec/unit/matrix-client.spec.ts:1058:31) at MatrixClient.emit (src/models/typed-event-emitter.ts:89:22) at SyncApi.emit [as updateSyncState] (src/sync.ts:1845:21) at SyncApi.updateSyncState [as recoverFromSyncStartupError] (src/sync.ts:586:14) at SyncApi.getPushRules (src/sync.ts:633:13) at SyncApi.sync (src/sync.ts:760:9)
MatrixClient › emitted sync events › should transition SYNCING -> ERROR after a failed /sync: spec/unit/matrix-client.spec.ts#L1147
thrown: "Exceeded timeout of 5000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at it (spec/unit/matrix-client.spec.ts:1147:9) at describe (spec/unit/matrix-client.spec.ts:1049:5) at Object.describe (spec/unit/matrix-client.spec.ts:147:1)
MatrixClient › emitted sync events › should transition ERROR -> SYNCING after /sync if prev failed: spec/unit/matrix-client.spec.ts#L1058
expect(received).toEqual(expected) // deep equality Expected: "ERROR" Received: "RECONNECTING" at MatrixClient.toEqual (spec/unit/matrix-client.spec.ts:1058:31) at MatrixClient.emit (src/models/typed-event-emitter.ts:89:22) at SyncApi.emit [as updateSyncState] (src/sync.ts:1845:21) at SyncApi.updateSyncState [as onSyncError] (src/sync.ts:1069:14) at SyncApi.onSyncError [as doSync] (src/sync.ts:884:42)
MatrixClient › emitted sync events › should transition ERROR -> SYNCING after /sync if prev failed: spec/unit/matrix-client.spec.ts#L1172
thrown: "Exceeded timeout of 5000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at it (spec/unit/matrix-client.spec.ts:1172:9) at describe (spec/unit/matrix-client.spec.ts:1049:5) at Object.describe (spec/unit/matrix-client.spec.ts:147:1)
MatrixClient › emitted sync events › should transition ERROR -> ERROR if keepalive keeps failing: spec/unit/matrix-client.spec.ts#L1058
expect(received).toEqual(expected) // deep equality Expected: "PREPARED" Received: "ERROR" at MatrixClient.toEqual (spec/unit/matrix-client.spec.ts:1058:31) at MatrixClient.emit (src/models/typed-event-emitter.ts:89:22) at SyncApi.emit [as updateSyncState] (src/sync.ts:1845:21) at SyncApi.updateSyncState [as recoverFromSyncStartupError] (src/sync.ts:586:14) at SyncApi.getPushRules (src/sync.ts:633:13) at SyncApi.sync (src/sync.ts:760:9)
MatrixClient › emitted sync events › should transition ERROR -> ERROR if keepalive keeps failing: spec/unit/matrix-client.spec.ts#L1206
thrown: "Exceeded timeout of 5000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at it (spec/unit/matrix-client.spec.ts:1206:9) at describe (spec/unit/matrix-client.spec.ts:1049:5) at Object.describe (spec/unit/matrix-client.spec.ts:147:1)
Jest [unit] (Node latest)
Process completed with exit code 1.
Jest [integ] (Node latest)
The job was canceled because "unit_latest" failed.
Jest [integ] (Node latest)
The operation was canceled.
Jest [browserify] (Node 18)
The job was canceled because "unit_latest" failed.
Jest [browserify] (Node 18)
The operation was canceled.
Jest [unit] (Node 18)
The job was canceled because "unit_latest" failed.
MatrixClient › emitted sync events › should transition ERROR -> CATCHUP after /sync if prev failed: spec/unit/matrix-client.spec.ts#L1058
expect(received).toEqual(expected) // deep equality Expected: "RECONNECTING" Received: "ERROR" at MatrixClient.toEqual (spec/unit/matrix-client.spec.ts:1058:31) at MatrixClient.emit (src/models/typed-event-emitter.ts:89:22) at SyncApi.emit [as updateSyncState] (src/sync.ts:1845:21) at SyncApi.updateSyncState [as recoverFromSyncStartupError] (src/sync.ts:586:14) at SyncApi.getPushRules (src/sync.ts:633:13) at SyncApi.sync (src/sync.ts:760:9)
MatrixClient › emitted sync events › should transition ERROR -> CATCHUP after /sync if prev failed: spec/unit/matrix-client.spec.ts#L1099
thrown: "Exceeded timeout of 5000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at it (spec/unit/matrix-client.spec.ts:1099:9) at describe (spec/unit/matrix-client.spec.ts:1049:5) at Object.describe (spec/unit/matrix-client.spec.ts:147:1)
MatrixClient › emitted sync events › should transition SYNCING -> ERROR after a failed /sync: spec/unit/matrix-client.spec.ts#L1058
expect(received).toEqual(expected) // deep equality Expected: "PREPARED" Received: "ERROR" at MatrixClient.toEqual (spec/unit/matrix-client.spec.ts:1058:31) at MatrixClient.emit (src/models/typed-event-emitter.ts:89:22) at SyncApi.emit [as updateSyncState] (src/sync.ts:1845:21) at SyncApi.updateSyncState [as recoverFromSyncStartupError] (src/sync.ts:586:14) at SyncApi.getPushRules (src/sync.ts:633:13) at SyncApi.sync (src/sync.ts:760:9)
MatrixClient › emitted sync events › should transition SYNCING -> ERROR after a failed /sync: spec/unit/matrix-client.spec.ts#L1147
thrown: "Exceeded timeout of 5000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at it (spec/unit/matrix-client.spec.ts:1147:9) at describe (spec/unit/matrix-client.spec.ts:1049:5) at Object.describe (spec/unit/matrix-client.spec.ts:147:1)
MatrixClient › emitted sync events › should transition ERROR -> SYNCING after /sync if prev failed: spec/unit/matrix-client.spec.ts#L1058
expect(received).toEqual(expected) // deep equality Expected: "ERROR" Received: "RECONNECTING" at MatrixClient.toEqual (spec/unit/matrix-client.spec.ts:1058:31) at MatrixClient.emit (src/models/typed-event-emitter.ts:89:22) at SyncApi.emit [as updateSyncState] (src/sync.ts:1845:21) at SyncApi.updateSyncState [as onSyncError] (src/sync.ts:1069:14) at SyncApi.onSyncError [as doSync] (src/sync.ts:884:42)
MatrixClient › emitted sync events › should transition ERROR -> SYNCING after /sync if prev failed: spec/unit/matrix-client.spec.ts#L1172
thrown: "Exceeded timeout of 5000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at it (spec/unit/matrix-client.spec.ts:1172:9) at describe (spec/unit/matrix-client.spec.ts:1049:5) at Object.describe (spec/unit/matrix-client.spec.ts:147:1)
MatrixClient › emitted sync events › should transition ERROR -> ERROR if keepalive keeps failing: spec/unit/matrix-client.spec.ts#L1058
expect(received).toEqual(expected) // deep equality Expected: "PREPARED" Received: "ERROR" at MatrixClient.toEqual (spec/unit/matrix-client.spec.ts:1058:31) at MatrixClient.emit (src/models/typed-event-emitter.ts:89:22) at SyncApi.emit [as updateSyncState] (src/sync.ts:1845:21) at SyncApi.updateSyncState [as recoverFromSyncStartupError] (src/sync.ts:586:14) at SyncApi.getPushRules (src/sync.ts:633:13) at SyncApi.sync (src/sync.ts:760:9)
MatrixClient › emitted sync events › should transition ERROR -> ERROR if keepalive keeps failing: spec/unit/matrix-client.spec.ts#L1206
thrown: "Exceeded timeout of 5000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at it (spec/unit/matrix-client.spec.ts:1206:9) at describe (spec/unit/matrix-client.spec.ts:1049:5) at Object.describe (spec/unit/matrix-client.spec.ts:147:1)
Jest [unit] (Node 18)
The operation was canceled.
Jest [browserify] (Node latest)
The job was canceled because "unit_latest" failed.
Jest [browserify] (Node latest)
The operation was canceled.

Artifacts

Produced during runtime
Name Size
coverage Expired
1.14 MB