Bug 208121
| Summary: | [GTK] http/tests/cache/disk-cache/disk-cache-vary-cookie.html is failing since r256013 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ben_schwartz, bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
* http/tests/cache/disk-cache/disk-cache-vary-cookie.html [ Failure ]
--- /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/retries/http/tests/cache/disk-cache/disk-cache-vary-cookie-expected.txt
+++ /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/retries/http/tests/cache/disk-cache/disk-cache-vary-cookie-actual.txt
@@ -13,24 +13,24 @@
Loading again
response headers: {"Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
response headers: {"Vary":"Cookie","Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
Changing cookie and loading
response headers: {"Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
response headers: {"Vary":"Cookie","Cache-control":"max-age=100"}
response source: Network
Loading again
response headers: {"Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
response headers: {"Vary":"Cookie","Cache-control":"max-age=100"}
-response source: Disk cache
+response source: Network
Testing memory cache
Setting cookie and loading
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Updated actual output:
--- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache/disk-cache/disk-cache-vary-cookie-expected.txt
+++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/http/tests/cache/disk-cache/disk-cache-vary-cookie-actual.txt
@@ -45,7 +45,7 @@
response source: Memory cache
response headers: {"Vary":"Cookie","Cache-control":"max-age=100"}
-response source: Memory cache
+response source: Disk cache
Changing cookie and loading
response headers: {"Cache-control":"max-age=100"}
@@ -59,7 +59,7 @@
response source: Memory cache
response headers: {"Vary":"Cookie","Cache-control":"max-age=100"}
-response source: Memory cache
+response source: Disk cache
PASS successfullyParsed is true
Ben Schwartz
This appears to be resolved (see bug #172662). I'm not adjusting the test expectations for glib because I don't want to interfere with y'all's procedures.
Diego Pino
Right, this test is constantly passing now:
- https://results.webkit.org/?platform=GTK&platform=WPE&suite=layout-tests&test=http/tests/cache/disk-cache/disk-cache-vary-cookie.html
It seem to be fixed on the interval: 288856@main..288893@main. Probably by 288893@main.
Test removed from test expectations in 295817@main. Closing bug.