Closed
Description
- Version: Node 6.0.0
- Platform: Windows 7 Enterprise SP1, X86
- Subsystem: test
test-http-pipeline-flood is failing with an approximate rate of 1/1000 runs on my machine. This is what the failing output looks like:
assert.js:90
throw new assert.AssertionError({
^
AssertionError: Unexpected data received
at Object.exports.fail (node\test\common.js:462:10)
at Socket.req.socket.on node\test\parallel\test-http-pipeline-flood.js:45:46)
at emitOne (events.js:101:20)
at Socket.emit (events.js:188:7)
at readableAddChunk (_stream_readable.js:172:18)
at Socket.Readable.push (_stream_readable.js:130:10)
at TCP.onread (net.js:535:20)
There have been at least two previous PRs related to fixing this test in #4789 and #3636, and the test has previously failed during unrelated CI, see for example: #5419 (comment)