feat: codec MLLP #67
Annotations
6 errors
__tests__/hl7.end2end.test.ts#L96
AssertionError: expected '2.7\u001c' to be '2.7' // Object.is equality
Expected: "2.7"
Received: "2.7�"
❯ Inbound._handler __tests__/hl7.end2end.test.ts:96:53
❯ node_modules/node-hl7-server/lib/esm/server/inbound.js:136:39
❯ Socket.<anonymous> node_modules/node-hl7-server/lib/esm/server/inbound.js:126:36
❯ Socket.emit node:events:519:28
❯ addChunk node:internal/streams/readable:559:12
❯ readableAddChunkPushByteMode node:internal/streams/readable:510:3
❯ Socket.Readable.push node:internal/streams/readable:390:5
❯ TCP.onStreamRead node:internal/stream_base_commons:191:23
This error originated in "__tests__/hl7.end2end.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "...send simple message twice, no ACK needed". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
__tests__/hl7.end2end.test.ts#L181
Error: listen EADDRINUSE: address already in use :::3000
❯ Server.setupListenHandle [as _listen2] node:net:1904:16
❯ listenInCluster node:net:1961:12
❯ Server.listen node:net:2063:7
❯ Inbound._listen node_modules/node-hl7-server/lib/esm/server/inbound.js:69:16
❯ new Inbound node_modules/node-hl7-server/lib/esm/server/inbound.js:39:29
❯ Server.createInbound node_modules/node-hl7-server/lib/esm/server/server.js:55:16
❯ __tests__/hl7.end2end.test.ts:181:32
❯ node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/@vitest/runner/dist/index.js:533:11
❯ runWithTimeout node_modules/@vitest/runner/dist/index.js:39:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 3000 }
This error originated in "__tests__/hl7.end2end.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "...send batch with two message, get proper ACK". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
__tests__/hl7.end2end.test.ts#L248
Error: listen EADDRINUSE: address already in use :::3000
❯ Server.setupListenHandle [as _listen2] node:net:1904:16
❯ listenInCluster node:net:1961:12
❯ Server.listen node:net:2063:7
❯ Inbound._listen node_modules/node-hl7-server/lib/esm/server/inbound.js:69:16
❯ new Inbound node_modules/node-hl7-server/lib/esm/server/inbound.js:39:29
❯ Server.createInbound node_modules/node-hl7-server/lib/esm/server/server.js:55:16
❯ __tests__/hl7.end2end.test.ts:248:32
❯ node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/@vitest/runner/dist/index.js:533:11
❯ runWithTimeout node_modules/@vitest/runner/dist/index.js:39:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'EADDRINUSE', errno: -98, syscall: 'listen', address: '::', port: 3000 }
This error originated in "__tests__/hl7.end2end.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "...simple". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
__tests__/hl7.end2end.test.ts#L156
AssertionError: expected 500 to be 'ECONNREFUSED' // Object.is equality
- Expected:
"ECONNREFUSED"
+ Received:
500
❯ __tests__/hl7.end2end.test.ts:156:26
|
__tests__/hl7.end2end.test.ts#L167
AssertionError: expected 500 to be 'ECONNREFUSED' // Object.is equality
- Expected:
"ECONNREFUSED"
+ Received:
500
❯ __tests__/hl7.end2end.test.ts:167:26
|
|
This job failed
Loading