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 #6217

Triggered via workflow run December 15, 2023 14:41
@richvdhrichvdh
completed 9d93a3f
Status Success
Total duration 18m 14s
Artifacts 2

end-to-end-tests.yaml

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

Annotations

2 errors, 5 warnings, and 1 notice
[Rust Crypto] › crypto/verification.spec.ts:69:9 › Device verification › Verify device with SAS during login: matrix-react-sdk/http:/localhost:8080/bundles/2c31677b514cdee41e7e/bundle.js#L32714
1) [Rust Crypto] › crypto/verification.spec.ts:69:9 › Device verification › Verify device with SAS during login Error: page.evaluateHandle: M_UNKNOWN: MatrixError: [500] Internal server error (http://localhost:34731/_matrix/client/v3/keys/upload) at parseErrorResponse (http://localhost:8080/bundles/2c31677b514cdee41e7e/bundle.js:32714:12) at MatrixHttpApi.requestOtherUrl (http://localhost:8080/bundles/2c31677b514cdee41e7e/bundle.js:33064:13) at async MatrixHttpApi.authedRequest (http://localhost:8080/bundles/2c31677b514cdee41e7e/bundle.js:32905:24) at async OutgoingRequestProcessor.rawJsonRequest (http://localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:396:12) at async OutgoingRequestProcessor.makeOutgoingRequest (http://localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:310:14) at async CrossSigningIdentity.resetCrossSigning (http://localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:718:9) at async CrossSigningIdentity.bootstrapCrossSigning (http://localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:683:9) at async RustCrypto.bootstrapCrossSigning (http://localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:3102:5) at async eval (eval at evaluate (:226:30), <anonymous>:82:9) at parseErrorResponse (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/2c31677b514cdee41e7e/bundle.js:32714:12) at MatrixHttpApi.requestOtherUrl (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/2c31677b514cdee41e7e/bundle.js:33064:13) at async MatrixHttpApi.authedRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/2c31677b514cdee41e7e/bundle.js:32905:24) at async OutgoingRequestProcessor.rawJsonRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:396:12) at async OutgoingRequestProcessor.makeOutgoingRequest (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:310:14) at async CrossSigningIdentity.resetCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:718:9) at async CrossSigningIdentity.bootstrapCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:683:9) at async RustCrypto.bootstrapCrossSigning (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/http:/localhost:8080/bundles/2c31677b514cdee41e7e/2606.js:3102:5) at async eval (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/eval at evaluate (:226:30), <anonymous>:82:9) at Bot.getClientHandle (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/bot.ts:103:40) at Bot.prepareClient (/home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/pages/client.ts:45:27) at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/crypto/verification.spec.ts:52:9
[Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line: matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts#L587
2) [Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line Error: Screenshot comparison failed: 28 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/snapshots/timeline/timeline.spec.ts/hidden-event-line-zero-padding-irc-layout-linux.png Received: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-message-displaying-should-set-inline-start-padding-to-a-hidden-event-line-Rust-Crypto/hidden-event-line-zero-padding-irc-layout-actual.png Diff: /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/test-results/timeline-timeline-Timeline-message-displaying-should-set-inline-start-padding-to-a-hidden-event-line-Rust-Crypto/hidden-event-line-zero-padding-irc-layout-diff.png Call log: - page._expectScreenshot with timeout 5000ms - verifying given screenshot expectation - waiting for locator('.mx_MainSplit') - locator resolved to <div class="mx_MainSplit">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 28 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('.mx_MainSplit') - locator resolved to <div class="mx_MainSplit">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 28 pixels (ratio 0.01 of all image pixels) are different. 585 | }; 586 | > 587 | await expect(page.locator(".mx_MainSplit")).toMatchScreenshot( | ^ 588 | "hidden-event-line-zero-padding-irc-layout.png", 589 | screenshotOptions, 590 | ); at /home/runner/work/matrix-react-sdk/matrix-react-sdk/matrix-react-sdk/playwright/e2e/timeline/timeline.spec.ts:587:57
Slow Test: [Rust Crypto] › read-receipts/redactions.spec.ts#L1
[Rust Crypto] › read-receipts/redactions.spec.ts took 4.8m
Slow Test: [Legacy Crypto] › read-receipts/redactions.spec.ts#L1
[Legacy Crypto] › read-receipts/redactions.spec.ts took 4.4m
Slow Test: [Rust Crypto] › read-receipts/new-messages.spec.ts#L1
[Rust Crypto] › read-receipts/new-messages.spec.ts took 3.8m
Slow Test: [Rust Crypto] › read-receipts/high-level.spec.ts#L1
[Rust Crypto] › read-receipts/high-level.spec.ts took 3.5m
Slow Test: [Legacy Crypto] › read-receipts/new-messages.spec.ts#L1
[Legacy Crypto] › read-receipts/new-messages.spec.ts took 3.4m
🎭 Playwright Run Summary
2 flaky [Rust Crypto] › crypto/verification.spec.ts:69:9 › Device verification › Verify device with SAS during login [Rust Crypto] › timeline/timeline.spec.ts:555:13 › Timeline › message displaying › should set inline start padding to a hidden event line 105 skipped 567 passed (15.5m)

Artifacts

Produced during runtime
Name Size
all-blob-reports Expired
14.4 MB
html-report--attempt-1 Expired
15.2 MB