feat: add configure replicas and shards #2605
Annotations
13 errors and 4 warnings
|
tests (core)
Process completed with exit code 2.
|
|
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 get a knowledge filter by ID:
sdks/typescript/tests/integration.test.ts#L158
AssertionError: expected undefined not to be undefined
❯ tests/integration.test.ts:158: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 (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 (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-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 (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-70e855dd832983ec0a27135ce7205e85b915eac0
Expired
|
1.87 GB |
sha256:f0b4f1e9ab5ed00e7cb6ca2e7762adbcfa62d304482229b164d3099c2b53ab55
|
|