You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
removed now-defunct piece of README
tweaked heap size limits to prevent an unfortunate issue where rollups on the verge of timing out exceeded the heap size limit prior to successfully deferring
fixed an issue reported in #488 where full record set rollups wouldn't properly reset their parent's rollup field value when all children were updated in a single update to no longer match due to RollupTests.shouldResetRollupValueWhenIsFullRecordSetAndUpdatedItemNoLongerMatches having some incorrect setup 😅
fixed an issue reported in #490 where the default recalc values weren't being applied properly to parents without matching children
shifted some tests around and created RollupFlowFullRecalcTests to further organize things