E2E Test Suite for Query-Driven Sync #17
Annotations
4 errors and 1 warning
|
Run E2E Tests
Process completed with exit code 1.
|
|
e2e/electric.e2e.test.ts > Electric Collection E2E Tests > Joins Suite > Three-Collection Joins > should handle mixed syncModes in 3-way join:
packages/db-collection-e2e/src/utils/helpers.ts#L28
Error: Query did not load data (expected >= 1, got 0) (timeout after 5000ms)
❯ waitFor ../db-collection-e2e/src/utils/helpers.ts:28:9
❯ waitForQueryData ../db-collection-e2e/src/utils/helpers.ts:131:3
❯ ../db-collection-e2e/src/suites/joins.suite.ts:254:9
|
|
e2e/electric.e2e.test.ts > Electric Collection E2E Tests > Joins Suite > Two-Collection Joins > should join with one eager, one on-demand:
packages/db-collection-e2e/src/utils/helpers.ts#L28
Error: Query did not load data (expected >= 1, got 0) (timeout after 5000ms)
❯ waitFor ../db-collection-e2e/src/utils/helpers.ts:28:9
❯ waitForQueryData ../db-collection-e2e/src/utils/helpers.ts:131:3
❯ ../db-collection-e2e/src/suites/joins.suite.ts:91:9
|
|
Unhandled error:
node_modules/.pnpm/@[email protected]/node_modules/@electric-sql/client/dist/index.mjs#L52
SyntaxError: "undefined" is not valid JSON
❯ MessageParser.parse ../../node_modules/.pnpm/@electric-sql[email protected]/node_modules/@electric-sql/client/src/parser.ts:114:17
❯ ShapeStream.<anonymous> ../../node_modules/.pnpm/@electric-sql[email protected]/node_modules/@electric-sql/client/src/client.ts:1182:39
❯ fulfilled ../../node_modules/.pnpm/@electric-sql[email protected]/node_modules/@electric-sql/client/dist/index.mjs:52:24
❯ processTicksAndRejections node:internal/process/task_queues:95:5
This error originated in "e2e/electric.e2e.test.ts" 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 "should skip records with offset". 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.
|
|
Run E2E Tests
No files were found with the provided path: packages/db-collection-e2e/junit/. No artifacts will be uploaded.
|