feat(atlas-local): Add Atlas Local Create Deployment tool #1947
code_health.yaml
on: pull_request
Matrix: Run MongoDB tests
Run Atlas tests
2m 38s
Report Coverage
47s
Annotations
6 errors and 1 notice
|
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#L84
AssertionError: expected '' to contain 'test-deployment-1757598280176'
- Expected
+ Received
- test-deployment-1757598280176
❯ tests/integration/tools/atlas-local/deleteDeployment.test.ts:84: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#L273
AssertionError: expected undefined to be defined
❯ expectDefined tests/integration/helpers.ts:273:17
❯ tests/integration/tools/atlas-local/createDeployment.test.ts:166: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#L141
AssertionError: expected '' to contain 'test-deployment-1757598270883'
- Expected
+ Received
- test-deployment-1757598270883
❯ tests/integration/tools/atlas-local/createDeployment.test.ts:141: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#L118
AssertionError: expected 'Error running atlas-local-create-depl…' to contain 'Container already exists: test-deploy…'
- Expected
+ Received
- Container already exists: test-deployment-1757598269517
+ Error running atlas-local-create-deployment: create deployment
+
+ Caused by:
+ Failed to pull image: Docker stream error: no matching manifest for windows/amd64 10.0.20348 in the manifest list entries
❯ tests/integration/tools/atlas-local/createDeployment.test.ts:118:39
|
|
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#L95
AssertionError: expected '' to contain 'test-deployment-1757598268213'
- Expected
+ Received
- test-deployment-1757598268213
❯ tests/integration/tools/atlas-local/createDeployment.test.ts:95:46
|
|
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
|