Build Status #1747
Annotations
5 errors, 1 warning, and 1 notice
|
Run Tests
Process completed with exit code 1.
|
|
Run Tests:
packages/viewer-charts/test/ts/context-leak.spec.ts#L46
2) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/ts/context-leak.spec.ts:99:5 › WebGL context leak › repeated full toggles never evict the first chart's context
Error: page.evaluate: Test timeout of 180000ms exceeded.
44 |
45 | async function toggleSecondViewer(page: Page, cfg: object): Promise<void> {
> 46 | await page.evaluate(
| ^
47 | async ({ cfg, tableName }) => {
48 | const worker = (window as any).__TEST_WORKER__;
49 | const table = await worker.open_table(tableName);
at toggleSecondViewer (/home/runner/work/perspective/perspective/packages/viewer-charts/test/ts/context-leak.spec.ts:46:16)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/ts/context-leak.spec.ts:110:19
|
|
Run Tests:
packages/viewer-charts/test/ts/context-leak.spec.ts#L0
2) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/ts/context-leak.spec.ts:99:5 › WebGL context leak › repeated full toggles never evict the first chart's context
Test timeout of 180000ms exceeded.
|
|
Run Tests:
tools/test/src/js/utils.ts#L193
1) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/column_style.spec.ts:320:5 › Column Style Tests › Bar foreground on float column with negatives
Error: expect(string).toMatchSnapshot(expected) failed
@@ -24,18 +24,18 @@
<td
class="psp-align-right psp-color-mode-bar"
data-y="0"
data-x="1"
style="
+ position: relative;
--psp-label-bar-color: linear-gradient(
to right top,
rgb(51, 179, 205),
rgb(51, 141, 205) 50%,
rgb(51, 103, 205)
);
--psp-label-bar-bg: #338dcd;
- position: relative;
"
>
<div
class="psp-bar"
style="
@@ -60,18 +60,18 @@
<td
class="psp-align-right psp-color-mode-bar"
data-y="1"
data-x="1"
style="
+ position: relative;
--psp-label-bar-color: linear-gradient(
to right top,
rgb(51, 179, 205),
rgb(51, 141, 205) 50%,
rgb(51, 103, 205)
);
--psp-label-bar-bg: #338dcd;
- position: relative;
"
>
<div
class="psp-bar"
style="
@@ -96,18 +96,18 @@
<td
class="psp-align-right psp-color-mode-bar"
data-y="2"
data-x="1"
style="
+ position: relative;
--psp-label-bar-color: linear-gradient(
to right top,
rgb(51, 179, 205),
rgb(51, 141, 205) 50%,
rgb(51, 103, 205)
);
--psp-label-bar-bg: #338dcd;
- position: relative;
"
>
<div
class="psp-bar"
style="
@@ -132,18 +132,18 @@
<td
class="psp-align-right psp-color-mode-bar"
data-y="3"
data-x="1"
style="
+ position: relative;
--psp-label-bar-color: linear-gradient(
to right top,
rgb(255, 30, 45),
rgb(255, 71, 30) 50%,
rgb(255, 127, 30)
);
--psp-label-bar-bg: #ff471e;
- position: relative;
"
>
<div
class="psp-bar"
style="
@@ -169,18 +169,18 @@
<td
class="psp-align-right psp-color-mode-bar"
data-y="4"
data-x="1"
style="
+ position: relative;
--psp-label-bar-color: linear-gradient(
to right top,
rgb(51, 179, 205),
rgb(51, 141, 205) 50%,
rgb(51, 103, 205)
);
--psp-label-bar-bg: #338dcd;
- position: relative;
"
>
<div
class="psp-bar"
style="
@@ -205,18 +205,18 @@
<td
class="psp-align-right psp-color-mode-bar"
data-y="5"
data-x="1"
style="
+ position: relative;
--psp-label-bar-color: linear-gradient(
to right top,
rgb(51, 179, 205),
rgb(51, 141, 205) 50%,
rgb(51, 103, 205)
);
--psp-label-bar-bg: #338dcd;
- position: relative;
"
>
<div
class="psp-bar"
style="
@@ -241,18 +241,18 @@
<td
|
|
The run was canceled by @texodus.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Tests
2 failed
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/column_style.spec.ts:320:5 › Column Style Tests › Bar foreground on float column with negatives
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/ts/context-leak.spec.ts:99:5 › WebGL context leak › repeated full toggles never evict the first chart's context
118 skipped
1720 passed (8.1m)
|
background
wait
wait-all
cancel
parallel
Loading