-
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.
Improve flakiness service-workers/service-worker/claim-fetch.https.html
This CL improves the flakiness in WPT claim-fetch.https.html by adding a controllerchange event to wait until the controller is actually updated. Before this change, running the test with 1000 iterations on Linux got the following result: > "808 tests ran as expected, 192 didn't" (100+ text diff / 50+ timeout / 1 crash / others pass) After this change, running the test with 1000 iterations on Linux gets the following result: > "999 tests ran as expected, 1 didn't" (1 timeout / 999 pass) The WPT rarely causes the timeout but let's keep watching the result. Bug: 1180076 Change-Id: Ia71921dda3b5bc6a22405a6363101466a9d83a0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2721387 Commit-Queue: Asami Doi <[email protected]> Reviewed-by: Kenichi Ishibashi <[email protected]> Cr-Commit-Position: refs/heads/master@{#858869}
- Loading branch information
1 parent
b8fa2d5
commit 75b1ece
Showing
1 changed file
with
25 additions
and
21 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