Bug 208121 - [GTK] http/tests/cache/disk-cache/disk-cache-vary-cookie.html is failing since r256013
Summary: [GTK] http/tests/cache/disk-cache/disk-cache-vary-cookie.html is failing sinc...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-24 00:22 PST by Diego Pino
Modified: 2024-01-25 13:27 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-02-24 00:22:55 PST
* 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
Comment 1 Diego Pino 2022-01-09 18:18:26 PST
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
Comment 2 Ben Schwartz 2024-01-25 13:27:37 PST
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.