Increase default keepAliveTimeout to 65s #74154
Annotations
7 errors and 2 notices
|
Error
An unexpected error has occurred and we've been automatically notified. Errors are sometimes temporary, so please try again.
If the problem persists, please check whether the Actions service is operating normally at https://githubstatus.com. If not, please try again once the outage has been resolved.
Should you need to contact Support, please visit https://support.github.com/contact and include request ID: F4F3:28F26F:10BD791:115A051:6884EE3E
|
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-http-server-keep-alive-max-requests-null.js#L12
--- stderr ---
node:assert:775
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Keep-Alive: timeout=5\r\n/m. Input:
'HTTP/1.1 200 OK\r\n' +
'Content-Type: text/plain\r\n' +
'Date: Sat, 26 Jul 2025 15:14:41 GMT\r\n' +
'Connection: keep-alive\r\n' +
'Keep-Alive: timeout=65\r\n' +
'Transfer-Encoding: chunked'
at assertResponse (/home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-max-requests-null.js:12:10)
at Socket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-max-requests-null.js:66:7)
at Socket.emit (node:events:507:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at TCP.onStreamRead (node:internal/stream_base_commons:189:23) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'HTTP/1.1 200 OK\r\n' +
'Content-Type: text/plain\r\n' +
'Date: Sat, 26 Jul 2025 15:14:41 GMT\r\n' +
'Connection: keep-alive\r\n' +
'Keep-Alive: timeout=65\r\n' +
'Transfer-Encoding: chunked',
expected: /Keep-Alive: timeout=5\r\n/m,
operator: 'match'
}
Node.js v25.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-max-requests-null.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-http-server-keep-alive-defaults.js#L12
--- stderr ---
node:assert:775
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Keep-Alive: timeout=5\r\n/m. Input:
'HTTP/1.1 200 OK\r\n' +
'Content-Type: text/plain\r\n' +
'Date: Sat, 26 Jul 2025 15:14:40 GMT\r\n' +
'Connection: keep-alive\r\n' +
'Keep-Alive: timeout=65\r\n' +
'Transfer-Encoding: chunked'
at assertResponse (/home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-defaults.js:12:10)
at Socket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-defaults.js:67:7)
at Socket.emit (node:events:507:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at TCP.onStreamRead (node:internal/stream_base_commons:189:23) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'HTTP/1.1 200 OK\r\n' +
'Content-Type: text/plain\r\n' +
'Date: Sat, 26 Jul 2025 15:14:40 GMT\r\n' +
'Connection: keep-alive\r\n' +
'Keep-Alive: timeout=65\r\n' +
'Transfer-Encoding: chunked',
expected: /Keep-Alive: timeout=5\r\n/m,
operator: 'match'
}
Node.js v25.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-defaults.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-http-server-keep-alive-max-requests-null.js#L12
--- stderr ---
node:assert:775
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Keep-Alive: timeout=5\r\n/m. Input:
'HTTP/1.1 200 OK\r\n' +
'Content-Type: text/plain\r\n' +
'Date: Sat, 26 Jul 2025 15:18:18 GMT\r\n' +
'Connection: keep-alive\r\n' +
'Keep-Alive: timeout=65\r\n' +
'Transfer-Encoding: chunked'
at assertResponse (/home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-max-requests-null.js:12:10)
at Socket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-max-requests-null.js:66:7)
at Socket.emit (node:events:507:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at TCP.onStreamRead (node:internal/stream_base_commons:189:23) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'HTTP/1.1 200 OK\r\n' +
'Content-Type: text/plain\r\n' +
'Date: Sat, 26 Jul 2025 15:18:18 GMT\r\n' +
'Connection: keep-alive\r\n' +
'Keep-Alive: timeout=65\r\n' +
'Transfer-Encoding: chunked',
expected: /Keep-Alive: timeout=5\r\n/m,
operator: 'match'
}
Node.js v25.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-max-requests-null.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-http-server-keep-alive-defaults.js#L12
--- stderr ---
node:assert:775
throw err;
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Keep-Alive: timeout=5\r\n/m. Input:
'HTTP/1.1 200 OK\r\n' +
'Content-Type: text/plain\r\n' +
'Date: Sat, 26 Jul 2025 15:18:17 GMT\r\n' +
'Connection: keep-alive\r\n' +
'Keep-Alive: timeout=65\r\n' +
'Transfer-Encoding: chunked'
at assertResponse (/home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-defaults.js:12:10)
at Socket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-defaults.js:67:7)
at Socket.emit (node:events:507:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at TCP.onStreamRead (node:internal/stream_base_commons:189:23) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'HTTP/1.1 200 OK\r\n' +
'Content-Type: text/plain\r\n' +
'Date: Sat, 26 Jul 2025 15:18:17 GMT\r\n' +
'Connection: keep-alive\r\n' +
'Keep-Alive: timeout=65\r\n' +
'Transfer-Encoding: chunked',
expected: /Keep-Alive: timeout=5\r\n/m,
operator: 'match'
}
Node.js v25.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-http-server-keep-alive-defaults.js
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|