-
-
Notifications
You must be signed in to change notification settings - Fork 34.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.
Description
Example
not ok 4333 client-proxy/test-https-proxy-request-invalid-char-in-url
---
duration_ms: 413.52500
severity: fail
exitcode: 1
stack: |-
#6 eneded response for: 'https://local\rhost:55386/carriage-return-in-host'
#5 eneded response for: 'https://local\r\nhost:55386/crlf-in-host'
#4 eneded response for: 'https://local\nhost:55386/newline-in-host'
#3 eneded response for: 'https://localhost:5\r5386/carriage-return-in-port'
#2 eneded response for: 'https://localhost:5\n5386/newline-in-port'
#1 eneded response for: 'https://localhost:5\r\n5386/crlf-in-port'
node:assert:147
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Set(8) {
- Set(6) {
{
+ error: Error [ERR_STREAM_WRITE_AFTER_END]: write after end
+ at _write (node:internal/streams/writable:487:11)
+ at Writable.write (node:internal/streams/writable:508:10)
+ ...
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.