Skip to content

stream, test: test for _readableState.emittedReadable - #10249

Closed
joyeecheung wants to merge 1 commit into
nodejs:masterfrom
joyeecheung:test-emitted-readable
Closed

stream, test: test for _readableState.emittedReadable#10249
joyeecheung wants to merge 1 commit into
nodejs:masterfrom
joyeecheung:test-emitted-readable

Conversation

@joyeecheung

Copy link
Copy Markdown
Member
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

stream, test

Description of change

Part of #10230, increase coverage of the internal state machine of streams.

@nodejs-github-botnodejs-github-bot added test Issues and PRs related to the tests. lts-watch-v4.x labels Dec 13, 2016
@joyeecheungjoyeecheung changed the title stream, test: test for _readableState.needReadablestream, test: test for _readableState.emittedReadableDec 13, 2016
Part of nodejs#10230, increase coverage of the internal
state machine of streams.
@joyeecheung

Copy link
Copy Markdown
MemberAuthor

Sorry, copied the commit message from #10241, should be emittedReadable, not needReadable.

@mscdexmscdex added the stream Issues and PRs related to the stream subsystem. label Dec 13, 2016
@italoacasas

Copy link
Copy Markdown

Related to #8683

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcollina

Copy link
Copy Markdown
Member

@joyeecheung can you please amend your commit and say that it is part of #8683

@mcollina

Copy link
Copy Markdown
Member

@mcollina

Copy link
Copy Markdown
Member

Landing

@mcollina

Copy link
Copy Markdown
Member

Landed in 8127501.

mcollina pushed a commit that referenced this pull request Dec 16, 2016
Part of #8683, increase coverage of the internal
state machine of streams.
PR-URL: #10249
See: #8683
See: #10230
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
italoacasas pushed a commit that referenced this pull request Dec 17, 2016
Part of #8683, increase coverage of the internal
state machine of streams.
PR-URL: #10249
See: #8683
See: #10230
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@italoacasasitaloacasas mentioned this pull request Dec 17, 2016
cjihrig pushed a commit that referenced this pull request Dec 20, 2016
Part of #8683, increase coverage of the internal
state machine of streams.
PR-URL: #10249
See: #8683
See: #10230
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@joyeecheung
joyeecheung deleted the test-emitted-readable branch January 2, 2017 05:28
MylesBorins pushed a commit that referenced this pull request Jan 23, 2017
Part of #8683, increase coverage of the internal
state machine of streams.
PR-URL: #10249
See: #8683
See: #10230
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jan 23, 2017
Part of #8683, increase coverage of the internal
state machine of streams.
PR-URL: #10249
See: #8683
See: #10230
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jan 24, 2017
Part of #8683, increase coverage of the internal
state machine of streams.
PR-URL: #10249
See: #8683
See: #10230
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jan 24, 2017
Part of #8683, increase coverage of the internal
state machine of streams.
PR-URL: #10249
See: #8683
See: #10230
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This was referenced Jan 24, 2017
MylesBorins pushed a commit that referenced this pull request Jan 31, 2017
Part of #8683, increase coverage of the internal
state machine of streams.
PR-URL: #10249
See: #8683
See: #10230
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
MylesBorins pushed a commit that referenced this pull request Feb 1, 2017
Part of #8683, increase coverage of the internal
state machine of streams.
PR-URL: #10249
See: #8683
See: #10230
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

streamIssues and PRs related to the stream subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@joyeecheung@italoacasas@mcollina@mscdex@MylesBorins@nodejs-github-bot