Skip to content

fix test

fix test #587

Triggered via push April 8, 2026 12:04
Status Failure
Total duration 2m 7s
Artifacts

docker-build.yml

on: push
lint-and-test
2m 2s
lint-and-test
build-and-push-api
build-and-push-api
build-and-push-worker
build-and-push-worker
build-and-push-dashboard
build-and-push-dashboard
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint-and-test
Process completed with exit code 1.
src/integration/tools.test.ts > get_group > returns not-found error for unknown group: packages/mcp/src/integration/tools.test.ts#L409
AssertionError: expected 'Unknown expression identifier `name` …' to be 'Group not found' // Object.is equality Expected: "Group not found" Received: "Unknown expression identifier `name` in scope SELECT project_id, id, type, name, properties, created_at, version FROM groups FINAL WHERE (project_id = 'integration-test') AND (id = 'nonexistent') AND (deleted = 0). " ❯ src/integration/tools.test.ts:409:23
src/integration/tools.test.ts > find_groups > returns empty array (no groups in fixtures): packages/mcp/src/integration/tools.test.ts#L397
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/integration/tools.test.ts:397:32
src/integration/tools.test.ts > list_group_types > returns { types: [] } (no groups in fixtures): packages/mcp/src/integration/tools.test.ts#L385
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/integration/tools.test.ts:385:38
src/routes/insights.router.test.ts > GET /insights/:projectId/events/names > includes events from fixture data: apps/api/src/routes/insights.router.test.ts#L139
AssertionError: expected [] to include 'session_start' ❯ src/routes/insights.router.test.ts:139:18
lint-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/