Skip to content

feat: Port listen()/dial support to TCP client and servers respec… #107

feat: Port listen()/dial support to TCP client and servers respec…

feat: Port listen()/dial support to TCP client and servers respec… #107

Triggered via push January 4, 2024 22:33
Status Failure
Total duration 25s
Artifacts

npm.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L75
Expected: { "args": [ "Hello, world!", ], "functionName": "Println", } Received: { "args": [ "Hello, world!", ], "call": "1", "functionName": "Println", } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:75:9
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L92
Expected: { "args": [ 1, 2, { "asdf": 1, }, ], "functionName": "Add", } Received: { "args": [ 1, 2, { "asdf": 1, }, ], "call": "1-2-3", "functionName": "Add", } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:92:9
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L104
Expected: { "err": "", "value": true, } Received: { "call": "1", "err": "", "value": true, } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:104:7
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L124
Expected: { "err": "test error", "value": true, } Received: { "call": "1", "err": "test error", "value": true, } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:124:9
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L149
Expected: { "err": "", "value": { "a": 1, "b": { "c": "test", }, }, } Received: { "call": "1", "err": "", "value": { "a": 1, "b": { "c": "test", }, }, } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:149:9
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L174
Expected: { "err": "test error", "value": { "a": 1, "b": { "c": "test", }, }, } Received: { "call": "1", "err": "test error", "value": { "a": 1, "b": { "c": "test", }, }, } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:174:9
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L205
Expected: { "request": { "args": [ "Hello, world!", ], "function": "Println", }, "response": "", } Received: { "request": { "args": [ "Hello, world!", ], "call": "1", "function": "Println", }, "response": "", } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:205:9
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L219
Expected: { "request": "", "response": { "err": "", "value": true, }, } Received: { "request": "", "response": { "call": "1", "err": "", "value": true, }, } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:219:7
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L230
Expected: { "args": [ "Hello, world!", ], "function": "Println", } Received: { "args": [ "Hello, world!", ], "call": "1", "function": "Println", } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:230:7
error: expect(received).toMatchSnapshot(expected): ts/messages.test.ts#L246
Expected: { "args": [ "Hello, world!", ], "functionName": "Println", } Received: { "args": [ "Hello, world!", ], "call": undefined, "functionName": "Println", } at /home/runner/work/ltsrpc/ltsrpc/ts/messages.test.ts:246:9
npm
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2-beta, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/