Skip to content

feat(elicitation): add user consent through elicitation MCP-185 #1976

feat(elicitation): add user consent through elicitation MCP-185

feat(elicitation): add user consent through elicitation MCP-185 #1976

Triggered via pull request September 12, 2025 11:20
Status Failure
Total duration 6m 37s
Artifacts 3

code_health.yaml

on: pull_request
Matrix: Run MongoDB tests
Run Atlas tests
2m 36s
Run Atlas tests
Report Coverage
49s
Report Coverage
Fit to window
Zoom out
Zoom in

Annotations

31 errors, 9 warnings, and 1 notice
Run MongoDB tests (macos-latest)
Process completed with exit code 1.
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using injected connection error handler > and comes across any other error MongoDB Error - ForbiddenCollscan > should not handle the error and let the static handling take over it: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using injected connection error handler > and comes across a MongoDB Error - MisconfiguredConnectionString > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using injected connection error handler > and comes across a MongoDB Error - NotConnectedToMongoDB > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using default connection error handler > and comes across any other error MongoDB Error - ForbiddenCollscan > should not handle the error and let the static handling take over it: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using default connection error handler > and comes across a MongoDB Error - MisconfiguredConnectionString > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using default connection error handler > and comes across a MongoDB Error - NotConnectedToMongoDB > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/elicitation.test.ts > Elicitation Integration Tests > confirmation message content validation > should include specific details in create-db-user confirmation: tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Invalid arguments for tool atlas-create-db-user: [ { "code": "too_small", "minimum": 24, "type": "string", "inclusive": true, "exact": true, "message": "projectId must be exactly 24 characters", "path": [ "projectId" ] }, { "validation": "regex", "code": "invalid_string", "message": "projectId must contain only hexadecimal characters", "path": [ "projectId" ] } ] ❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:495:21 ❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:316:14 ❯ Object.write tests/integration/inMemoryTransport.ts:24:44 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: -32602, data: undefined }
tests/integration/elicitation.test.ts > Elicitation Integration Tests > with elicitation support > tools requiring confirmation > should request confirmation for create-access-list tool: tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Invalid arguments for tool atlas-create-access-list: [ { "code": "too_small", "minimum": 24, "type": "string", "inclusive": true, "exact": true, "message": "projectId must be exactly 24 characters", "path": [ "projectId" ] }, { "validation": "regex", "code": "invalid_string", "message": "projectId must contain only hexadecimal characters", "path": [ "projectId" ] } ] ❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:495:21 ❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:316:14 ❯ Object.write tests/integration/inMemoryTransport.ts:24:44 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: -32602, data: undefined }
tests/integration/elicitation.test.ts > Elicitation Integration Tests > with elicitation support > tools requiring confirmation > should request confirmation for create-db-user tool: tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Invalid arguments for tool atlas-create-db-user: [ { "code": "too_small", "minimum": 24, "type": "string", "inclusive": true, "exact": true, "message": "projectId must be exactly 24 characters", "path": [ "projectId" ] }, { "validation": "regex", "code": "invalid_string", "message": "projectId must contain only hexadecimal characters", "path": [ "projectId" ] } ] ❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:495:21 ❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:316:14 ❯ Object.write tests/integration/inMemoryTransport.ts:24:44 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: -32602, data: undefined }
Run MongoDB tests (ubuntu-latest)
Process completed with exit code 1.
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using injected connection error handler > and comes across any other error MongoDB Error - ForbiddenCollscan > should not handle the error and let the static handling take over it: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using injected connection error handler > and comes across a MongoDB Error - MisconfiguredConnectionString > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using injected connection error handler > and comes across a MongoDB Error - NotConnectedToMongoDB > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using default connection error handler > and comes across any other error MongoDB Error - ForbiddenCollscan > should not handle the error and let the static handling take over it: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using default connection error handler > and comes across a MongoDB Error - MisconfiguredConnectionString > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using default connection error handler > and comes across a MongoDB Error - NotConnectedToMongoDB > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/elicitation.test.ts > Elicitation Integration Tests > confirmation message content validation > should include specific details in create-db-user confirmation: tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Invalid arguments for tool atlas-create-db-user: [ { "code": "too_small", "minimum": 24, "type": "string", "inclusive": true, "exact": true, "message": "projectId must be exactly 24 characters", "path": [ "projectId" ] }, { "validation": "regex", "code": "invalid_string", "message": "projectId must contain only hexadecimal characters", "path": [ "projectId" ] } ] ❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:495:21 ❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:316:14 ❯ Object.write tests/integration/inMemoryTransport.ts:24:44 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: -32602, data: undefined }
tests/integration/elicitation.test.ts > Elicitation Integration Tests > with elicitation support > tools requiring confirmation > should request confirmation for create-access-list tool: tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Invalid arguments for tool atlas-create-access-list: [ { "code": "too_small", "minimum": 24, "type": "string", "inclusive": true, "exact": true, "message": "projectId must be exactly 24 characters", "path": [ "projectId" ] }, { "validation": "regex", "code": "invalid_string", "message": "projectId must contain only hexadecimal characters", "path": [ "projectId" ] } ] ❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:495:21 ❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:316:14 ❯ Object.write tests/integration/inMemoryTransport.ts:24:44 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: -32602, data: undefined }
tests/integration/elicitation.test.ts > Elicitation Integration Tests > with elicitation support > tools requiring confirmation > should request confirmation for create-db-user tool: tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Invalid arguments for tool atlas-create-db-user: [ { "code": "too_small", "minimum": 24, "type": "string", "inclusive": true, "exact": true, "message": "projectId must be exactly 24 characters", "path": [ "projectId" ] }, { "validation": "regex", "code": "invalid_string", "message": "projectId must contain only hexadecimal characters", "path": [ "projectId" ] } ] ❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:495:21 ❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:316:14 ❯ Object.write tests/integration/inMemoryTransport.ts:24:44 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: -32602, data: undefined }
Run MongoDB tests (windows-latest)
Process completed with exit code 1.
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using injected connection error handler > and comes across any other error MongoDB Error - ForbiddenCollscan > should not handle the error and let the static handling take over it: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using injected connection error handler > and comes across a MongoDB Error - MisconfiguredConnectionString > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using injected connection error handler > and comes across a MongoDB Error - NotConnectedToMongoDB > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using default connection error handler > and comes across any other error MongoDB Error - ForbiddenCollscan > should not handle the error and let the static handling take over it: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using default connection error handler > and comes across a MongoDB Error - MisconfiguredConnectionString > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/tools/mongodb/mongodbTool.test.ts > MongoDBTool implementations > when MCP is using default connection error handler > and comes across a MongoDB Error - NotConnectedToMongoDB > should handle the error: src/tools/tool.ts#L206
TypeError: Cannot read properties of undefined (reading 'readOnly') ❯ RandomTool.verifyAllowed src/tools/tool.ts:206:25 ❯ RandomTool.register src/tools/tool.ts:101:19 ❯ RandomTool.register src/tools/mongodb/mongodbTool.ts:51:22 ❯ cleanupAndStartServer tests/integration/tools/mongodb/mongodbTool.test.ts:127:14 ❯ tests/integration/tools/mongodb/mongodbTool.test.ts:148:9
tests/integration/elicitation.test.ts > Elicitation Integration Tests > confirmation message content validation > should include specific details in create-db-user confirmation: tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Invalid arguments for tool atlas-create-db-user: [ { "code": "too_small", "minimum": 24, "type": "string", "inclusive": true, "exact": true, "message": "projectId must be exactly 24 characters", "path": [ "projectId" ] }, { "validation": "regex", "code": "invalid_string", "message": "projectId must contain only hexadecimal characters", "path": [ "projectId" ] } ] ❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:495:21 ❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:316:14 ❯ Object.write tests/integration/inMemoryTransport.ts:24:44 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: -32602, data: undefined }
tests/integration/elicitation.test.ts > Elicitation Integration Tests > with elicitation support > tools requiring confirmation > should request confirmation for create-access-list tool: tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Invalid arguments for tool atlas-create-access-list: [ { "code": "too_small", "minimum": 24, "type": "string", "inclusive": true, "exact": true, "message": "projectId must be exactly 24 characters", "path": [ "projectId" ] }, { "validation": "regex", "code": "invalid_string", "message": "projectId must contain only hexadecimal characters", "path": [ "projectId" ] } ] ❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:495:21 ❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:316:14 ❯ Object.write tests/integration/inMemoryTransport.ts:24:44 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: -32602, data: undefined }
tests/integration/elicitation.test.ts > Elicitation Integration Tests > with elicitation support > tools requiring confirmation > should request confirmation for create-db-user tool: tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Invalid arguments for tool atlas-create-db-user: [ { "code": "too_small", "minimum": 24, "type": "string", "inclusive": true, "exact": true, "message": "projectId must be exactly 24 characters", "path": [ "projectId" ] }, { "validation": "regex", "code": "invalid_string", "message": "projectId must contain only hexadecimal characters", "path": [ "projectId" ] } ] ❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:495:21 ❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:316:14 ❯ Object.write tests/integration/inMemoryTransport.ts:24:44 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: -32602, data: undefined }
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 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...
Run Atlas tests
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
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 MongoDB tests (ubuntu-latest)
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Run MongoDB tests (windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677

Artifacts

Produced during runtime
Name Size Digest
atlas-test-results Expired
16.4 KB
sha256:3aa841b19acab3db03d3b97a38991d3e6ce89af18fb158ab287b942635c0e9b4
run-atlas-tests-permissions-5789303c943786e2db04321adec08d19 Expired
140 Bytes
sha256:40d9a54c0170de8ff914bd7cf377d0e3b9d043b32d9c4748f8882552bd599a07
run-tests-permissions-6cf003c6bf1135b4d8750597940a3780 Expired
140 Bytes
sha256:40d9a54c0170de8ff914bd7cf377d0e3b9d043b32d9c4748f8882552bd599a07