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

Migrate ziplist.c unit tests to new framework #486

Merged
merged 6 commits into from
May 22, 2024

Commits on May 18, 2024

  1. move ziplist tests into new file

    Signed-off-by: Mason Hall <hallmason17@gmail.com>
    hallmason17 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    95341df View commit details
    Browse the repository at this point in the history
  2. change benchmarks to use TEST_PRINT_INFO instead of printf

    Signed-off-by: Mason Hall <hallmason17@gmail.com>
    hallmason17 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    3d96493 View commit details
    Browse the repository at this point in the history
  3. merge with unstable

    Signed-off-by: Mason Hall <hallmason17@gmail.com>
    hallmason17 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    05bc1a0 View commit details
    Browse the repository at this point in the history
  4. not sure how I edited this file... looks like I missed a commit

    Signed-off-by: Mason Hall <hallmason17@gmail.com>
    hallmason17 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a58c35b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. removed printfs, changed stress tests a bit to accommodate

    Signed-off-by: Mason Hall <hallmason17@gmail.com>
    hallmason17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7df2f4f View commit details
    Browse the repository at this point in the history
  2. making some of my assertions a bit better on get/delete tests

    Signed-off-by: Mason Hall <hallmason17@gmail.com>
    hallmason17 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    240c42f View commit details
    Browse the repository at this point in the history