-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Closed
Copy link
Description
- Version: 16.3.0
- Platform:
- Subsystem: test
What steps will reproduce the bug?
Commit 4e33532 introduced a network fragile test which fails when there is no network available,
[ 1771s] not ok 1637 parallel/test-https-agent-unref-socket
[ 1771s] ---
[ 1771s] duration_ms: 1.399
[ 1771s] severity: fail
[ 1771s] exitcode: 1
[ 1771s] stack: |-
[ 1771s] node:events:371
[ 1771s] throw er; // Unhandled 'error' event
[ 1771s] ^
[ 1771s]
[ 1771s] Error: getaddrinfo EAI_AGAIN example.com
[ 1771s] at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:69:26)
[ 1771s] Emitted 'error' event on ClientRequest instance at:
[ 1771s] at TLSSocket.socketErrorListener (node:_http_client:447:9)
[ 1771s] at TLSSocket.emit (node:events:394:28)
[ 1771s] at emitErrorNT (node:internal/streams/destroy:193:8)
[ 1771s] at emitErrorCloseNT (node:internal/streams/destroy:158:3)
[ 1771s] at processTicksAndRejections (node:internal/process/task_queues:83:21) {
[ 1771s] errno: -3001,
[ 1771s] code: 'EAI_AGAIN',
[ 1771s] syscall: 'getaddrinfo',
[ 1771s] hostname: 'example.com'
[ 1771s] }
[ 1771s] ...
Metadata
Metadata
Assignees
Labels
No labels