Closed (fixed)
Project:
Ray Enterprise Translation
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2020 at 15:25 UTC
Updated:
18 May 2024 at 21:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
penyaskitoAttached patch.
Comment #4
penyaskitoCommitted 534c29c and pushed to 8.x-2.x. Thanks!
Comment #6
penyaskitoCommitted d00e943 and pushed to 8.x-2.x. Thanks!
Only time that I don't wait for tests to come back, tests are broken. This fixed those and an introduced bug when no valid callback arrived.
Comment #9
penyaskitoThe last failures were because of a 'LogicException: The controller result claims to be providing relevant cache metadata, but leaked metadata was detected'. We were rendering the url when recalculating hash because the metadata is included. https://www.lullabot.com/articles/early-rendering-a-lesson-in-debugging-... helped a lot on finding this, so crediting @m4olivei and @juampynr for writing that.
Comment #11
juampynr commentedGlad to hear that it helped you, @penyaskito! :-D
Comment #12
m4oliveiWow, good stuff! Thanks for sharing @penyaskito.