Skip to content

fix(query-db-collection): implement reference counting for QueryObserver lifecycle #241

fix(query-db-collection): implement reference counting for QueryObserver lifecycle

fix(query-db-collection): implement reference counting for QueryObserver lifecycle #241

Triggered via pull request November 21, 2025 00:05
Status Failure
Total duration 1m 34s
Artifacts

e2e-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Run E2E Tests
Process completed with exit code 1.
Unhandled error: 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.
Unhandled error: 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.
Run E2E Tests
No files were found with the provided path: packages/db-collection-e2e/junit/. No artifacts will be uploaded.