fix(query-db-collection): implement reference counting for QueryObserver lifecycle #241
Annotations
3 errors and 1 warning
|
|
|
packages/query-db-collection/e2e/query-filter.ts#L165
Error: extractSimpleComparisons does not support 'or' operator. Use parseWhereExpression with custom handlers for complex expressions.
❯ extract ../db/src/query/expression-helpers.ts:416:15
❯ ../db/src/query/expression-helpers.ts:338:50
❯ extract ../db/src/query/expression-helpers.ts:338:16
❯ extractSimpleComparisons ../db/src/query/expression-helpers.ts:472:3
❯ parseLoadSubsetOptions ../db/src/query/expression-helpers.ts:518:14
❯ applyPredicates e2e/query-filter.ts:165:37
❯ queryFn e2e/query.e2e.test.ts:97:28
❯ Object.fetchFn [as fn] ../../node_modules/.pnpm/@TanStack+query-core@5.90.10/node_modules/@tanstack/query-core/src/query.ts:474:14
❯ run ../../node_modules/.pnpm/@TanStack+query-core@5.90.10/node_modules/@tanstack/query-core/src/retryer.ts:155:49
This error originated in "e2e/query.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 only load data matching predicate (no over-fetching)". 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.
|
|
packages/query-db-collection/e2e/query-filter.ts#L165
Error: extractSimpleComparisons does not support 'or' operator. Use parseWhereExpression with custom handlers for complex expressions.
❯ extract ../db/src/query/expression-helpers.ts:416:15
❯ extractSimpleComparisons ../db/src/query/expression-helpers.ts:472:3
❯ parseLoadSubsetOptions ../db/src/query/expression-helpers.ts:518:14
❯ applyPredicates e2e/query-filter.ts:165:37
❯ queryFn e2e/query.e2e.test.ts:97:28
❯ Object.fetchFn [as fn] ../../node_modules/.pnpm/@TanStack+query-core@5.90.10/node_modules/@tanstack/query-core/src/query.ts:474:14
❯ run ../../node_modules/.pnpm/@TanStack+query-core@5.90.10/node_modules/@tanstack/query-core/src/retryer.ts:155:49
❯ Object.start ../../node_modules/.pnpm/@TanStack+query-core@5.90.10/node_modules/@tanstack/query-core/src/retryer.ts:221:9
❯ Query.fetch ../../node_modules/.pnpm/@TanStack+query-core@5.90.10/node_modules/@tanstack/query-core/src/query.ts:546:40
❯ QueryObserver.#executeFetch ../../node_modules/.pnpm/@TanStack+query-core@5.90.10/node_modules/@tanstack/query-core/src/queryObserver.ts:343:71
This error originated in "e2e/query.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 only load data matching predicate (no over-fetching)". 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.
|
|
|
The logs for this run have expired and are no longer available.
Loading