Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
cache system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 May 2014 at 19:31 UTC
Updated:
26 Jan 2015 at 09:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jesse.d commentedI added the following test to GenericCacheBackendUnitTest.php:
The test initially failed, then passed after the patch was applied, but I'm a little wary that I reverse engineered an outcome so more reviewers would be good.
Comment #2
olli commentedYour test looks good to me.
Comment #3
olli commentedOne small thing:
$backend->get('test2')could pass the second parameter$backend->get('test2', TRUE).Comment #4
olli commentedHere's the test from #1.
Comment #7
olli commentedComment #8
berdirTest looks good, but $unrelated is a bit a strange name, maybe renamed to $backend_a and $backend_b?
Tagging novice to update this.
Comment #9
rpayanmPlease review :)
Comment #10
berdirYou renamed it in the existing testDeleteAll() method (now I see where that came from), but not in the new test method testRemoveBin() :)
Comment #11
rpayanmOn two more method! :D
Comment #12
berdirGreat, looks good now.
Comment #13
alexpottThis issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 87be19c and pushed to 8.0.x. Thanks!