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

map: fix flaky TestMapIteratorAllocations #1506

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

lmb
Copy link
Collaborator

@lmb lmb commented Jul 9, 2024

For some reason the allocation check is flaky, with an allocation happening in sysenc.Unmarshal. Pinpointing the exact cause is difficult because we can't tell whether the allocation happened during the warm up or not.

Increase the number of runs for the allocation check, which is probably a sensible thing to do anyways.

For some reason the allocation check is flaky, with an allocation
happening in sysenc.Unmarshal. Pinpointing the exact cause is difficult
because we can't tell whether the allocation happened during the warm
up or not.

Increase the number of runs for the allocation check, which is probably
a sensible thing to do anyways.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
@lmb lmb requested a review from a team as a code owner July 9, 2024 09:10
@lmb lmb merged commit 5976561 into cilium:main Jul 9, 2024
17 checks passed
@lmb lmb deleted the map-fix-flaky-iter-allocs branch July 9, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant