DuckDB Virtual Server #1468
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
2 errors and 1 notice
|
test_js (ubuntu-22.04, 3.9, 22.x)
Process completed with exit code 1.
|
|
[client-node] › rust/perspective-js/test/js/duckdb.spec.js:295:9 › DuckDB Virtual Server › split_by › single split_by:
rust/perspective-js/test/js/duckdb.spec.js#L305
1) [client-node] › rust/perspective-js/test/js/duckdb.spec.js:295:9 › DuckDB Virtual Server › split_by › single split_by
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
303 | const columns = await view.column_paths();
304 | // Should have columns for each region
> 305 | expect(columns.some((c) => c.includes("Central"))).toBe(true);
| ^
306 | expect(columns.some((c) => c.includes("East"))).toBe(true);
307 | expect(columns.some((c) => c.includes("South"))).toBe(true);
308 | expect(columns.some((c) => c.includes("West"))).toBe(true);
at /home/runner/work/perspective/perspective/rust/perspective-js/test/js/duckdb.spec.js:305:64
|
|
🎭 Playwright Run Summary
1 failed
[client-node] › rust/perspective-js/test/js/duckdb.spec.js:295:9 › DuckDB Virtual Server › split_by › single split_by
112 skipped
1476 passed (4.3m)
|