Closed (fixed)
Project:
JSON:API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
19 Dec 2017 at 17:30 UTC
Updated:
3 Jan 2018 at 11:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wim leers#2765959: Make 4xx REST responses cacheable by (Dynamic) Page Cache + comprehensive cacheability test coverage introduced a new abstract method on a base class that this test is using. We need to update JSON API's test. This will work fine on Drupal 8.4 too.
Comment #3
wim leersComment #4
wim leersComment #5
wim leersApparently something changed in 8.5 that causes tests to fail. But since A) daily tests haven't been running, B) JSON API isn't tested against 8.5 in issues, we've been unaware!
Committing this fix, because it's better to be aware about a breakage than continuing to ignore it.
Comment #6
wim leersYou may wonder "why the hell do we have to implement this?"
The reason is that REST test coverage should think about this. It's just that this particular REST test doesn't need to care.
Comment #8
wim leersComment #9
e0ipsoThanks for taking care of this!