Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
render system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 May 2015 at 19:06 UTC
Updated:
11 Jun 2015 at 13:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wim leersComment #2
fabianx commentedRTBC, this tests via unit tests that the 'bin' is set to 'render' in the redirect cache item, hence enough test coverage exists.
Comment #3
fabianx commentedNo, it has enough tests ... - as said already.
Comment #4
xjmThanks! More cache fixing goodness.
I'm not clear on why this doesn't need tests though. @Fabianx, how is there enough test coverage if there was a cache miss on every request under... the circumstance that is not quite clear to me... and nothing was failing in HEAD? That sounds like we definitely need more test coverage; the unit tests definitely aren't enough with a bug of that magnitude? Refer to https://www.drupal.org/core-gates#testing
So let's add test coverage, or at least a really thorough justification of how it is we don't need it...
Comment #5
fabianx commentedRelated #2463581: #cache_redirect cache items should have an 'expire' timestamp that matches the merged max-age - maybe we want to incorporate that one in here?
Comment #6
wim leersI'm not sure about #2463581: #cache_redirect cache items should have an 'expire' timestamp that matches the merged max-age. I'm posting a comment there that explains what I still find unclear. So let's keep that as a separate issue.
EDIT: see #2463581-3: #cache_redirect cache items should have an 'expire' timestamp that matches the merged max-age.
Comment #7
wim leersComment #8
fabianx commentedRTBC, looks great, thought test-bot will send this to NW as test-only patch was attached last ...
Comment #10
wim leersRTBC per #8.
Comment #11
alexpottThis issue addresses a major bug and is allowed per https://www.drupal.org/core/beta-changes. Committed d2ebb7a and pushed to 8.0.x. Thanks!
Comment #13
wim leersComment #14
wim leers