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

ensure hashmap init clears maps #794

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Commits on Jul 22, 2024

  1. ensure hashmap init clears maps

    This reorders some statements in the hashmap initialization to ensure we
    always start fresh, even when no pageids were passed to it.
    
    fixes etcd-io#791
    
    Signed-off-by: Thomas Jungblut <[email protected]>
    tjungblu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ce50f55 View commit details
    Browse the repository at this point in the history
  2. add testcases for hashmap init

    This also rectifies a bunch of nil/empty differences between the
    implementation that show up during init and page releases.
    
    Signed-off-by: Thomas Jungblut <[email protected]>
    tjungblu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f4de460 View commit details
    Browse the repository at this point in the history