-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
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.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.
Description
Example
not ok 1338 parallel/test-http-chunk-extensions-limit
---
duration_ms: 845.13100
severity: fail
exitcode: 1
stack: |-
node:events:497
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -73,
code: 'ECONNRESET',
syscall: 'read'
}
Node.js v22.0.0-pre
...
Refs: nodejs/reliability#794
This has failed 7 PRs out of the recent 100 CIs. Looking at the reliability report it seems to have been flaky since it landed after the security release.
cc @ShogunPanda @mcollina @RafaelGSS @marco-ippolito from the original PR
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.httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.