Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Aug 2013 at 10:12 UTC
Updated:
29 Jul 2014 at 22:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirWondering how many times we already introduced stupid bugs like this (and how many of those were mine..) by trying to making something faster...
Comment #2
dawehnerI guess there is no way to generically ensure something like that, but at least test coverage for every example would work.
Comment #3
berdirMemoryCounterBackend++, poor-man-mocking :)
Comment #5
berdirFail/Pass as expected, so back to needs review.
Comment #6
catchLooks good to me.
If we had automated performance tests, we could record the number of database inserts per page and something like this would be pretty obvious. We don't have that, but this is a nice retrospective test.
Comment #7
catchNo-one complained about the RTBC, so I've gone ahead and committed/pushed this to 8.x.