Skip to content

Set kernel working directory properly #52

Set kernel working directory properly

Set kernel working directory properly #52

Triggered via pull request August 31, 2023 02:16
Status Success
Total duration 14m 33s
Artifacts 8

test-extensions.yml

on: pull_request
Matrix: ui-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 8 warnings, and 8 notices
validate_assignment.spec.ts:116:1 › Validation success: nbgrader\tests\ui-tests\utils\test_utils.ts#L88
1) validate_assignment.spec.ts:116:1 › Validation success ──────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toHaveCount(expected) // deep equality Expected: 1 Received: 0 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('.nbgrader-SuccessDialog') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" at utils\test_utils.ts:88 86 | */ 87 | export const waitForSuccessModal = async (page: IJupyterLabPageFixture) => { > 88 | await expect(page.locator(".nbgrader-SuccessDialog")).toHaveCount(1); | ^ 89 | } 90 | 91 | /* at waitForSuccessModal (D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\utils\test_utils.ts:88:57) at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\validate_assignment.spec.ts:127:28
validate_assignment.spec.ts:224:1 › Validation grade cell type changed: nbgrader/tests/ui-tests/validate_assignment.spec.ts#L1
1) validate_assignment.spec.ts:224:1 › Validation grade cell type changed ──────────────────────── Test timeout of 60000ms exceeded.
validate_assignment.spec.ts:224:1 › Validation grade cell type changed: ../../../../../tmp/nbgrader-galata-g0jkae76/nbgrader/tests/ui-tests/validate_assignment.spec.ts#L234
1) validate_assignment.spec.ts:224:1 › Validation grade cell type changed ──────────────────────── Error: Target closed =========================== logs =========================== waiting for locator('button.validate-button') locator resolved to <button aria-pressed="false" aria-disabled="false" title…>…</button> attempting click action waiting for element to be visible, enabled and stable element is not visible - waiting... ============================================================ at captureRawStack (/tmp/nbgrader-galata-g0jkae76/node_modules/playwright-core/lib/utils/stackTrace.js:47:17) at Frame._wrapApiCall (/tmp/nbgrader-galata-g0jkae76/node_modules/playwright-core/lib/client/channelOwner.js:152:51) at Proxy.<anonymous> (/tmp/nbgrader-galata-g0jkae76/node_modules/playwright-core/lib/client/channelOwner.js:122:27) at Frame.click (/tmp/nbgrader-galata-g0jkae76/node_modules/playwright-core/lib/client/frame.js:293:32) at Locator.click (/tmp/nbgrader-galata-g0jkae76/node_modules/playwright-core/lib/client/locator.js:87:24) at /tmp/nbgrader-galata-g0jkae76/nbgrader/tests/ui-tests/validate_assignment.spec.ts:234:48 at /tmp/nbgrader-galata-g0jkae76/node_modules/@playwright/test/lib/worker/workerMain.js:352:9 at TestInfoImpl._runAndFailOnError (/tmp/nbgrader-galata-g0jkae76/node_modules/@playwright/test/lib/worker/testInfo.js:182:7) at /tmp/nbgrader-galata-g0jkae76/node_modules/@playwright/test/lib/worker/workerMain.js:348:21 at TimeoutRunner.run (/tmp/nbgrader-galata-g0jkae76/node_modules/playwright-core/lib/utils/timeoutRunner.js:49:14) at TimeoutManager.runWithTimeout (/tmp/nbgrader-galata-g0jkae76/node_modules/@playwright/test/lib/worker/timeoutManager.js:62:7) at TestInfoImpl._runWithTimeout (/tmp/nbgrader-galata-g0jkae76/node_modules/@playwright/test/lib/worker/testInfo.js:169:26) at WorkerMain._runTest (/tmp/nbgrader-galata-g0jkae76/node_modules/@playwright/test/lib/worker/workerMain.js:284:5) at WorkerMain.runTestGroup (/tmp/nbgrader-galata-g0jkae76/node_modules/@playwright/test/lib/worker/workerMain.js:208:11) at process.<anonymous> (/tmp/nbgrader-galata-g0jkae76/node_modules/@playwright/test/lib/common/process.js:88:22)
ui-test (windows-latest, 3.11, labextensions)
Event loop is closed
create_assignement.spec.ts:353:1 › tests cell: nbgrader\tests\ui-tests\create_assignement.spec.ts#L140
1) create_assignement.spec.ts:353:1 › tests cell ───────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('.nbgrader-NotebookWidget') 138 | } 139 | > 140 | await expect(page.locator(".nbgrader-NotebookWidget")).toBeVisible(); | ^ 141 | }; 142 | 143 | /* at activateToolbar (D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\create_assignement.spec.ts:140:58) at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\create_assignement.spec.ts:361:3
ui-test (windows-latest, 3.11, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.10, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.11, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.10, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.10, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.10, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.11, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.11, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/upload-artifact@v2. 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
21 skipped 25 passed (3.3m)
🎭 Playwright Run Summary
1 flaky validate_assignment.spec.ts:116:1 › Validation success ───────────────────────────────────────── 21 skipped 24 passed (4.3m)
🎭 Playwright Run Summary
46 passed (8.5m)
🎭 Playwright Run Summary
21 skipped 25 passed (5.8m)
🎭 Playwright Run Summary
1 flaky validate_assignment.spec.ts:224:1 › Validation grade cell type changed ───────────────────────── 45 passed (10.3m)
🎭 Playwright Run Summary
46 passed (10.5m)
🎭 Playwright Run Summary
1 flaky create_assignement.spec.ts:353:1 › tests cell ────────────────────────────────────────────────── 21 skipped 24 passed (7.0m)
🎭 Playwright Run Summary
46 passed (11.3m)

Artifacts

Produced during runtime
Name Size
nbgrader-uitests-labextensions-ubuntu-22.04-python3.10 Expired
440 KB
nbgrader-uitests-labextensions-ubuntu-22.04-python3.11 Expired
440 KB
nbgrader-uitests-labextensions-windows-latest-python3.10 Expired
561 KB
nbgrader-uitests-labextensions-windows-latest-python3.11 Expired
810 KB
nbgrader-uitests-nbextensions-ubuntu-22.04-python3.10 Expired
1.2 MB
nbgrader-uitests-nbextensions-ubuntu-22.04-python3.11 Expired
439 KB
nbgrader-uitests-nbextensions-windows-latest-python3.10 Expired
803 KB
nbgrader-uitests-nbextensions-windows-latest-python3.11 Expired
541 KB