Skip to content

chore: Add new session-level service for getting embeddings of a specific collection MCP-246 #191

chore: Add new session-level service for getting embeddings of a specific collection MCP-246

chore: Add new session-level service for getting embeddings of a specific collection MCP-246 #191

Triggered via pull request October 15, 2025 11:55
@kmruizkmruiz
synchronize #626
chore/mcp-246
Status Failure
Total duration 13m 20s
Artifacts 3

code-health.yml

on: pull_request
Matrix: Run MongoDB tests
Report Coverage
52s
Report Coverage
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 7 warnings
Run MongoDB tests (macos-latest)
Process completed with exit code 1.
tests/integration/tools/mongodb/create/insertMany.test.ts > insertMany tool when search is enabled > returns an error when there is a search index and quantisation is wrong: tests/integration/tools/mongodb/mongodbHelpers.ts#L305
Error: Search Management Index is not ready. lastError: {"errorLabelSet":{},"errorResponse":{"ok":0,"errmsg":"Using Atlas Search Database Commands and the $listSearchIndexes aggregation stage requires additional configuration. Please connect to Atlas or an AtlasCLI local deployment to enable. For more information on how to connect, see https://dochub.mongodb.org/core/atlas-cli-deploy-local-reqs.","code":31082,"codeName":"SearchNotEnabled"},"ok":0,"code":31082,"codeName":"SearchNotEnabled"} ❯ waitUntilSearchIsReady tests/integration/tools/mongodb/mongodbHelpers.ts:305:11 ❯ tests/integration/tools/mongodb/create/insertMany.test.ts:118:13
tests/integration/tools/mongodb/create/insertMany.test.ts > insertMany tool when search is enabled > inserts a document when the embedding is correct: tests/integration/tools/mongodb/mongodbHelpers.ts#L305
Error: Search Management Index is not ready. lastError: {"errorLabelSet":{},"errorResponse":{"ok":0,"errmsg":"Using Atlas Search Database Commands and the $listSearchIndexes aggregation stage requires additional configuration. Please connect to Atlas or an AtlasCLI local deployment to enable. For more information on how to connect, see https://dochub.mongodb.org/core/atlas-cli-deploy-local-reqs.","code":31082,"codeName":"SearchNotEnabled"},"ok":0,"code":31082,"codeName":"SearchNotEnabled"} ❯ waitUntilSearchIsReady tests/integration/tools/mongodb/mongodbHelpers.ts:305:11 ❯ tests/integration/tools/mongodb/create/insertMany.test.ts:118:13
Run MongoDB tests (ubuntu-latest)
Process completed with exit code 1.
tests/integration/tools/mongodb/create/insertMany.test.ts > insertMany tool when search is enabled > returns an error when there is a search index and quantisation is wrong: tests/integration/tools/mongodb/mongodbHelpers.ts#L305
Error: Search Management Index is not ready. lastError: {"errorLabelSet":{},"errorResponse":{"ok":0,"errmsg":"Using Atlas Search Database Commands and the $listSearchIndexes aggregation stage requires additional configuration. Please connect to Atlas or an AtlasCLI local deployment to enable. For more information on how to connect, see https://dochub.mongodb.org/core/atlas-cli-deploy-local-reqs.","code":31082,"codeName":"SearchNotEnabled"},"ok":0,"code":31082,"codeName":"SearchNotEnabled"} ❯ waitUntilSearchIsReady tests/integration/tools/mongodb/mongodbHelpers.ts:305:11 ❯ tests/integration/tools/mongodb/create/insertMany.test.ts:118:13
tests/integration/tools/mongodb/create/insertMany.test.ts > insertMany tool when search is enabled > inserts a document when the embedding is correct: tests/integration/tools/mongodb/mongodbHelpers.ts#L305
Error: Search Management Index is not ready. lastError: {"errorLabelSet":{},"errorResponse":{"ok":0,"errmsg":"Using Atlas Search Database Commands and the $listSearchIndexes aggregation stage requires additional configuration. Please connect to Atlas or an AtlasCLI local deployment to enable. For more information on how to connect, see https://dochub.mongodb.org/core/atlas-cli-deploy-local-reqs.","code":31082,"codeName":"SearchNotEnabled"},"ok":0,"code":31082,"codeName":"SearchNotEnabled"} ❯ waitUntilSearchIsReady tests/integration/tools/mongodb/mongodbHelpers.ts:305:11 ❯ tests/integration/tools/mongodb/create/insertMany.test.ts:118:13
Run MongoDB tests (windows-latest)
Process completed with exit code 1.
tests/integration/tools/mongodb/create/insertMany.test.ts > insertMany tool when search is enabled > returns an error when there is a search index and quantisation is wrong: tests/integration/tools/mongodb/mongodbHelpers.ts#L305
Error: Search Management Index is not ready. lastError: {"errorLabelSet":{},"errorResponse":{"ok":0,"errmsg":"Using Atlas Search Database Commands and the $listSearchIndexes aggregation stage requires additional configuration. Please connect to Atlas or an AtlasCLI local deployment to enable. For more information on how to connect, see https://dochub.mongodb.org/core/atlas-cli-deploy-local-reqs.","code":31082,"codeName":"SearchNotEnabled"},"ok":0,"code":31082,"codeName":"SearchNotEnabled"} ❯ waitUntilSearchIsReady tests/integration/tools/mongodb/mongodbHelpers.ts:305:11 ❯ tests/integration/tools/mongodb/create/insertMany.test.ts:118:13
tests/integration/tools/mongodb/create/insertMany.test.ts > insertMany tool when search is enabled > inserts a document when the embedding is correct: tests/integration/tools/mongodb/mongodbHelpers.ts#L305
Error: Search Management Index is not ready. lastError: {"errorLabelSet":{},"errorResponse":{"ok":0,"errmsg":"Using Atlas Search Database Commands and the $listSearchIndexes aggregation stage requires additional configuration. Please connect to Atlas or an AtlasCLI local deployment to enable. For more information on how to connect, see https://dochub.mongodb.org/core/atlas-cli-deploy-local-reqs.","code":31082,"codeName":"SearchNotEnabled"},"ok":0,"code":31082,"codeName":"SearchNotEnabled"} ❯ waitUntilSearchIsReady tests/integration/tools/mongodb/mongodbHelpers.ts:305:11 ❯ tests/integration/tools/mongodb/create/insertMany.test.ts:118:13
tests/integration/tools/mongodb/create/createIndex.test.ts > createIndex tool when search is not enabled: tests/integration/tools/mongodb/mongodbHelpers.ts#L140
Error: Hook timed out in 120000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ❯ setupMongoDBIntegrationTest tests/integration/tools/mongodb/mongodbHelpers.ts:140:5 ❯ tests/integration/tools/mongodb/mongodbHelpers.ts:96:32
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality: tests/integration/tools/mongodb/mongodbHelpers.ts#L140
Error: Hook timed out in 120000ms. If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout". ❯ setupMongoDBIntegrationTest tests/integration/tools/mongodb/mongodbHelpers.ts:140:5 ❯ tests/integration/tools/mongodb/mongodbHelpers.ts:96:32
Report Coverage
Unable to download artifact(s): Artifact not found for name: test-results Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
Run MongoDB tests (ubuntu-latest)
No files were found with the provided path: coverage/lcov.info. No artifacts will be uploaded.
Run MongoDB tests (ubuntu-latest)
1 added, 0 removed; done.
Run MongoDB tests (ubuntu-latest)
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
Run MongoDB tests (ubuntu-latest)
Updating certificates in /etc/ssl/certs...
Run Atlas tests
1 added, 0 removed; done.
Run Atlas tests
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
Run Atlas tests
Updating certificates in /etc/ssl/certs...

Artifacts

Produced during runtime
Name Size Digest
atlas-test-results
19.1 KB
sha256:895fe8294ee3f5aee479bde0ecff43ec80ed54230f937c7bcdf126cbc2ecb1b5
run-atlas-tests-permissions-9a13c33cb923f1de2633b63326921c7c
140 Bytes
sha256:0c5181baadcaef67968f32117746531608cce7c5c2f466172dc4a1061b9d3edc
run-tests-permissions-9e4c0fb816e2000d6892c7069f6cd583
140 Bytes
sha256:4552e2765dcad9fd4656aebc2461055487835ab2379822320ab1ee098de60193