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

Make parallel map access test less flakey #2640

Closed
wants to merge 1 commit into from

Conversation

ajor
Copy link
Member

@ajor ajor commented Jun 7, 2023

The new test introduced in #2623 was a little flakey at detecting the bad behaviour on my machine.

This change increases the frequency at which missing map keys will be encountered and makes the test consistently fail when the patch from #2623 is reverted. It still passes with the patch applied.

@ajor
Copy link
Member Author

ajor commented Jun 8, 2023

Hmm, seems like this new frequency might be too high for the CI machines

@danobi
Copy link
Member

danobi commented Jun 30, 2023

I think occasional failures are probably good enough. Race conditions are always tricky to reliably reproduce.

@ajor ajor closed this Jul 3, 2023
@ajor ajor deleted the parallel-map-test-flakeyness branch July 3, 2023 15:31
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.

None yet

2 participants