RESOLVED FIXED Bug 203491
Layout Test http/tests/resourceLoadStatistics/website-data-removal-for-site-navigated-to-with-link-decoration.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=203491
Summary Layout Test http/tests/resourceLoadStatistics/website-data-removal-for-site-n...
Kate Cheney
Reported 2019-10-28 10:30:10 PDT
Previously fixed in <rdar://problem/51074251>. Started flaking again after fixing <rdar://problem/56314484>.
Attachments
Patch (10.20 KB, patch)
2019-10-28 10:47 PDT, Kate Cheney
no flags
Patch (10.07 KB, patch)
2019-10-28 11:17 PDT, Kate Cheney
no flags
Radar WebKit Bug Importer
Comment 1 2019-10-28 10:31:12 PDT
Kate Cheney
Comment 2 2019-10-28 10:47:46 PDT
Chris Dumez
Comment 3 2019-10-28 10:52:25 PDT
Comment on attachment 382081 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=382081&action=review > Source/WebKit/NetworkProcess/NetworkSession.cpp:181 > + if (!networkProcess().isITPDatabaseEnabled()) Instead of having these checks at call sites, could we maybe call populateMemoryStoreFromDisk() unconditionally and add a null check for the persistent store in populateMemoryStoreFromDisk()?
Kate Cheney
Comment 4 2019-10-28 11:17:08 PDT
Kate Cheney
Comment 5 2019-10-28 13:50:30 PDT
(In reply to Chris Dumez from comment #3) > Comment on attachment 382081 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=382081&action=review > > > Source/WebKit/NetworkProcess/NetworkSession.cpp:181 > > + if (!networkProcess().isITPDatabaseEnabled()) > > Instead of having these checks at call sites, could we maybe call > populateMemoryStoreFromDisk() unconditionally and add a null check for the > persistent store in populateMemoryStoreFromDisk()? Thanks! Still waiting on commit privileges, can you cq+?
WebKit Commit Bot
Comment 6 2019-10-28 14:38:33 PDT
Comment on attachment 382084 [details] Patch Clearing flags on attachment: 382084 Committed r251672: <https://trac.webkit.org/changeset/251672>
WebKit Commit Bot
Comment 7 2019-10-28 14:38:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.