-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.linuxIssues and PRs related to the Linux platform.Issues and PRs related to the Linux platform.
Description
Test
client-proxy/test-https-proxy-request-handshake-failure
Platform
Linux ARM64
Console output
not ok 27 client-proxy/test-https-proxy-request-handshake-failure
---
duration_ms: 10890.37000
severity: fail
exitcode: 1
stack: |-
[CLOSE] 0 null
[STDERR] Request timed out
Request Error Error [ERR_PROXY_TUNNEL]: Connection to establish proxy tunnel timed out after 1000ms
at Socket.onTimeout (node:https:373:19)
at Object.onceWrapper (node:events:621:28)
at Socket.emit (node:events:519:35)
at Socket._onTimeout (node:net:604:8)
at listOnTimeout (node:internal/timers:608:17)
at process.processTimers (node:internal/timers:543:7) {
code: 'ERR_PROXY_TUNNEL',
proxyTunnelTimeout: 1000
}
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /UNABLE_TO_VERIFY_LEAF_SIGNATURE/. Input:
'Request timed out\n' +
'Request Error Error [ERR_PROXY_TUNNEL]: Connection to establish proxy tunnel timed out after
Build links
https://github.com/nodejs/reliability/blob/main/reports/2025-07-22.md
Additional information
It's likely caused by the machine being too slow and they cannot finish the request in 1 second - the timeout is unnecessary in the test anyway. Fix in #59165
Metadata
Metadata
Assignees
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.linuxIssues and PRs related to the Linux platform.Issues and PRs related to the Linux platform.