Bug 162686
Summary: | LayoutTest http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | barraclough, cdumez, koivisto, youennf |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=162943 https://bugs.webkit.org/show_bug.cgi?id=162975 |
Ryan Haddad
LayoutTest http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header.html is a flaky failure
https://build.webkit.org/builders/Apple%20Sierra%20Debug%20WK2%20(Tests)/builds/92
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fcache%2Fdisk-cache%2Fdisk-cache-revalidation-new-expire-header.html
--- /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header-expected.txt
+++ /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/http/tests/cache/disk-cache/disk-cache-revalidation-new-expire-header-actual.txt
@@ -12,12 +12,12 @@
--------Testing loads through memory cache (XHR behavior)--------
response headers: {"Expires":"now(0)","ETag":"match"}
response's 'Expires' header is overriden by future date in 304 response
-response source: Memory cache after validation
+response source: Memory cache
--------Testing loads through memory cache (subresource behavior)--------
response headers: {"Expires":"now(0)","ETag":"match"}
response's 'Expires' header is overriden by future date in 304 response
-response source: Memory cache after validation
+response source: Memory cache
304 response included an 'Expires' header in the future, so we should not need to revalidate this time.
--------Testing loads from disk cache--------
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This may have been resolved with http://trac.webkit.org/changeset/206855