Closed (fixed)
Project:
Drupal core
Version:
8.5.x-dev
Component:
page_cache.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2017 at 17:23 UTC
Updated:
18 Aug 2017 at 15:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leersComment #3
berdirMakes sense, I guess it is unlikely that someone subclassed that form and has a broken constructor now.
What's possibly a bit more likely is that someone altered something into that form and relied on the invalidation. I actually have a custom module module that might in theory by affected by that (custom caching headers for fastly, but it's not worth invaliding caches to cache things longer, so...) but it was already unreliable for most cases due to the separate dynamic page cache bin for example.
Comment #5
mpdonadioBelieve we just had a random from #2857843: Random fail in Drupal\KernelTests\Core\Entity\ContentEntityChangedTest::testChanged. Back to RTBC.
Comment #8
catchCommitted/pushed to 8.5.x and 8.4.x, thanks!
Comment #9
wim leersYay! Only pushed to 8.5.x though :)
Comment #11
wim leersHah, there it is!