Remove docusaurus
#1653
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
3 errors, 1 warning, and 1 notice
|
test_js (ubuntu-22.04, 3.11, 22.x)
Process completed with exit code 1.
|
|
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/column_settings/sidebar.spec.ts:82:5 › Column Settings Sidebar › edit button > opens sidebar for inactive expression columns:
tools/test/src/js/models/page.ts#L125
2) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/column_settings/sidebar.spec.ts:82:5 › Column Settings Sidebar › edit button > opens sidebar for inactive expression columns
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('perspective-viewer').locator('#column_settings_close_button')
- locator resolved to <div class="sidebar_close_button" id="column_settings_close_button">…</div>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div id="status_bar">…</div> from <div id="main_column">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div id="status_bar">…</div> from <div id="main_column">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
9 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div id="status_bar">…</div> from <div id="main_column">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
- waiting for element to be visible, enabled and stable
at src/js/models/page.ts:125
123 | async assureColumnSettingsClosed() {
124 | if (await this.columnSettingsSidebar.container.isVisible()) {
> 125 | await this.columnSettingsSidebar.closeBtn.click();
| ^
126 | }
127 | }
128 |
at PageView.assureColumnSettingsClosed (/home/runner/work/perspective/perspective/tools/test/src/js/models/page.ts:125:55)
at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/column_settings/sidebar.spec.ts:100:9
|
|
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/column_settings/attributes_tab.spec.ts:46:5 › Attributes Tab › Empty expression names:
rust/perspective-viewer/test/js/column_settings/attributes_tab.spec.ts#L59
1) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/column_settings/attributes_tab.spec.ts:46:5 › Attributes Tab › Empty expression names
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('perspective-viewer').locator('#column_settings_close_button')
- locator resolved to <div class="sidebar_close_button" id="column_settings_close_button">…</div>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div id="status_bar">…</div> from <div id="main_column">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div id="status_bar">…</div> from <div id="main_column">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
10 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div id="status_bar">…</div> from <div id="main_column">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
57 | );
58 | // Reopening the column shows an empty header with placeholder text that matches
> 59 | await view.columnSettingsSidebar.closeBtn.click();
| ^
60 | let expr =
61 | await view.settingsPanel.inactiveColumns.getColumnByName(
62 | expr_value,
at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/column_settings/attributes_tab.spec.ts:59:51
|
|
test_js (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 failed
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/column_settings/attributes_tab.spec.ts:46:5 › Attributes Tab › Empty expression names
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/column_settings/sidebar.spec.ts:82:5 › Column Settings Sidebar › edit button > opens sidebar for inactive expression columns
112 skipped
1619 passed (4.9m)
|