Skip to content

feat: parallel queries #833

feat: parallel queries

feat: parallel queries #833

Triggered via pull request September 29, 2024 21:31
@domoritzdomoritz
synchronize #475
dom/parallel
Status Success
Total duration 1m 27s
Artifacts

test.yml

on: pull_request
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.