chore(tests): accuracy tests for MongoDB tools exposed by MCP server MCP-39 #1264
code_health.yaml
on: pull_request
Matrix: Run MongoDB tests
Run Atlas tests
2m 48s
Report Coverage
53s
Annotations
41 errors, 18 warnings, and 2 notices
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow aggregate operations without indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow count operations without indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow all queries regardless of index usage:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > aggregate operations > should allow aggregation queries with indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > aggregate operations > should reject aggregation queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > count operations > should allow count queries with indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > count operations > should reject count queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should allow queries using _id (IDHACK):
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should allow queries that use indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should reject queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow aggregate operations without indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow count operations without indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow all queries regardless of index usage:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > aggregate operations > should allow aggregation queries with indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > aggregate operations > should reject aggregation queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > count operations > should allow count queries with indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > count operations > should reject count queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should allow queries using _id (IDHACK):
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should allow queries that use indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should reject queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow aggregate operations without indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow count operations without indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow all queries regardless of index usage:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > aggregate operations > should allow aggregation queries with indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > aggregate operations > should reject aggregation queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > count operations > should allow count queries with indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > count operations > should reject count queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should allow queries using _id (IDHACK):
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should allow queries that use indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should reject queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow aggregate operations without indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow count operations without indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck disabled > indexCheck disabled functionality > should allow all queries regardless of index usage:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > aggregate operations > should allow aggregation queries with indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > aggregate operations > should reject aggregation queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool aggregate not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > count operations > should allow count queries with indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > count operations > should reject count queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool count not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should allow queries using _id (IDHACK):
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should allow queries that use indexes:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: -32602, data: undefined }
|
tests/integration/indexCheck.test.ts > IndexCheck integration tests > with indexCheck enabled > indexCheck functionality > find operations > should reject queries that perform collection scans:
tests/integration/inMemoryTransport.ts#L24
McpError: MCP error -32602: MCP error -32602: Tool find not found
❯ Client._onresponse node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:480:21
❯ InMemoryTransport._transport.onmessage node_modules/@modelcontextprotocol/sdk/src/shared/protocol.ts:305:14
❯ Object.write tests/integration/inMemoryTransport.ts:24:38
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
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 MongoDB tests (macos-latest)
No ALTQ support in kernel
ALTQ related functions disabled
pf enabled
|
Run MongoDB tests (macos-latest)
pfctl: Use of -f option, could result in flushing of rules
present in the main ruleset added by the system at startup.
See /etc/pf.conf for further details.
No ALTQ support in kernel
ALTQ related functions disabled
|
Run MongoDB tests (macos-latest)
YES (0)
|
Run MongoDB tests (macos-latest)
2025-07-17 10:38:14.002 sysadminctl[863:5059] Creating home directory at /Users/mitmproxyuser
|
Run MongoDB tests (macos-latest)
2025-07-17 10:38:13.944 sysadminctl[863:5059] Assigning UID: 502 GID: 20
|
Run MongoDB tests (macos-latest)
2025-07-17 10:38:13.829 sysadminctl[863:5059] Creating user record…
|
Run MongoDB tests (macos-latest)
IOServiceMatchingfailed for: AppleM2ScalerCSCDriver
|
Run MongoDB tests (macos-latest)
2025-07-17 10:38:13.091 sysadminctl[863:5059] ----------------------------
2025-07-17 10:38:13.091 sysadminctl[863:5059] No clear text password or interactive option was specified (adduser, change/reset password will not allow user to use FDE) !
2025-07-17 10:38:13.091 sysadminctl[863:5059] ----------------------------
|
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 Atlas tests
No files were found with the provided path: coverage/lcov.info. No artifacts will be uploaded.
|
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 (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Run MongoDB tests (macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
run-atlas-tests-permissions-7c6802fdf9a06603c153d7bfdd8dc740
|
140 Bytes |
sha256:f90a248947d8219b76ed246c15009939d7db3535156ced8a4a0f48fa42dbc3e3
|
|
run-tests-permissions-b7884c2842b5c1b463f1644a85006197
|
140 Bytes |
sha256:2a1afdb254071c2d200aee1c07f11ffa3a0577303cdf274cad065293859ab5f8
|
|
run-tests-permissions-ca299c56dbde698de4bc56f57dc6e1bf
|
140 Bytes |
sha256:f7a886cc9b7263204040a4f990747d94c15bd78f4c7a52b5e395375fbd62f850
|
|