Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

End to End Tests

End to End Tests #6837

Triggered via workflow run January 18, 2024 10:08
@dbkrdbkr
completed b64d2e7
Status Failure
Total duration 24m 32s
Artifacts 2

end-to-end-tests.yaml

on: workflow_run
Prepare
3s
Prepare
Matrix: tests
Report results
42s
Report results
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 5 warnings, and 1 notice
Run Tests 7/8
The process '/usr/bin/xvfb-run' failed with exit code 1
[Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator: matrix-react-sdk/playwright/pages/network.ts#L46
1) [Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629 Error: route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId. at ../pages/network.ts:46 44 | route.abort(); 45 | } else { > 46 | route.continue(); | ^ 47 | } 48 | }); 49 | } at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/network.ts:46:31
[Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator: matrix-react-sdk/playwright/pages/network.ts#L46
1) [Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId. at ../pages/network.ts:46 44 | route.abort(); 45 | } else { > 46 | route.continue(); | ^ 47 | } 48 | }); 49 | } at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/network.ts:46:31
[Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator: matrix-react-sdk/playwright/pages/network.ts#L46
1) [Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629 Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId. at ../pages/network.ts:46 44 | route.abort(); 45 | } else { > 46 | route.continue(); | ^ 47 | } 48 | }); 49 | } at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/network.ts:46:31
[Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme: matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts#L129
2) [Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme Test timeout of 30000ms exceeded while running "beforeEach" hook. 127 | }; 128 | > 129 | test.beforeEach(async ({ page, app, user }) => { | ^ 130 | await app.client.createRoom({ name: "Test Room" }); 131 | await app.viewRoomByName("Test Room"); 132 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/audio-player/audio-player.spec.ts:129:10
[Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme: matrix-react-sdk/playwright/plugins/homeserver/synapse/index.ts#L181
2) [Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme Error: apiRequestContext.post: socket hang up Call log: - → POST http://localhost:39295/_synapse/admin/v1/register - user-agent: Playwright/1.41.0 (x64; ubuntu 22.04) node/18.19 CI/1 - accept: */* - accept-encoding: gzip,deflate,br - content-type: application/json - content-length: 268 at ../plugins/homeserver/synapse/index.ts:181 179 | .update(`${nonce}\0${username}\0${password}\0notadmin`) 180 | .digest("hex"); > 181 | const res = await this.request.post(url, { | ^ 182 | data: { 183 | nonce, 184 | username, at Synapse.registerUser (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/plugins/homeserver/synapse/index.ts:181:40) at Object.credentials (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:167:29)
[Legacy Crypto] › crypto/crypto.spec.ts:149:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code: matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts#L166
3) [Legacy Crypto] › crypto/crypto.spec.ts:149:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_InteractiveAuthDialog .mx_Dialog_title').getByText('Setting up keys') 164 | if (!isDeviceVerified) { 165 | const uiaDialogTitle = page.locator(".mx_InteractiveAuthDialog .mx_Dialog_title"); > 166 | await expect(uiaDialogTitle.getByText("Setting up keys")).toBeVisible(); | ^ 167 | await expect(uiaDialogTitle.getByText("Setting up keys")).not.toBeVisible(); 168 | } 169 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/crypto.spec.ts:166:79
[Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator: matrix-react-sdk/playwright/pages/network.ts#L46
4) [Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629 Error: route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId. at ../pages/network.ts:46 44 | route.abort(); 45 | } else { > 46 | route.continue(); | ^ 47 | } 48 | }); 49 | } at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/network.ts:46:31
[Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator: matrix-react-sdk/playwright/pages/network.ts#L46
4) [Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId. at ../pages/network.ts:46 44 | route.abort(); 45 | } else { > 46 | route.continue(); | ^ 47 | } 48 | }); 49 | } at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/network.ts:46:31
[Legacy Crypto] › room/room.spec.ts:64:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A: matrix-react-sdk/playwright/e2e/room/room.spec.ts#L100
5) [Legacy Crypto] › room/room.spec.ts:64:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A Error: Timed out 5000ms waiting for expect(locator).toBeInViewport() Locator: locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') Expected: in viewport Received: outside viewport Call log: - expect.toBeInViewport with timeout 5000ms - waiting for locator('.mx_MTextBody .mx_EventTile_body').getByText('test0') 98 | // The timeline should display the first message 99 | // The previous position before switching to Room B should be remembered > 100 | await expect(page.locator(".mx_MTextBody .mx_EventTile_body").getByText("test0")).toBeInViewport(); | ^ 101 | }); 102 | }); 103 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/room/room.spec.ts:100:91
[Rust Crypto] › read-receipts/high-level.spec.ts:94:13 › Read receipts › Ignored events › If all events after receipt are unimportant: matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
6) [Rust Crypto] › read-receipts/high-level.spec.ts:94:13 › Read receipts › Ignored events › If all events after receipt are unimportant, the room is read Test timeout of 30000ms exceeded while setting up "homeserver".
Slow Test: [Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 5.9m
Slow Test: [Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 5.4m
Slow Test: [Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 4.2m
Slow Test: [Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.8m
Slow Test: [Legacy Crypto] › read-receipts/high-level.spec.ts#L1
[Legacy Crypto] › read-receipts/high-level.spec.ts took 3.6m
🎭 Playwright Run Summary
1 failed [Rust Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629 6 flaky [Legacy Crypto] › audio-player/audio-player.spec.ts:141:9 › Audio player › should be correctly rendered - light theme [Legacy Crypto] › crypto/crypto.spec.ts:149:17 › Cryptography › setting up secure key backup should work isDeviceVerified=false › by recovery code [Legacy Crypto] › read-receipts/read-receipts.spec.ts:110:9 › Read receipts › With sync accumulator, considers main thread and unthreaded receipts #24629 [Legacy Crypto] › room/room.spec.ts:64:9 › Room Directory › should memorize the timeline position when switch Room A -> Room B -> Room A [Rust Crypto] › read-receipts/high-level.spec.ts:94:13 › Read receipts › Ignored events › If all events after receipt are unimportant, the room is read [Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line 115 skipped 628 passed (17.8m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
31.4 MB
html-report--attempt-1 Expired
43.9 MB