Skip to content

chore(deps-dev): bump @redocly/cli from 2.0.8 to 2.7.0 #377

chore(deps-dev): bump @redocly/cli from 2.0.8 to 2.7.0

chore(deps-dev): bump @redocly/cli from 2.0.8 to 2.7.0 #377

Re-run triggered October 28, 2025 08:22
Status Failure
Total duration 15m 25s
Artifacts 2

code-health-fork.yml

on: pull_request_target
Matrix: Run MongoDB tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Run MongoDB tests (windows-latest)
Process completed with exit code 1.
tests/integration/tools/atlas-local/deleteDeployment.test.ts > atlas-local-delete-deployment > should delete a deployment when calling the tool: tests/integration/tools/atlas-local/deleteDeployment.test.ts#L50
AssertionError: expected '' to contain 'test-deployment-1761640668143' - Expected + Received - test-deployment-1761640668143 ❯ tests/integration/tools/atlas-local/deleteDeployment.test.ts:50:47
tests/integration/tools/atlas-local/createDeployment.test.ts > atlas-local-create-deployment > should create a deployment when name is not provided: tests/integration/helpers.ts#L336
AssertionError: expected undefined to be defined ❯ expectDefined tests/integration/helpers.ts:336:17 ❯ tests/integration/tools/atlas-local/createDeployment.test.ts:131:9
tests/integration/tools/atlas-local/createDeployment.test.ts > atlas-local-create-deployment > should create a deployment with the correct name: tests/integration/tools/atlas-local/createDeployment.test.ts#L103
AssertionError: expected 'Error running atlas-local-create-depl…' to contain 'test-deployment-1761640651846' - Expected + Received - test-deployment-1761640651846 + Error running atlas-local-create-deployment: create deployment + + Caused by: + 0: Failed to pull image: Docker stream error: no matching manifest for windows/amd64 10.0.26100 in the manifest list entries + 1: Docker stream error: no matching manifest for windows/amd64 10.0.26100 in the manifest list entries ❯ tests/integration/tools/atlas-local/createDeployment.test.ts:103:41
tests/integration/tools/atlas-local/createDeployment.test.ts > atlas-local-create-deployment > should return an error when creating a deployment that already exists: tests/integration/tools/atlas-local/createDeployment.test.ts#L88
AssertionError: expected 'Error running atlas-local-create-depl…' to contain 'Container already exists: test-deploy…' - Expected + Received - Container already exists: test-deployment-1761640651063 + Error running atlas-local-create-deployment: create deployment + + Caused by: + 0: Failed to pull image: Docker stream error: no matching manifest for windows/amd64 10.0.26100 in the manifest list entries + 1: Docker stream error: no matching manifest for windows/amd64 10.0.26100 in the manifest list entries ❯ tests/integration/tools/atlas-local/createDeployment.test.ts:88:35
tests/integration/tools/atlas-local/createDeployment.test.ts > atlas-local-create-deployment > should create a deployment when calling the tool: tests/integration/tools/atlas-local/createDeployment.test.ts#L64
AssertionError: expected [ { type: 'text', …(1) } ] to have a length of 2 but got 1 - Expected + Received - 2 + 1 ❯ tests/integration/tools/atlas-local/createDeployment.test.ts:64:31
tests/integration/tools/atlas-local/connectDeployment.test.ts > atlas-local-connect-deployment with deployments > should be able to insert and read data after connecting: tests/integration/tools/atlas-local/connectDeployment.test.ts#L107
AssertionError: expected 'You need to connect to a MongoDB inst…' to contain 'Documents were inserted successfully.' Expected: "Documents were inserted successfully." Received: "You need to connect to a MongoDB instance before you can access its data." ❯ tests/integration/tools/atlas-local/connectDeployment.test.ts:107:41
tests/integration/tools/atlas-local/connectDeployment.test.ts > atlas-local-connect-deployment with deployments > should connect to correct deployment when calling the tool: tests/integration/tools/atlas-local/connectDeployment.test.ts#L79
AssertionError: expected 'The Atlas Local deployment "test-depl…' to contain 'Successfully connected to Atlas Local…' Expected: "Successfully connected to Atlas Local deployment "test-deployment-1-1761640649229"." Received: "The Atlas Local deployment "test-deployment-1-1761640649229" was not found. Please check the deployment name or use "atlas-local-list-deployments" to see available deployments." ❯ tests/integration/tools/atlas-local/connectDeployment.test.ts:79:35