Skip to content

Pin jupyter_events #1034

Pin jupyter_events

Pin jupyter_events #1034

Triggered via pull request September 4, 2023 10:48
Status Failure
Total duration 23m 13s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: pull_request
Run pre-commit hook
4m 42s
Run pre-commit hook
Test JavaScript
3m 20s
Test JavaScript
Matrix: Test Python
Install from SDist and Test
1m 34s
Install from SDist and Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 1 warning, and 1 notice
tests/collaborationpanel.spec.ts:21:5 › should contain the collaboration panel icon: ui-tests/tests/collaborationpanel.spec.ts#L1
1) tests/collaborationpanel.spec.ts:21:5 › should contain the collaboration panel icon ─────────── Test timeout of 60000ms exceeded while setting up "page".
tests/collaborationpanel.spec.ts:21:5 › should contain the collaboration panel icon: ui-tests/tests/collaborationpanel.spec.ts#L1
1) tests/collaborationpanel.spec.ts:21:5 › should contain the collaboration panel icon ─────────── Error: page.$: Target page, context or browser has been closed at ActivityHelper.getTab (/home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/node_modules/@jupyterlab/galata/src/helpers/activity.ts:58:17) at ActivityHelper.isTabActive (/home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/node_modules/@jupyterlab/galata/src/helpers/activity.ts:37:28) at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/node_modules/@jupyterlab/galata/src/fixtures.ts:328:33 at Timeout.check (/home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/node_modules/@jupyterlab/galata/src/utils.ts:166:33)
tests/collaborationpanel.spec.ts:29:5 › collaboration panel should contains two items: ui-tests/tests/collaborationpanel.spec.ts#L1
2) tests/collaborationpanel.spec.ts:29:5 › collaboration panel should contains two items ───────── Test timeout of 60000ms exceeded while setting up "page".
tests/collaborationpanel.spec.ts:29:5 › collaboration panel should contains two items: ui-tests/tests/collaborationpanel.spec.ts#L1
2) tests/collaborationpanel.spec.ts:29:5 › collaboration panel should contains two items ───────── Error: page.$: Target page, context or browser has been closed at ActivityHelper.getTab (/home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/node_modules/@jupyterlab/galata/src/helpers/activity.ts:58:17) at ActivityHelper.isTabActive (/home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/node_modules/@jupyterlab/galata/src/helpers/activity.ts:37:28) at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/node_modules/@jupyterlab/galata/src/fixtures.ts:328:33 at Timeout.check (/home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/node_modules/@jupyterlab/galata/src/utils.ts:166:33)
tests/collaborationpanel.spec.ts:89:7 › One client › collaborators list should be updated: ui-tests/tests/collaborationpanel.spec.ts#L54
3) tests/collaborationpanel.spec.ts:89:7 › One client › collaborators list should be updated ───── Test timeout of 60000ms exceeded while running "beforeEach" hook. 52 | let guestPage: IJupyterLabPageFixture; 53 | > 54 | test.beforeEach( | ^ 55 | async ({ baseURL, browser, page, tmpPath, waitForApplication }) => { 56 | const user2: Partial<User.IUser> = { 57 | identity: { at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:54:8
tests/collaborationpanel.spec.ts:89:7 › One client › collaborators list should be updated: ui-tests/tests/collaborationpanel.spec.ts#L85
3) tests/collaborationpanel.spec.ts:89:7 › One client › collaborators list should be updated ───── TypeError: Cannot read properties of undefined (reading 'close') 83 | // Make sure to close the page to remove the client 84 | // from the awareness > 85 | await guestPage.close(); | ^ 86 | await page.close(); 87 | }); 88 | at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:85:21
tests/collaborationpanel.spec.ts:89:7 › One client › collaborators list should be updated: ui-tests/tests/collaborationpanel.spec.ts#L1
3) tests/collaborationpanel.spec.ts:89:7 › One client › collaborators list should be updated ───── Pending operations: - page.$ at node_modules/@jupyterlab/galata/src/helpers/activity.ts:58:17
tests/collaborationpanel.spec.ts:102:7 › One client › clicking on collaborator should open to its current document: ui-tests/tests/collaborationpanel.spec.ts#L54
4) tests/collaborationpanel.spec.ts:102:7 › One client › clicking on collaborator should open to its current document Test timeout of 60000ms exceeded while running "beforeEach" hook. 52 | let guestPage: IJupyterLabPageFixture; 53 | > 54 | test.beforeEach( | ^ 55 | async ({ baseURL, browser, page, tmpPath, waitForApplication }) => { 56 | const user2: Partial<User.IUser> = { 57 | identity: { at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:54:8
tests/collaborationpanel.spec.ts:102:7 › One client › clicking on collaborator should open to its current document: ui-tests/tests/collaborationpanel.spec.ts#L85
4) tests/collaborationpanel.spec.ts:102:7 › One client › clicking on collaborator should open to its current document TypeError: Cannot read properties of undefined (reading 'close') 83 | // Make sure to close the page to remove the client 84 | // from the awareness > 85 | await guestPage.close(); | ^ 86 | await page.close(); 87 | }); 88 | at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:85:21
tests/collaborationpanel.spec.ts:178:7 › Three clients › Without document: ui-tests/tests/collaborationpanel.spec.ts#L136
5) tests/collaborationpanel.spec.ts:178:7 › Three clients › Without document ───────────────────── Test timeout of 60000ms exceeded while running "beforeEach" hook. 134 | let guestPages: Array<IJupyterLabPageFixture> = []; 135 | > 136 | test.beforeEach( | ^ 137 | async ({ baseURL, browser, page, tmpPath, waitForApplication }) => { 138 | for (let i = 0; i < numClients; i++) { 139 | // Create a new client at /home/runner/work/jupyter-collaboration/jupyter-collaboration/ui-tests/tests/collaborationpanel.spec.ts:136:8
Run pre-commit hook
The following actions uses node12 which is deprecated and will be forced to run on node16: pre-commit/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
🎭 Playwright Run Summary
13 failed tests/collaborationpanel.spec.ts:21:5 › should contain the collaboration panel icon ──────────── tests/collaborationpanel.spec.ts:29:5 › collaboration panel should contains two items ────────── tests/collaborationpanel.spec.ts:89:7 › One client › collaborators list should be updated ────── tests/collaborationpanel.spec.ts:102:7 › One client › clicking on collaborator should open to its current document tests/collaborationpanel.spec.ts:178:7 › Three clients › Without document ────────────────────── tests/collaborationpanel.spec.ts:192:7 › Three clients › With document ───────────────────────── tests/notebook.spec.ts:104:7 › Initialization › Create a notebook ────────────────────────────── tests/notebook.spec.ts:127:7 › Initialization › Open a notebook ──────────────────────────────── tests/user-menu.spec.ts:20:5 › the top bar should contain the user menu with 2 items ─────────── tests/user-menu.spec.ts:25:5 › should open dialog when clicking on the shared link button ────── tests/user-menu.spec.ts:40:5 › should close the shared link dialog on cancel ─────────────────── tests/user-menu.spec.ts:47:5 › should copy the shared link in clipboard ──────────────────────── tests/user-menu.spec.ts:58:5 › should copy the shared link with filepath ─────────────────────── 3 skipped

Artifacts

Produced during runtime
Name Size
jupyter-collaboration-playwright-report Expired
23.8 MB
sdist Expired
7 MB