Skip to content

feat: add configure replicas and shards #2609

feat: add configure replicas and shards

feat: add configure replicas and shards #2609

Triggered via pull request June 18, 2026 19:31
Status Failure
Total duration 22m 28s
Artifacts 1

test-integration.yml

on: pull_request
Matrix: test-suite
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 4 warnings
tests/integration.test.ts > OpenRAG TypeScript SDK Integration > Knowledge Filters > documents.delete(filterId) only removes filenames in the filter: sdks/typescript/src/client.ts#L196
AuthenticationError: Invalid or missing API key ❯ OpenRAGClient._handleError src/client.ts:196:13 ❯ OpenRAGClient._request src/client.ts:168:14 ❯ DocumentsClient.ingest src/documents.ts:67:22 ❯ tests/integration.test.ts:288:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { statusCode: 401 }
tests/integration.test.ts > OpenRAG TypeScript SDK Integration > Knowledge Filters > filterId in search actually scopes results to data_sources: sdks/typescript/src/client.ts#L196
AuthenticationError: Invalid or missing API key ❯ OpenRAGClient._handleError src/client.ts:196:13 ❯ OpenRAGClient._request src/client.ts:168:14 ❯ DocumentsClient.ingest src/documents.ts:67:22 ❯ tests/integration.test.ts:247:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { statusCode: 401 }
tests/integration.test.ts > OpenRAG TypeScript SDK Integration > Knowledge Filters > filterId in chat actually scopes retrieval to data_sources: sdks/typescript/src/client.ts#L196
AuthenticationError: Invalid or missing API key ❯ OpenRAGClient._handleError src/client.ts:196:13 ❯ OpenRAGClient._request src/client.ts:168:14 ❯ DocumentsClient.ingest src/documents.ts:67:22 ❯ tests/integration.test.ts:202:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { statusCode: 401 }
tests/integration.test.ts > OpenRAG TypeScript SDK Integration > Knowledge Filters > should delete a knowledge filter: sdks/typescript/tests/integration.test.ts#L182
AssertionError: expected undefined not to be undefined ❯ tests/integration.test.ts:182:31
tests/integration.test.ts > OpenRAG TypeScript SDK Integration > Knowledge Filters > should update a knowledge filter: sdks/typescript/tests/integration.test.ts#L168
AssertionError: expected undefined not to be undefined ❯ tests/integration.test.ts:168:31
tests/integration.test.ts > OpenRAG TypeScript SDK Integration > Knowledge Filters > should search knowledge filters: sdks/typescript/src/client.ts#L196
AuthenticationError: Invalid or missing API key ❯ OpenRAGClient._handleError src/client.ts:196:13 ❯ OpenRAGClient._request src/client.ts:168:14 ❯ KnowledgeFiltersClient.search src/knowledge-filters.ts:59:22 ❯ tests/integration.test.ts:149:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { statusCode: 401 }
tests/integration.test.ts > OpenRAG TypeScript SDK Integration > Knowledge Filters > should create a knowledge filter: sdks/typescript/src/client.ts#L196
AuthenticationError: Invalid or missing API key ❯ OpenRAGClient._handleError src/client.ts:196:13 ❯ OpenRAGClient._request src/client.ts:168:14 ❯ KnowledgeFiltersClient.create src/knowledge-filters.ts:34:22 ❯ tests/integration.test.ts:133:22 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { statusCode: 401 }
tests/integration.test.ts > OpenRAG TypeScript SDK Integration > Settings > should update settings: sdks/typescript/src/client.ts#L196
AuthenticationError: Invalid or missing API key ❯ OpenRAGClient._handleError src/client.ts:196:13 ❯ OpenRAGClient._request src/client.ts:168:14 ❯ SettingsClient.get src/client.ts:40:22 ❯ tests/integration.test.ts:113:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { statusCode: 401 }
tests/integration.test.ts > OpenRAG TypeScript SDK Integration > Settings > should get settings: sdks/typescript/src/client.ts#L196
AuthenticationError: Invalid or missing API key ❯ OpenRAGClient._handleError src/client.ts:196:13 ❯ OpenRAGClient._request src/client.ts:168:14 ❯ SettingsClient.get src/client.ts:40:22 ❯ tests/integration.test.ts:105:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { statusCode: 401 }
tests (core)
Process completed with exit code 2.
tests (sdk-python)
Process completed with exit code 2.
tests
Process completed with exit code 1.
build-images
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
tests (sdk-typescript)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, astral-sh/setup-uv@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
tests (core)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/download-artifact@v4, astral-sh/setup-uv@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
tests (sdk-python)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/download-artifact@v4, astral-sh/setup-uv@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
openrag-ci-images-ed825c92768e811e622d188d1a55628cbff66561 Expired
1.87 GB
sha256:276f63e5e3f9c9ba0d7202a7900e56bfab027db8445ba7c50cc4f228b05e81d7