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

feat: comprehensive fuzzing for BTreeMap #143

Merged
merged 4 commits into from
Sep 25, 2023
Merged

Conversation

ielashi
Copy link
Contributor

@ielashi ielashi commented Sep 22, 2023

Adds a fuzz test that can run indefinitely comparing the results of a stable BTreeMap to a standard BTreeMap.

I ended up using proptest rather than the conventional cargo fuzz for two reasons:

  1. cargo fuzz requires nightly rust.
  2. With proptest, we can have a short version of the fuzz test that runs as part of CI (which is included in this commit).

@ielashi ielashi enabled auto-merge (squash) September 25, 2023 07:15
@ielashi ielashi merged commit 77d2a17 into main Sep 25, 2023
3 checks passed
@ielashi ielashi deleted the ielashi/btreemap_fuzz branch September 25, 2023 07:18
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.

2 participants