Added notifyOnComplete parameter for KernelExecutor #603
Annotations
20 errors, 2 warnings, and 2 notices
packages/react/stories/Cell.test.ts#L10
1) [chromium] › stories/Cell.test.ts:9:5 › Default ───────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-cell--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:10:14
|
packages/react/stories/Cell.test.ts#L10
1) [chromium] › stories/Cell.test.ts:9:5 › Default ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-cell--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:10:14
|
packages/react/stories/Cell.test.ts#L10
1) [chromium] › stories/Cell.test.ts:9:5 › Default ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-cell--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:10:14
|
packages/react/stories/Cell.test.ts#L28
2) [chromium] › stories/Cell.test.ts:27:5 › Lite Python ──────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--lite-python", waiting until "load"
26 |
27 | test('Lite Python', async ({ page }) => {
> 28 | await page.goto(
| ^
29 | 'http://localhost:6006/iframe.html?id=components-cell--lite-python'
30 | );
31 | await page.getByLabel('Code Cell Content with Output').waitFor();
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:28:14
|
packages/react/stories/Cell.test.ts#L28
2) [chromium] › stories/Cell.test.ts:27:5 › Lite Python ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--lite-python", waiting until "load"
26 |
27 | test('Lite Python', async ({ page }) => {
> 28 | await page.goto(
| ^
29 | 'http://localhost:6006/iframe.html?id=components-cell--lite-python'
30 | );
31 | await page.getByLabel('Code Cell Content with Output').waitFor();
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:28:14
|
packages/react/stories/Cell.test.ts#L28
2) [chromium] › stories/Cell.test.ts:27:5 › Lite Python ──────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--lite-python", waiting until "load"
26 |
27 | test('Lite Python', async ({ page }) => {
> 28 | await page.goto(
| ^
29 | 'http://localhost:6006/iframe.html?id=components-cell--lite-python'
30 | );
31 | await page.getByLabel('Code Cell Content with Output').waitFor();
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:28:14
|
packages/react/stories/Console.test.ts#L10
3) [chromium] › stories/Console.test.ts:9:5 › Default ────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-console--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:10:14
|
packages/react/stories/Console.test.ts#L10
3) [chromium] › stories/Console.test.ts:9:5 › Default ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-console--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:10:14
|
packages/react/stories/Console.test.ts#L10
3) [chromium] › stories/Console.test.ts:9:5 › Default ────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-console--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:10:14
|
packages/react/stories/Console.test.ts#L27
4) [chromium] › stories/Console.test.ts:26:5 › Lite Python ───────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--lite-python", waiting until "load"
25 |
26 | test('Lite Python', async ({ page }) => {
> 27 | await page.goto(
| ^
28 | 'http://localhost:6006/iframe.html?id=components-console--lite-python'
29 | );
30 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:27:14
|
packages/react/stories/Cell.test.ts#L10
1) [chromium] › stories/Cell.test.ts:9:5 › Default ───────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-cell--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:10:14
|
packages/react/stories/Cell.test.ts#L10
1) [chromium] › stories/Cell.test.ts:9:5 › Default ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-cell--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:10:14
|
packages/react/stories/Cell.test.ts#L10
1) [chromium] › stories/Cell.test.ts:9:5 › Default ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-cell--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:10:14
|
packages/react/stories/Cell.test.ts#L28
2) [chromium] › stories/Cell.test.ts:27:5 › Lite Python ──────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--lite-python", waiting until "load"
26 |
27 | test('Lite Python', async ({ page }) => {
> 28 | await page.goto(
| ^
29 | 'http://localhost:6006/iframe.html?id=components-cell--lite-python'
30 | );
31 | await page.getByLabel('Code Cell Content with Output').waitFor();
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:28:14
|
packages/react/stories/Cell.test.ts#L28
2) [chromium] › stories/Cell.test.ts:27:5 › Lite Python ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--lite-python", waiting until "load"
26 |
27 | test('Lite Python', async ({ page }) => {
> 28 | await page.goto(
| ^
29 | 'http://localhost:6006/iframe.html?id=components-cell--lite-python'
30 | );
31 | await page.getByLabel('Code Cell Content with Output').waitFor();
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:28:14
|
packages/react/stories/Cell.test.ts#L28
2) [chromium] › stories/Cell.test.ts:27:5 › Lite Python ──────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--lite-python", waiting until "load"
26 |
27 | test('Lite Python', async ({ page }) => {
> 28 | await page.goto(
| ^
29 | 'http://localhost:6006/iframe.html?id=components-cell--lite-python'
30 | );
31 | await page.getByLabel('Code Cell Content with Output').waitFor();
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:28:14
|
packages/react/stories/Console.test.ts#L10
3) [chromium] › stories/Console.test.ts:9:5 › Default ────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-console--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:10:14
|
packages/react/stories/Console.test.ts#L10
3) [chromium] › stories/Console.test.ts:9:5 › Default ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-console--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:10:14
|
packages/react/stories/Console.test.ts#L10
3) [chromium] › stories/Console.test.ts:9:5 › Default ────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-console--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:10:14
|
packages/react/stories/Console.test.ts#L27
4) [chromium] › stories/Console.test.ts:26:5 › Lite Python ───────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--lite-python", waiting until "load"
25 |
26 | test('Lite Python', async ({ page }) => {
> 27 | await page.goto(
| ^
28 | 'http://localhost:6006/iframe.html?id=components-console--lite-python'
29 | );
30 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:27:14
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "jupyter-react-test".
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/
|
8 failed
[chromium] › stories/Cell.test.ts:9:5 › Default ────────────────────────────────────────────────
[chromium] › stories/Cell.test.ts:27:5 › Lite Python ───────────────────────────────────────────
[chromium] › stories/Console.test.ts:9:5 › Default ─────────────────────────────────────────────
[chromium] › stories/Console.test.ts:26:5 › Lite Python ────────────────────────────────────────
[chromium] › stories/Console.test.ts:45:5 › Lite JavaScript ────────────────────────────────────
[chromium] › stories/Notebook.test.ts:9:5 › Default ────────────────────────────────────────────
[chromium] › stories/Notebook.test.ts:31:5 › Lite Python ───────────────────────────────────────
[chromium] › stories/Notebook.test.ts:56:5 › Lite Python Init ──────────────────────────────────
|
8 failed
[chromium] › stories/Cell.test.ts:9:5 › Default ────────────────────────────────────────────────
[chromium] › stories/Cell.test.ts:27:5 › Lite Python ───────────────────────────────────────────
[chromium] › stories/Console.test.ts:9:5 › Default ─────────────────────────────────────────────
[chromium] › stories/Console.test.ts:26:5 › Lite Python ────────────────────────────────────────
[chromium] › stories/Console.test.ts:45:5 › Lite JavaScript ────────────────────────────────────
[chromium] › stories/Notebook.test.ts:9:5 › Default ────────────────────────────────────────────
[chromium] › stories/Notebook.test.ts:31:5 › Lite Python ───────────────────────────────────────
[chromium] › stories/Notebook.test.ts:56:5 › Lite Python Init ──────────────────────────────────
|
This job failed
Loading