Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing 'ReadableStream: should call pull when trying to read from a started, empty stream' flakiness #441

Merged
merged 1 commit into from Apr 21, 2016

Conversation

youennf
Copy link
Contributor

@youennf youennf commented Apr 21, 2016

Some slow WebKit bots have difficulties with this test.
The delay(1) callback is sometimes called before the callback to the first pull request promise, which makes the call to the first read() call waiting for the first pull request promise to finish.

Increasing the delay from 1 to 10 before actually reading the data is solving the issue on WebKit bots.
As a side note, 10 ms is usually considered as too small for slow WebKit bots.

This patch tries to make the test more deterministic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants