Summary: | Multiple failures from http/tests/cache/disk-cache/ Layout Tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Lewis <jlewis3> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Normal | CC: | ap, ggaren, koivisto, ryanhaddad, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=149087 |
Description
Matt Lewis
2017-05-26 13:30:19 PDT
On the surface, this sounds much like bug 149087, but the fact that multiple tests fail at once is a difference. I was able to reproduce a similar failure locally with test http/tests/cache/disk-cache/disk-cache-302-status-code.html I used run-webkit-tests http/tests/cache/disk-cache --no-retry-failures --iterations=10 The tests are very flaky so it doesn't always trigger. diff: --- /Users/mattlewis/buildtotest/layout-test-results/http/tests/cache/disk-cache/disk-cache-302-status-code-expected.txt +++ /Users/mattlewis/buildtotest/layout-test-results/http/tests/cache/disk-cache/disk-cache-302-status-code-actual.txt @@ -10,7 +10,7 @@ response source: Network response headers: {"Status":"302","Location":"/","Cache-control":"max-age=100"} -response source: Network +response source: Disk cache --------Testing loads through memory cache (XHR behavior)-------- response headers: {"Status":"302","Location":"/","Cache-control":"max-age=0"} This is still happening: https://build.webkit.org/builders/Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/builds/2467 http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html [ Failure ] http/tests/cache/disk-cache/disk-cache-validation-attachment.html [ Failure ] http/tests/cache/disk-cache/disk-cache-validation-back-navigation-policy.html [ Failure ] http/tests/cache/disk-cache/disk-cache-vary-cookie.html [ Failure ] http/tests/cache/disk-cache/disk-cache-vary-no-body.html [ Failure ] http/tests/cache/disk-cache/disk-cache-vary.html [ Failure ] http/tests/cache/disk-cache/memory-cache-revalidation-updates-disk-cache.html [ Failure ] http/tests/cache/disk-cache/redirect-chain-limits.html [ Failure ] http/tests/cache/disk-cache/resource-becomes-uncacheable.html [ Failure ] The test http/tests/cache/disk-cache/disk-cache-vary-cookie.html is now failing with http/tests/cache/disk-cache/redirect-chain-limits.html only Marked http/tests/cache/disk-cache/disk-cache-vary-cookie.html as flaky in: https://trac.webkit.org/changeset/219627/webkit Marked http/tests/cache/disk-cache/redirect-chain-limits.html as flaky in: https://trac.webkit.org/changeset/219629/webkit |