Skip to content

implements subtree deletion in a persistent scenario #61

implements subtree deletion in a persistent scenario

implements subtree deletion in a persistent scenario #61

Triggered via push September 26, 2024 13:45
Status Failure
Total duration 7m 14s
Artifacts 1

ui.yml

on: push
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 10 warnings, and 6 notices
tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs: ui-tests/tests/end2end.test.ts#L75
1) tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs Error: Screenshot comparison failed: Expected an image 912px by 246px, received 912px by 387px. 7693 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts-snapshots/end2end-vega-ipynb-cell-1-linux.png Received: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs/end2end-vega-ipynb-cell-1-actual.png Diff: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs/end2end-vega-ipynb-cell-1-diff.png 73 | for (let i = 0; i < cellCount; i++) { 74 | const image = `end2end-${notebook}-cell-${i}.png`; > 75 | expect(captures[i]).toMatchSnapshot(image); | ^ 76 | }} 77 | }); 78 | }); at /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts:75:27
tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs: ui-tests/tests/end2end.test.ts#L75
1) tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 912px by 246px, received 912px by 387px. 7693 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts-snapshots/end2end-vega-ipynb-cell-1-linux.png Received: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs-retry1/end2end-vega-ipynb-cell-1-actual.png Diff: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs-retry1/end2end-vega-ipynb-cell-1-diff.png 73 | for (let i = 0; i < cellCount; i++) { 74 | const image = `end2end-${notebook}-cell-${i}.png`; > 75 | expect(captures[i]).toMatchSnapshot(image); | ^ 76 | }} 77 | }); 78 | }); at /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts:75:27
run (3.10)
Process completed with exit code 1.
tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs: ui-tests/tests/end2end.test.ts#L75
1) tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs Error: Screenshot comparison failed: Expected an image 912px by 246px, received 912px by 387px. 7673 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts-snapshots/end2end-vega-ipynb-cell-1-linux.png Received: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs/end2end-vega-ipynb-cell-1-actual.png Diff: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs/end2end-vega-ipynb-cell-1-diff.png 73 | for (let i = 0; i < cellCount; i++) { 74 | const image = `end2end-${notebook}-cell-${i}.png`; > 75 | expect(captures[i]).toMatchSnapshot(image); | ^ 76 | }} 77 | }); 78 | }); at /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts:75:27
tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs: ui-tests/tests/end2end.test.ts#L75
1) tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 912px by 246px, received 912px by 387px. 7673 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts-snapshots/end2end-vega-ipynb-cell-1-linux.png Received: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs-retry1/end2end-vega-ipynb-cell-1-actual.png Diff: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs-retry1/end2end-vega-ipynb-cell-1-diff.png 73 | for (let i = 0; i < cellCount; i++) { 74 | const image = `end2end-${notebook}-cell-${i}.png`; > 75 | expect(captures[i]).toMatchSnapshot(image); | ^ 76 | }} 77 | }); 78 | }); at /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts:75:27
run (3.11)
Process completed with exit code 1.
tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs: ui-tests/tests/end2end.test.ts#L75
1) tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs Error: Screenshot comparison failed: Expected an image 912px by 246px, received 912px by 387px. 7625 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts-snapshots/end2end-vega-ipynb-cell-1-linux.png Received: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs/end2end-vega-ipynb-cell-1-actual.png Diff: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs/end2end-vega-ipynb-cell-1-diff.png 73 | for (let i = 0; i < cellCount; i++) { 74 | const image = `end2end-${notebook}-cell-${i}.png`; > 75 | expect(captures[i]).toMatchSnapshot(image); | ^ 76 | }} 77 | }); 78 | }); at /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts:75:27
tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs: ui-tests/tests/end2end.test.ts#L75
1) tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 912px by 246px, received 912px by 387px. 7625 pixels (ratio 0.03 of all image pixels) are different. Expected: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts-snapshots/end2end-vega-ipynb-cell-1-linux.png Received: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs-retry1/end2end-vega-ipynb-cell-1-actual.png Diff: /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/test-results/tests-end2end-Widget-Visual-Regression-Run-notebook-end2end-ipynb-and-capture-cell-outputs-retry1/end2end-vega-ipynb-cell-1-diff.png 73 | for (let i = 0; i < cellCount; i++) { 74 | const image = `end2end-${notebook}-cell-${i}.png`; > 75 | expect(captures[i]).toMatchSnapshot(image); | ^ 76 | }} 77 | }); 78 | }); at /home/runner/work/ipyprogressivis/ipyprogressivis/ui-tests/tests/end2end.test.ts:75:27
run (3.12)
Process completed with exit code 1.
run (3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[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/
run (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected], actions/setup-node@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/
run (3.10)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
run (3.11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[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/
run (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected], actions/setup-node@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/
run (3.11)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
run (3.12)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[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/
run (3.12)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/[email protected], actions/setup-node@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/
run (3.12)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
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: "ipyprogressivis-updated-images". 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
1 passed (18.6s)
🎭 Playwright Run Summary
1 failed tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs
🎭 Playwright Run Summary
1 failed tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs
🎭 Playwright Run Summary
1 passed (19.2s)
🎭 Playwright Run Summary
1 passed (20.1s)
🎭 Playwright Run Summary
1 failed tests/end2end.test.ts:50:7 › Widget Visual Regression › Run notebook end2end.ipynb and capture cell outputs

Artifacts

Produced during runtime
Name Size
ipyprogressivis-updated-images
554 KB