Skip to content

Effection v4

Effection v4 #1122

Triggered via pull request March 25, 2025 03:34
@jboldajbolda
synchronize #365
effection-v4
Status Failure
Total duration 3m 25s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
test (windows-latest)
Process completed with exit code 1.
packages/command/test/sh.test.ts > sh > pipe commands when win32 > considers piped commands, defines pwsh as shell: packages/command/test/sh.test.ts#L212
AssertionError: expected 'Process exited with non-zero status (…' to be 'spawn echo this thing | echo but actu…' // Object.is equality Expected: "spawn echo this thing | echo but actually this ENOENT" Received: "Process exited with non-zero status (1)" ❯ packages/command/test/sh.test.ts:212:32 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23
packages/command/test/sh.test.ts > sh > pipe commands when win32 > considers piped commands, uses fallback to shell: packages/command/test/sh.test.ts#L176
AssertionError: expected 'but actually this' to be 'this thing | echo but actually this' // Object.is equality Expected: "this thing | echo but actually this" Received: "but actually this" ❯ packages/command/test/sh.test.ts:176:23 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23
packages/command/test/sh.test.ts > sh > shell defined > defines pwsh as shell: packages/command/test/sh.test.ts#L107
AssertionError: expected 'this\nthing' to be 'this\r\nthing' // Object.is equality - Expected + Received - this + this thing ❯ packages/command/test/sh.test.ts:107:21 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23
packages/command/test/sh.test.ts > tinyexec compatibility checks > with `shell: true` > multiple pipes: packages/command/test/sh.test.ts#L31
AssertionError: expected '"but this"' to be 'but this' // Object.is equality Expected: "but this" Received: ""but this"" ❯ packages/command/test/sh.test.ts:31:36
packages/command/test/sh.test.ts > tinyexec compatibility checks > handles multiple pipes with function syntax: packages/command/test/sh.test.ts#L12
AssertionError: expected 'this thing' to be 'this' // Object.is equality Expected: "this" Received: "this thing" ❯ packages/command/test/sh.test.ts:12:34
packages/command/test/commandFailure.test.ts > attemptCommand fails > retries a failed function: packages/command/test/commandFailure.test.ts#L112
Error: expected msg "'boop' is not recognized as an internal or external command, operable program or batch file." doesn't match the received one "'boop' is not recognized as an internal or external command," ❯ isShallowError packages/command/test/commandFailure.test.ts:112:11 ❯ check node_modules/pino-test/pino-test.js:48:5 ❯ Proxy.consecutive node_modules/pino-test/pino-test.js:122:5
packages/command/test/commandFailure.test.ts > attemptCommand fails > fails a function: packages/command/test/commandFailure.test.ts#L39
AssertionError: expected 'Process exited with non-zero status (…' to be 'spawn boop ENOENT' // Object.is equality Expected: "spawn boop ENOENT" Received: "Process exited with non-zero status (1)" ❯ packages/command/test/commandFailure.test.ts:39:29 ❯ helpers/test-adapter.ts:65:16 ❯ after node_modules/effection/src/lib/task.ts:254:19 ❯ node_modules/effection/src/lib/task.ts:216:26 ❯ Object.with node_modules/effection/src/lib/context.ts:23:23