Open
Description
Test
test-http-server-request-timeout-keepalive
Platform
FreeBSD, macOS
Console output
17:13:37 not ok 1424 parallel/test-http-server-request-timeout-keepalive
17:13:37 ---
17:13:37 duration_ms: 3.487
17:13:37 severity: fail
17:13:37 exitcode: 1
17:13:37 stack: |-
17:13:37 node:assert:123
17:13:37 throw new AssertionError(obj);
17:13:37 ^
17:13:37
17:13:37 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
17:13:37 + actual - expected
17:13:37
17:13:37 + 'HTTP/1.1 200 OK\r\n' +
17:13:37 + 'Content-Type: text/plain\r\n' +
17:13:38 + 'Date: Thu, 14 Apr 2022 16:13:37 GMT\r\n' +
17:13:38 + 'Connection: close\r\n' +
17:13:38 + 'Transfer-Encoding: chunked\r\n' +
17:13:38 + '\r\n' +
17:13:38 + '0\r\n' +
17:13:38 + '\r\n'
17:13:38 - ''
17:13:38 at Socket.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-http-server-request-timeout-keepalive.js:82:12)
17:13:38 at Socket.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/index.js:438:15)
17:13:38 at Socket.emit (node:events:539:35)
17:13:38 at endReadableNT (node:internal/streams/readable:1344:12)
17:13:38 at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
17:13:38 generatedMessage: true,
17:13:38 code: 'ERR_ASSERTION',
17:13:38 actual: 'HTTP/1.1 200 OK\r\n' +
17:13:38 'Content-Type: text/plain\r\n' +
17:13:38 'Date: Thu, 14 Apr 2022 16:13:37 GMT\r\n' +
17:13:38 'Connection: close\r\n' +
17:13:38 'Transfer-Encoding: chunked\r\n' +
17:13:38 '\r\n' +
17:13:38 '0\r\n' +
17:13:38 '\r\n',
17:13:38 expected: '',
17:13:38 operator: 'strictEqual'
17:13:38 }
17:13:38
17:13:38 Node.js v18.0.0-pre
17:13:38 ...
Build links
- https://ci.nodejs.org/job/node-test-commit-freebsd/43657/
- https://ci.nodejs.org/job/node-test-commit-osx/44529/
Additional information
Test was recently updated by #41263.
cc @ShogunPanda