-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
Test seems to be failing since version 4.2.0, is it still a valid test case?
./node test/pummel/test-stream2-basic.js
# a most basic test
# pipe
# unpipe
# unpipe
# unpipe
# unpipe
# unpipe
# unpipe
# unpipe
# unpipe
# unpipe
# multipipe
# multi-unpipe
# multi-unpipe
# multi-unpipe
# multi-unpipe
# multi-unpipe
# multi-unpipe
# multi-unpipe
# multi-unpipe
# multi-unpipe
# back pressure respected
w1.emit("close")
w2 write [ 'two' ] 0
w3 write [ 'two' ] 1
w2 drain
w2 write [ 'three' ] 1
assert.js:89
throw new assert.AssertionError({
^
AssertionError: 1 == 0
at Readable.w2.write (node-js/test/pummel/test-stream2-basic.js:336:12)
at Readable.ondata (_stream_readable.js:528:20)
at emitOne (events.js:82:20)
at Readable.emit (events.js:169:7)
at Readable.read (_stream_readable.js:360:10)
at flow (_stream_readable.js:743:26)
at Readable.<anonymous> (_stream_readable.js:601:7)
at emitNone (events.js:67:13)
at Readable.emit (events.js:166:7)
at null._onTimeout (node-js/test/pummel/test-stream2-basic.js:347:10)
Metadata
Metadata
Assignees
Labels
streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.