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

protocols/kad/query/closest: Make quickcheck deterministic #1571

Merged
merged 2 commits into from
May 12, 2020

Commits on May 11, 2020

  1. protocols/kad/query/closest: Make quickcheck deterministic

    Instead of creating unconstrained random number generators in quickcheck
    tests to generate test data, have quickcheck provide a `Seed` to seed
    those random number generators and thus make the test execution
    deterministic / reproducible.
    mxinden committed May 11, 2020
    Configuration menu
    Copy the full SHA
    bb4ef2f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    8ebbfbe View commit details
    Browse the repository at this point in the history