Skip to content

AI analytics

AI analytics #12637

Triggered via pull request May 4, 2026 22:27
Status Failure
Total duration 19m 50s
Artifacts

e2e-api-tests.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
E2E Tests (Node 22.x, Freestyle mock)
Process completed with exit code 1.
tests/backend/endpoints/api/v1/ai-query.test.ts > AI Query Endpoint - Validation > rejects user messages with oversized image attachments: apps/e2e/tests/backend/endpoints/api/v1/ai-query.test.ts#L275
AssertionError: expected { …(3) } to deeply equal StringContaining "Image exceeds" - Expected: StringContaining "Image exceeds" + Received: Object { "code": "IMAGE_ATTACHMENT_TOO_LARGE", "details": Object { "actual_bytes": 3145729, "max_bytes": 3145728, }, "error": "Image exceeds 3MB limit (3.00MB).", } ❯ tests/backend/endpoints/api/v1/ai-query.test.ts:275:27
tests/backend/endpoints/api/v1/ai-query.test.ts > AI Query Endpoint - Validation > rejects user messages with too many image attachments: apps/e2e/tests/backend/endpoints/api/v1/ai-query.test.ts#L247
AssertionError: expected { …(3) } to deeply equal StringContaining{…} - Expected: StringContaining "Maximum 3 images per message." + Received: Object { "code": "TOO_MANY_IMAGE_ATTACHMENTS", "details": Object { "max_images": 3, }, "error": "Maximum 3 images per message.", } ❯ tests/backend/endpoints/api/v1/ai-query.test.ts:247:27
E2E Tests (Node 22.x, Freestyle prod)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: JarvusInnovations/background-action@v1.0.7, 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/
E2E Tests (Node 22.x, Freestyle mock)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: JarvusInnovations/background-action@v1.0.7, 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/