Skip to content

[CSR-1912] fix: removed workerIndex, parallelIndex from attempt and cliArgs from… #544

[CSR-1912] fix: removed workerIndex, parallelIndex from attempt and cliArgs from…

[CSR-1912] fix: removed workerIndex, parallelIndex from attempt and cliArgs from… #544

Triggered via pull request January 6, 2025 16:37
Status Failure
Total duration 45s
Artifacts

unit-test.yaml

on: pull_request
Unit Tests
36s
Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors
src/services/convert/__tests__/instances.test.ts > getInstanceMap > matches snapshot for Test Suite 1: packages/cmd/src/services/convert/__tests__/instances.test.ts#L59
Error: Snapshot `getInstanceMap > matches snapshot for Test Suite 1 1` mismatched - Expected + Received @@ -81,7 +81,9 @@ ], }, "spec": "Test Suite 1", "startTime": "2024-12-20T22:12:47.937Z", "worker": { + "parallelIndex": 1, + "workerIndex": 1, }, } ❯ src/services/convert/__tests__/instances.test.ts:59:56
src/services/convert/__tests__/instances.test.ts > getInstanceMap > matches snapshot for Test Suite 2: packages/cmd/src/services/convert/__tests__/instances.test.ts#L59
Error: Snapshot `getInstanceMap > matches snapshot for Test Suite 2 1` mismatched - Expected + Received @@ -81,7 +81,9 @@ ], }, "spec": "Test Suite 2", "startTime": "2024-12-20T22:12:57.937Z", "worker": { + "parallelIndex": 1, + "workerIndex": 1, }, } ❯ src/services/convert/__tests__/instances.test.ts:59:56
Unit Tests
Process completed with exit code 1.