Skip to content

Update event schema version type #2207

Update event schema version type

Update event schema version type #2207

Triggered via pull request December 18, 2024 14:35
Status Failure
Total duration 12m 49s
Artifacts 17

test.yml

on: pull_request
Run pre-commit hook
2m 57s
Run pre-commit hook
check_links
51s
check_links
Matrix: Test Python
Test JavaScript
3m 43s
Test JavaScript
Test Minimum Versions
0s
Test Minimum Versions
Test Prereleases
0s
Test Prereleases
Install from SDist and Test
1m 25s
Install from SDist and Test
ui_tests
3m 27s
ui_tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 22 warnings, and 1 notice
Test Python (ubuntu-latest, 3.12)
Process completed with exit code 1.
Test Python (ubuntu-latest, 3.11)
Process completed with exit code 1.
Test Python (ubuntu-latest, 3.13)
Process completed with exit code 1.
Test Python (ubuntu-latest, 3.10)
Process completed with exit code 1.
Test Python (ubuntu-latest, 3.9)
Process completed with exit code 1.
tests/collaborationpanel.spec.ts:112:7 › One client › clicking on collaborator should open its file list: ui-tests/tests/collaborationpanel.spec.ts#L146
1) tests/collaborationpanel.spec.ts:112:7 › One client › clicking on collaborator should open its file list Error: Screenshot comparison failed: 112 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-One-client-clicking-on-collaborator-should-open-its-file-list/one-client-with-two-documents-expected.png Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-One-client-clicking-on-collaborator-should-open-its-file-list/one-client-with-two-documents-actual.png Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-collaborationpanel-One-client-clicking-on-collaborator-should-open-its-file-list/one-client-with-two-documents-diff.png 144 | await expect(fileList.getByText(notebookName2)).toHaveCount(1); 145 | > 146 | expect(await collaborators.first().screenshot()).toMatchSnapshot('one-client-with-two-documents.png'); | ^ 147 | }); 148 | 149 | at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:146:54
tests/notebook.spec.ts:127:7 › Initialization › Open a notebook: ui-tests/tests/notebook.spec.ts#L137
2) tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ─────────────────────────────── Error: Screenshot comparison failed: 715 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-host-expected.png Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-host-actual.png Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-host-diff.png 135 | 136 | const nbPanel = await page.notebook.getNotebookInPanelLocator(); > 137 | expect.soft(await nbPanel?.screenshot()).toMatchSnapshot( | ^ 138 | 'initialization-open-notebook-host.png' 139 | ); 140 | at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/notebook.spec.ts:137:46
tests/notebook.spec.ts:127:7 › Initialization › Open a notebook: ui-tests/tests/notebook.spec.ts#L142
2) tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ─────────────────────────────── Error: Screenshot comparison failed: 715 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-guest-expected.png Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-guest-actual.png Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-notebook-Initialization-Open-a-notebook/initialization-open-notebook-guest-diff.png 140 | 141 | const nbPanelGuest = await guestPage.notebook.getNotebookInPanelLocator(); > 142 | expect(await nbPanelGuest?.screenshot()).toMatchSnapshot( | ^ 143 | 'initialization-open-notebook-guest.png' 144 | ); 145 | at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/notebook.spec.ts:142:46
tests/user-menu.spec.ts:27:5 › should open dialog when clicking on the shared link button: ui-tests/tests/user-menu.spec.ts#L37
3) tests/user-menu.spec.ts:27:5 › should open dialog when clicking on the shared link button ───── Error: Screenshot comparison failed: 213 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-user-menu-should-open-dialog-when-clicking-on-the-shared-link-button/shared-link-dialog-expected.png Received: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-user-menu-should-open-dialog-when-clicking-on-the-shared-link-button/shared-link-dialog-actual.png Diff: /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/test-results/tests-user-menu-should-open-dialog-when-clicking-on-the-shared-link-button/shared-link-dialog-diff.png 35 | await expect(page.locator('.jp-Dialog')).toBeVisible(); 36 | > 37 | expect(await page.locator('.jp-Dialog > div ').screenshot()).toMatchSnapshot( | ^ 38 | 'shared-link-dialog.png' 39 | ); 40 | }); at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/user-menu.spec.ts:37:64
ui_tests
Process completed with exit code 1.
check_links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run pre-commit hook
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run pre-commit hook: packages/collaboration/src/cursors.ts#L171
Forbidden non-null assertion
Run pre-commit hook: packages/collaboration/src/cursors.ts#L235
Forbidden non-null assertion
Run pre-commit hook: packages/collaboration/src/cursors.ts#L286
Forbidden non-null assertion
Run pre-commit hook: packages/collaboration/src/menu.ts#L65
Forbidden non-null assertion
Run pre-commit hook: packages/collaboration/src/menu.ts#L70
Forbidden non-null assertion
Run pre-commit hook: packages/collaboration/src/menu.ts#L76
Forbidden non-null assertion
Run pre-commit hook: packages/collaboration/src/menu.ts#L78
Forbidden non-null assertion
Run pre-commit hook: packages/collaboration/src/userinfopanel.tsx#L26
Forbidden non-null assertion
Make SDist
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Python (ubuntu-latest, 3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test JavaScript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Python (ubuntu-latest, 3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Python (ubuntu-latest, 3.13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Python (ubuntu-latest, 3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test Python (ubuntu-latest, 3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Install from SDist and Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ui_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "jupyter-collaboration-playwright-report". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
🎭 Playwright Run Summary
3 failed tests/collaborationpanel.spec.ts:112:7 › One client › clicking on collaborator should open its file list tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ──────────────────────────────── tests/user-menu.spec.ts:27:5 › should open dialog when clicking on the shared link button ────── 3 skipped 14 passed (1.9m)

Artifacts

Produced during runtime
Name Size
coverage-12163
24.6 KB
coverage-14990
22.7 KB
coverage-1594
25.5 KB
coverage-16184
25.4 KB
coverage-19870
22.7 KB
coverage-20432
24.6 KB
coverage-23770
23.2 KB
coverage-24349
22.1 KB
coverage-2618
22.2 KB
coverage-26210
22.1 KB
coverage-31676
22.7 KB
coverage-32576
25.4 KB
coverage-3722
23.2 KB
coverage-5829
25.4 KB
coverage-9591
21.6 KB
jupyter-collaboration-playwright-report
2.99 MB
sdist
374 KB