Bug 32038 - http/tests/cache/subresource-failover-to-network.html is Flaky on Windows
Summary: http/tests/cache/subresource-failover-to-network.html is Flaky on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Darin Fisher (:fishd, Google)
URL: http://build.webkit.org/results/Windo...
Keywords: PlatformOnly
Depends on:
Blocks:
 
Reported: 2009-12-01 15:10 PST by Brian Weinstein
Modified: 2009-12-07 14:44 PST (History)
4 users (show)

See Also:


Attachments
v1 patch: rewrite the test to avoid dump{Frame,Resource}LoadCalllbacks (6.62 KB, patch)
2009-12-07 13:54 PST, Darin Fisher (:fishd, Google)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Weinstein 2009-12-01 15:10:01 PST
This test is flaky on Windows, and has been since it was first added to the repository. All of the loads appear to be happening, but sometimes:

http://127.0.0.1:8000/cache/resources/subresource-failover-to-network.cgi - didFinishLoading

Happens before:

main frame - didFinishDocumentLoadForFrame
main frame - didHandleOnloadEventsForFrame
main frame - didFinishLoadForFrame

Instead of after.

Here is a log of the test in the way it fails:

http://build.webkit.org/results/Windows%20Debug%20(Tests)/r51558%20(7055)/http/tests/cache/subresource-failover-to-network-pretty-diff.html
Comment 1 Darin Fisher (:fishd, Google) 2009-12-01 23:14:25 PST
This test is also flaky for the chromium bots:
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#tests=subresource-failover-to-network
Comment 2 Brian Weinstein 2009-12-02 13:12:05 PST
Added to Windows Skipped list in r51611, make sure to take it off when the test is deflakified.
Comment 3 Darin Fisher (:fishd, Google) 2009-12-07 13:54:51 PST
Created attachment 44431 [details]
v1 patch: rewrite the test to avoid dump{Frame,Resource}LoadCalllbacks
Comment 4 WebKit Review Bot 2009-12-07 13:57:43 PST
style-queue ran check-webkit-style on attachment 44431 [details] without any errors.
Comment 5 Darin Fisher (:fishd, Google) 2009-12-07 14:44:09 PST
Landed as http://trac.webkit.org/changeset/51798

I also unskipped this test on platform/win.