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

test: Add more thorough test for dbwrapper iterators #7956

Closed
wants to merge 2 commits into from

Commits on Apr 27, 2016

  1. 1 Configuration menu
    Copy the full SHA
    84c13e7 View commit details
    Browse the repository at this point in the history
  2. test: Add more thorough test for dbwrapper iterators

    I made a silly mistake in a database wrapper where keys
    were sorted by char instead of uint8_t. As x86 char is signed
    the sorting for the block index database was messed up, resulting
    in a segfault due to missing records.
    
    Add a test to catch:
    - Wrong sorting
    - Seeking errors
    - Iteration result not complete
    laanwj committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    6030625 View commit details
    Browse the repository at this point in the history