Skip to content

Rename data cube indexing to pre-aggregation. (#566) #1

Rename data cube indexing to pre-aggregation. (#566)

Rename data cube indexing to pre-aggregation. (#566) #1

Triggered via push October 30, 2024 20:08
Status Success
Total duration 8m 3s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error
Unhandled error: packages/core/test/query-manager.test.js#L35
AssertionError: expected 'SELECT * FROM test' to be 'CREATE TABLE test (id INT)' // Object.is equality Expected: "CREATE TABLE test (id INT)" Received: "SELECT * FROM test" ❯ Object.query test/query-manager.test.js:35:21 ❯ QueryManager.submit src/QueryManager.js:105:31 ❯ QueryManager.next src/QueryManager.js:40:10 ❯ src/QueryManager.js:51:12 ❯ processTicksAndRejections node:internal/process/task_queues:95:5 This error originated in "test/query-manager.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "test/query-manager.test.js". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.