Bug 55160 - Flaky Test: http/tests/appcache/remove-cache.html
Summary: Flaky Test: http/tests/appcache/remove-cache.html
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: WebKit Commit Bot
URL:
Keywords:
Depends on:
Blocks: 50856
  Show dependency treegraph
 
Reported: 2011-02-24 11:01 PST by WebKit Commit Bot
Modified: 2019-06-22 13:25 PDT (History)
2 users (show)

See Also:


Attachments
Archive of layout-test-results from eseidel-cq-sl (10.66 KB, application/zip)
2011-02-24 11:01 PST, WebKit Commit Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.