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

[credentialless]: Fix WPT reliability. #28382

Merged
merged 1 commit into from Apr 6, 2021

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Apr 6, 2021

It sounds like some server of the official web-test-platform runner can
drop some requests when too many are sent in parallel.

This patch ensures both send/receive function retry as long as there is
an error. We also limit the number of concurrent access to the fetch API
to one per document.

Bug: 1196073
Change-Id: I2c2ef6c2b7c6d7bbeeea2709f1c6bacbcb081419
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2807579
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Pâris Meuleman <pmeuleman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#869558}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

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

The review process for this patch is being conducted in the Chromium project.

It sounds like some server of the official web-test-platform runner can
drop some requests when too many are sent in parallel.

This patch ensures both send/receive function retry as long as there is
an error. We also limit the number of concurrent access to the fetch API
to one per document.

Bug: 1196073
Change-Id: I2c2ef6c2b7c6d7bbeeea2709f1c6bacbcb081419
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2807579
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Pâris Meuleman <pmeuleman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#869558}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants