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

Fix slice allocation size/capacity #2598

Merged
merged 1 commit into from
Jul 27, 2021
Merged

Conversation

pav-kv
Copy link
Contributor

@pav-kv pav-kv commented Jul 27, 2021

The incorrectly allocated notFound slice nevertheless did not result in
an incorrect behaviour of SubtreeCache, because Flush would ignore
these tiles as not "dirty" and/or being empty. Hence this bug was not
caught by the tests. It doesn't need a regression test for the same reason.

@pav-kv pav-kv requested a review from AlCutter July 27, 2021 17:04
@pav-kv pav-kv requested a review from a team as a code owner July 27, 2021 17:04
@google-cla google-cla bot added the cla: yes label Jul 27, 2021
@pav-kv pav-kv merged commit e541826 into google:master Jul 27, 2021
@pav-kv pav-kv deleted the fix_slice_allocation branch July 27, 2021 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants