| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
unpipe should use pause() instead of mutating state.flowing directly so that pausing side effects such as emitting 'pause' are properly performed. Fixes: nodejs#32470
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
|
Should we fast track this and get it included in v13.12.0? I don't know if it should so this should not count as 1 of the 2 +1s |
Sorry, something went wrong.
|
This doesn't have green CI yet. Maybe flaky test (test.parallel/test-tls-root-certificates)? I'll do a rerun/resume once it's complete (osx always takes time). I seem to be encountering quite a lot of flakiness nowadays. |
Sorry, something went wrong.
|
test.parallel/test-tls-root-certificates is failing in the js suite for a variety of PRs and seems to be flaky on master right now. Unsure if this is an infrastructure issue or not. |
Sorry, something went wrong.
|
@MylesBorins Does that mean I can land this on master without green CI or should I keep trying until green CI is achieved? |
Sorry, something went wrong.
|
@ronag kicked off CI again. We should try and get green CI |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
unpipe should use pause() instead of mutating
state.flowing directly so that pausing side
effects such as emitting 'pause' are properly
performed.
Fixes: #32470
Checklist