flow-development-collection icon indicating copy to clipboard operation
flow-development-collection copied to clipboard

BUGFIX: Reset cache backend iterator state on update

Open stephanschuler opened this issue 2 years ago • 4 comments

Some cache backends hold an internal state when used as an iterator. This state needs to be reset whenever the source data is updated.

stephanschuler avatar Apr 14 '22 14:04 stephanschuler

I have no clue why my Redis tests complain about minimum required version number is 6.0.0 but existing tests don't. Unfortunately that's as far as I came. Sorry for not providing green tests.

stephanschuler avatar Apr 14 '22 14:04 stephanschuler

I guess I should have targeted 5.3 in the first place. Now the action doesn't kick in to verify.

Insert Danny Glover in Lethal Weapon saying "I'm getting to old for this" here

stephanschuler avatar Apr 14 '22 15:04 stephanschuler

I guess I should have targeted 5.3 in the first place. Now the action doesn't kick in to verify.

No, Flow 6.3 is the oldest supported version, all good.

kdambekalns avatar May 18 '22 11:05 kdambekalns

@stephanschuler I can't push to your fork, so would you please merge 6.3 into your branch and push the result? Thanks!

kdambekalns avatar May 18 '22 14:05 kdambekalns

Ok, replaced by a (manually crafted) replacement: https://github.com/neos/flow-development-collection/pull/2884

kdambekalns avatar Aug 24 '22 16:08 kdambekalns