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

crdb: fix untyped version seek, add tests #4101

Merged
merged 2 commits into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. crdbtest: add tests

    This change adds tests for block encoding, suffix types, and key seek.
    It also fixes some bugs related to the suffix types.
    RaduBerinde committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d6a032b View commit details
    Browse the repository at this point in the history
  2. crdb: fix untyped version seek

    The comparison when searching for an untyped version was in the wrong
    direction (suffixes are in reverse order).
    RaduBerinde committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6c8d32b View commit details
    Browse the repository at this point in the history