chore(tests): switch to vitest MCP-65 #1181
Annotations
3 errors and 5 warnings
|
|
|
tests/integration/tools/atlas/clusters.test.ts#L64
Error: Hook timed out in 10000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ tests/integration/tools/atlas/clusters.test.ts:64:9
❯ tests/integration/tools/atlas/atlasHelpers.ts:64:13
|
|
src/common/atlas/apiClientError.ts#L31
ApiClientError: [409 Conflict] error calling Atlas API: Conflict; Cannot close group while it has active clusters; please terminate all clusters.
❯ Function.fromError src/common/atlas/apiClientError.ts:31:16
❯ ApiClient.deleteProject src/common/atlas/apiClient.ts:233:34
❯ tests/integration/tools/atlas/atlasHelpers.ts:50:13
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { response: { constructor: 'Function<Response>', type: 'basic', url: 'https://cloud-dev.mongodb.com/api/atlas/v2/groups/68754ef607eb3c2b642a4c51', redirected: false, status: 409, ok: false, statusText: 'Conflict', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>', bytes: 'Function<bytes>' }, apiError: { detail: 'Cannot close group while it has active clusters; please terminate all clusters.', error: 409, errorCode: 'CANNOT_CLOSE_GROUP_ACTIVE_ATLAS_CLUSTERS', parameters: [], reason: 'Conflict' } }
|
|
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading