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

Cleanup tasks in SecurityManager/SetupEncryptionStore (#12764) #10781

Cleanup tasks in SecurityManager/SetupEncryptionStore (#12764)

Cleanup tasks in SecurityManager/SetupEncryptionStore (#12764) #10781

Triggered via push July 13, 2024 10:42
Status Success
Total duration 14m 12s
Artifacts 8
Build Element-Web
2m 7s
Build Element-Web
Matrix: playwright
end-to-end-tests
32s
end-to-end-tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 28 warnings, and 6 notices
composer/CIDER.spec.ts:89:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter: matrix-react-sdk/playwright/e2e/composer/CIDER.spec.ts#L35
1) composer/CIDER.spec.ts:89:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter Test timeout of 30000ms exceeded while running "beforeEach" hook. 33 | }); 34 | > 35 | test.beforeEach(async ({ room }) => {}); // trigger room fixture | ^ 36 | 37 | test.describe("CIDER", () => { 38 | test("sends a message when you click send or press Enter", async ({ page }) => { at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/composer/CIDER.spec.ts:35:10
composer/CIDER.spec.ts:89:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter: matrix-react-sdk/playwright/element-web-test.ts#L229
1) composer/CIDER.spec.ts:89:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible at ../element-web-test.ts:229 227 | user: async ({ pageWithCredentials: page, credentials }, use) => { 228 | await page.goto("/"); > 229 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 230 | await use(credentials); 231 | }, 232 | at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:229:20)
read-receipts/editing-messages-thread-roots.spec.ts:98:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root keeps it read: matrix-react-sdk/playwright/e2e/read-receipts/editing-messages-thread-roots.spec.ts#L1
1) read-receipts/editing-messages-thread-roots.spec.ts:98:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root keeps it read Test timeout of 30000ms exceeded while setting up "user".
read-receipts/editing-messages-thread-roots.spec.ts:98:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root keeps it read: matrix-react-sdk/playwright/element-web-test.ts#L229
1) read-receipts/editing-messages-thread-roots.spec.ts:98:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root keeps it read Error: page.waitForSelector: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.mx_MatrixChat') to be visible at ../element-web-test.ts:229 227 | user: async ({ pageWithCredentials: page, credentials }, use) => { 228 | await page.goto("/"); > 229 | await page.waitForSelector(".mx_MatrixChat", { timeout: 30000 }); | ^ 230 | await use(credentials); 231 | }, 232 | at Object.user (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/element-web-test.ts:229:20)
read-receipts/high-level.spec.ts:89:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read: matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
2) read-receipts/high-level.spec.ts:89:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read Test timeout of 30000ms exceeded.
read-receipts/high-level.spec.ts:89:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read: matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L112
2) read-receipts/high-level.spec.ts:89:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read Error: page.waitForTimeout: Test timeout of 30000ms exceeded. 110 | await page.waitForTimeout(200); 111 | await util.pageUp(); > 112 | await page.waitForTimeout(200); | ^ 113 | await util.pageUp(); 114 | await util.assertMessageLoaded("Msg0010"); 115 | at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:112:24
read-receipts/high-level.spec.ts:89:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read: matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts#L1
2) read-receipts/high-level.spec.ts:89:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
read-receipts/high-level.spec.ts:89:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read: matrix-react-sdk/playwright/e2e/read-receipts/index.ts#L421
2) read-receipts/high-level.spec.ts:89:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() Locator: locator('.mx_EventTile_body').getByText('Msg0010') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.mx_EventTile_body').getByText('Msg0010') at read-receipts/index.ts:421 419 | */ 420 | async assertMessageLoaded(messagePart: string) { > 421 | await expect(this.page.locator(".mx_EventTile_body").getByText(messagePart)).toBeVisible(); | ^ 422 | } 423 | 424 | /** at Helpers.assertMessageLoaded (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/index.ts:421:86) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/read-receipts/high-level.spec.ts:114:24
🎭 Playwright Run Summary
43 skipped 23 passed (2.8m)
🎭 Playwright Run Summary
4 skipped 56 passed (5.6m)
🎭 Playwright Run Summary
9 skipped 67 passed (6.4m)
🎭 Playwright Run Summary
1 flaky composer/CIDER.spec.ts:89:17 › Composer › CIDER › when Control+Enter is required to send › only sends when you press Control+Enter 1 skipped 69 passed (7.4m)
🎭 Playwright Run Summary
3 skipped 68 passed (7.7m)
🎭 Playwright Run Summary
2 flaky read-receipts/editing-messages-thread-roots.spec.ts:98:17 › Read receipts › editing messages › thread roots › Marking a room as read after an edit of a thread root keeps it read read-receipts/high-level.spec.ts:89:13 › Read receipts › Paging up › Paging up through old messages after a room is read leaves the room read 2 skipped 68 passed (10.6m)
Slow Test: matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-in-threads.spec.ts took 2.5m
Slow Test: matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-main-timeline.spec.ts took 1.8m
Slow Test: matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/new-messages-thread-roots.spec.ts took 53.0s
Slow Test: matrix-react-sdk/timeline/timeline.spec.ts#L1
matrix-react-sdk/timeline/timeline.spec.ts took 3.7m
Slow Test: matrix-react-sdk/spotlight/spotlight.spec.ts#L1
matrix-react-sdk/spotlight/spotlight.spec.ts took 2.9m
Slow Test: matrix-react-sdk/threads/threads.spec.ts#L1
matrix-react-sdk/threads/threads.spec.ts took 1.1m
Slow Test: matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts#L1
matrix-react-sdk/user-onboarding/user-onboarding-new.spec.ts took 38.6s
Slow Test: matrix-react-sdk/widgets/layout.spec.ts#L1
matrix-react-sdk/widgets/layout.spec.ts took 27.7s
Slow Test: matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts#L1
matrix-react-sdk/spaces/threads-activity-centre/threadsActivityCentre.spec.ts took 1.7m
Slow Test: matrix-react-sdk/right-panel/right-panel.spec.ts#L1
matrix-react-sdk/right-panel/right-panel.spec.ts took 1.5m
Slow Test: matrix-react-sdk/room/room-header.spec.ts#L1
matrix-react-sdk/room/room-header.spec.ts took 1.5m
Slow Test: matrix-react-sdk/spaces/spaces.spec.ts#L1
matrix-react-sdk/spaces/spaces.spec.ts took 1.4m
Slow Test: matrix-react-sdk/settings/general-user-settings-tab.spec.ts#L1
matrix-react-sdk/settings/general-user-settings-tab.spec.ts took 54.0s
Slow Test: matrix-react-sdk/audio-player/audio-player.spec.ts#L1
matrix-react-sdk/audio-player/audio-player.spec.ts took 1.5m
Slow Test: matrix-react-sdk/crypto/crypto.spec.ts#L1
matrix-react-sdk/crypto/crypto.spec.ts took 1.4m
Slow Test: matrix-react-sdk/crypto/decryption-failure-messages.spec.ts#L1
matrix-react-sdk/crypto/decryption-failure-messages.spec.ts took 1.1m
Slow Test: matrix-react-sdk/crypto/event-shields.spec.ts#L1
matrix-react-sdk/crypto/event-shields.spec.ts took 1.0m
Slow Test: matrix-react-sdk/crypto/device-verification.spec.ts#L1
matrix-react-sdk/crypto/device-verification.spec.ts took 1.0m
Slow Test: matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-in-threads.spec.ts took 3.6m
Slow Test: matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-main-timeline.spec.ts took 2.7m
Slow Test: matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/reactions-in-threads.spec.ts took 1.6m
Slow Test: matrix-react-sdk/read-receipts/read-receipts.spec.ts#L1
matrix-react-sdk/read-receipts/read-receipts.spec.ts took 1.5m
Slow Test: matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts#L1
matrix-react-sdk/read-receipts/redactions-thread-roots.spec.ts took 1.2m
Slow Test: matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-main-timeline.spec.ts took 1.6m
Slow Test: matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts#L1
matrix-react-sdk/read-receipts/editing-messages-in-threads.spec.ts took 1.6m
Slow Test: matrix-react-sdk/login/login.spec.ts#L1
matrix-react-sdk/login/login.spec.ts took 55.7s
Slow Test: matrix-react-sdk/knock/knock-into-room.spec.ts#L1
matrix-react-sdk/knock/knock-into-room.spec.ts took 54.1s
Slow Test: matrix-react-sdk/integration-manager/send_event.spec.ts#L1
matrix-react-sdk/integration-manager/send_event.spec.ts took 51.9s

Artifacts

Produced during runtime
Name Size
all-blob-reports-1 Expired
2.85 MB
all-blob-reports-2 Expired
16.3 MB
all-blob-reports-3 Expired
201 KB
all-blob-reports-4 Expired
825 KB
all-blob-reports-5 Expired
510 KB
all-blob-reports-6 Expired
765 KB
html-report Expired
19.3 MB
webapp Expired
38 MB