-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deflake ReadableStream piping flow control test (#5662)
Test 'Piping to a WritableStream that does not consume the writes fast enough exerts backpressure on the ReadableStream' in streams/piping/flow-control.js is flaky on Chromium memory sanitizer bots due to its use of timers. Change to use an interleaved step design. Each step does not start until the previous one has completed. Relevant to whatwg/streams#548.
- Loading branch information
Showing
1 changed file
with
80 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters