Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[reconciler] Don't Prune During Inactive Reconciliation #223

Merged
merged 3 commits into from
Nov 5, 2020

Conversation

patrick-ogrady
Copy link
Contributor

@patrick-ogrady patrick-ogrady commented Nov 5, 2020

This PR fixes a regression in #221 where inactive reconciliation could result in pruning. It is a bad idea to prune during inactive reconciliation because we may accidentally prune the only historical balance record of an account (in active reconciliation there is always a new change stored).

@patrick-ogrady patrick-ogrady changed the title [reconciler] Don't Prune Inactive [reconciler] Don't Prune During Inactive Reconciliation Nov 5, 2020
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10753

  • 25 of 25 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 79.073%

Totals Coverage Status
Change from base Build 10726: 0.03%
Covered Lines: 7368
Relevant Lines: 9318

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants