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 flakes about iframeTest.js #29265

Closed
wants to merge 1 commit into from

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Jun 7, 2021

In the various tests, there are up to 8 <iframe> navigating concurrently.

There are no ways to detect an <iframe> fails to load other than using
a timeout. See whatwg/html#125.

The 3000ms timeout was sometimes too short. This cause flakes.
To reduce the rate of false positive, the timeout has been increased to
6000ms.

R: [email protected]
CC: [email protected]
Fixed: 1215956
Bug: 1175099
Change-Id: I7bedccb351ff62d55b6020403aac5457608e5497
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2944929
Reviewed-by: Titouan Rigoudy <[email protected]>
Commit-Queue: Arthur Sonzogni <[email protected]>
Cr-Commit-Position: refs/heads/master@{#890171}


Revert "[Credentialless] Fix flakes about iframeTest.js"

This reverts commit cad80cd16f74475116e60b568f0fce785fb50f99.

Reason for revert: crbug.com/1217587

Bug: 1175099
Change-Id: I258c8e9219c708f22e6d14d2648e6e588a410b99
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2944393
Owners-Override: Saurabh Nijhara [email protected]
Bot-Commit: Rubber Stamper [email protected]
Commit-Queue: Saurabh Nijhara [email protected]
Cr-Commit-Position: refs/heads/master@{#890202}

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.

In the various tests, there are up to 8 <iframe> navigating concurrently.

There are no ways to detect an <iframe> fails to load other than using
a timeout. See whatwg/html#125.

The 3000ms timeout was sometimes too short. This cause flakes.
To reduce the rate of false positive, the timeout has been increased to
6000ms.

R: [email protected]
CC: [email protected]
Fixed: 1215956
Bug: 1175099
Change-Id: I7bedccb351ff62d55b6020403aac5457608e5497
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2944929
Reviewed-by: Titouan Rigoudy <[email protected]>
Commit-Queue: Arthur Sonzogni <[email protected]>
Cr-Commit-Position: refs/heads/master@{#890171}
@KyleJu
Copy link
Contributor

KyleJu commented Jun 8, 2021

The origin CL has been reverted. Closing this PR

@KyleJu KyleJu closed this Jun 8, 2021
@KyleJu KyleJu deleted the chromium-export-cl-2944929 branch June 8, 2021 18:38
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.

4 participants