Disable pnpm
post install scripts and fix pnpm audit
dependencies
#1283
build.yaml
on: pull_request
Matrix: lint_and_docs
Matrix: build_js
Matrix: build_python
Matrix: build_and_test_rust
Matrix: build_emscripten_wheel
Matrix: benchmark_js
Matrix: test_js
Matrix: build_and_test_jupyterlab
Matrix: benchmark_python
Matrix: test_python
Matrix: test_emscripten_wheel
Matrix: test_python_sdist
Matrix: publish
Annotations
7 errors and 1 notice
build_and_test_jupyterlab (ubuntu-22.04, x86_64, 3.9, 20.x, false)
Process completed with exit code 1.
|
[perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works:
packages/perspective-jupyterlab/test/js/resize.spec.mjs#L20
3) [perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works
Error: page.evaluate: Test timeout of 30000ms exceeded.
18 | "/node_modules/@finos/perspective-jupyterlab/test/html/resize.html"
19 | );
> 20 | await page.evaluate(async () => {
| ^
21 | while (!window["__TEST_PERSPECTIVE_READY__"]) {
22 | await new Promise((x) => setTimeout(x, 10));
23 | }
at /home/runner/work/perspective/perspective/packages/perspective-jupyterlab/test/js/resize.spec.mjs:20:16
|
[perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works:
packages/perspective-jupyterlab/test/js/resize.spec.mjs#L16
3) [perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works
Test timeout of 30000ms exceeded while running "beforeEach" hook.
14 | import { compareContentsToSnapshot } from "@finos/perspective-test";
15 |
> 16 | test.beforeEach(async ({ page }) => {
| ^
17 | await page.goto(
18 | "/node_modules/@finos/perspective-jupyterlab/test/html/resize.html"
19 | );
at /home/runner/work/perspective/perspective/packages/perspective-jupyterlab/test/js/resize.spec.mjs:16:6
|
[perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize:
packages/perspective-jupyterlab/test/js/resize.spec.mjs#L20
2) [perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize
Error: page.evaluate: Test timeout of 30000ms exceeded.
18 | "/node_modules/@finos/perspective-jupyterlab/test/html/resize.html"
19 | );
> 20 | await page.evaluate(async () => {
| ^
21 | while (!window["__TEST_PERSPECTIVE_READY__"]) {
22 | await new Promise((x) => setTimeout(x, 10));
23 | }
at /home/runner/work/perspective/perspective/packages/perspective-jupyterlab/test/js/resize.spec.mjs:20:16
|
[perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize:
packages/perspective-jupyterlab/test/js/resize.spec.mjs#L16
2) [perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize
Test timeout of 30000ms exceeded while running "beforeEach" hook.
14 | import { compareContentsToSnapshot } from "@finos/perspective-test";
15 |
> 16 | test.beforeEach(async ({ page }) => {
| ^
17 | await page.goto(
18 | "/node_modules/@finos/perspective-jupyterlab/test/html/resize.html"
19 | );
at /home/runner/work/perspective/perspective/packages/perspective-jupyterlab/test/js/resize.spec.mjs:16:6
|
[perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default:
packages/perspective-jupyterlab/test/js/resize.spec.mjs#L20
1) [perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default
Error: page.evaluate: Test timeout of 30000ms exceeded.
18 | "/node_modules/@finos/perspective-jupyterlab/test/html/resize.html"
19 | );
> 20 | await page.evaluate(async () => {
| ^
21 | while (!window["__TEST_PERSPECTIVE_READY__"]) {
22 | await new Promise((x) => setTimeout(x, 10));
23 | }
at /home/runner/work/perspective/perspective/packages/perspective-jupyterlab/test/js/resize.spec.mjs:20:16
|
[perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default:
packages/perspective-jupyterlab/test/js/resize.spec.mjs#L16
1) [perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default
Test timeout of 30000ms exceeded while running "beforeEach" hook.
14 | import { compareContentsToSnapshot } from "@finos/perspective-test";
15 |
> 16 | test.beforeEach(async ({ page }) => {
| ^
17 | await page.goto(
18 | "/node_modules/@finos/perspective-jupyterlab/test/html/resize.html"
19 | );
at /home/runner/work/perspective/perspective/packages/perspective-jupyterlab/test/js/resize.spec.mjs:16:6
|
🎭 Playwright Run Summary
3 failed
[perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default
[perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize
[perspective-jupyterlab-desktop-chrome] › packages/perspective-jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
perspective-python-dist-x86_64-ubuntu-22.04-3.9
|
8.9 MB |
sha256:617e73fb58fdcd736600050d3c46368a647aa051c6a1d8feb9d2fa3a8b10a62a
|
|
perspective-python-sdist
|
3.44 MB |
sha256:1b6cae34a5629d1214eb722492991e010ac575f899bd62226b6f3bb56ac496d7
|
|