Bug 55160

Summary: Flaky Test: http/tests/appcache/remove-cache.html
Product: WebKit Reporter: WebKit Commit Bot <commit-queue>
Component: Tools / TestsAssignee: WebKit Commit Bot <commit-queue>
Status: NEW ---    
Severity: Normal CC: ap, eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
See Also: https://bugs.webkit.org/show_bug.cgi?id=199124
Bug Depends on:    
Bug Blocks: 50856    
Attachments:
Description Flags
Archive of layout-test-results from eseidel-cq-sl none

Description WebKit Commit Bot 2011-02-24 11:01:39 PST
This is an automatically generated bug from the commit-queue.
http/tests/appcache/remove-cache.html has been flaky on the commit-queue.

http/tests/appcache/remove-cache.html was authored by ap@webkit.org.
http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/appcache/remove-cache.html

The commit-queue just saw http/tests/appcache/remove-cache.html flake (Test timed out) while processing attachment 83559 [details] on bug 54566.
Bot: eseidel-cq-sl  Port: Mac  Platform: Mac OS X 10.6.6

The bots will update this with information from each new failure.

If you believe this bug to be fixed or invalid, feel free to close.  The bots will re-open if the flake re-occurs.

If you would like to track this test fix with another bug, please close this bug as a duplicate.  The bots will follow the duplicate chain when making future comments.
Comment 1 WebKit Commit Bot 2011-02-24 11:01:43 PST
Created attachment 83680 [details]
Archive of layout-test-results from eseidel-cq-sl
Comment 2 Eric Seidel (no email) 2011-02-24 15:11:54 PST
Interesting that the last resource loaded in the log is slow-resource.php:

 [24/Feb/2011:10:50:08 -0800] "GET /appcache/reload.html HTTP/1.1" 200 900
127.0.0.1 - - [24/Feb/2011:10:50:08 -0800] "GET /appcache/resources/reload-iframe.html HTTP/1.1" 200 572
127.0.0.1 - - [24/Feb/2011:10:50:08 -0800] "GET /appcache/resources/reload-iframe.manifest HTTP/1.1" 200 46
127.0.0.1 - - [24/Feb/2011:10:50:08 -0800] "GET /appcache/resources/simple.txt HTTP/1.1" 304 -
127.0.0.1 - - [24/Feb/2011:10:50:08 -0800] "GET /appcache/resources/reload-iframe.manifest HTTP/1.1" 304 -
127.0.0.1 - - [24/Feb/2011:10:50:06 -0800] "GET /appcache/resources/slow-resource.php HTTP/1.1" 200 -

Which is from:

http/tests/appcache/resources/navigating-away-while-cache-attempt-in-progress.manifest:slow-resource.php

I believe that's just that slow-resource.php's process was still open because it hadn't finished the request yet (due to the php sleep call -- see bug 55164)
Comment 3 Eric Seidel (no email) 2011-02-24 15:12:51 PST
It looks like Apache never recorded any of the loads for this test.  Not clear why.