• Tim Peters's avatar
    New testPathologicalRangeSearch(). The nasty part of this test is · 9ce95b20
    Tim Peters authored
    commented out for now, because it fails.  I'm working on a fix.  The
    problem was found by eyeballing the range-test implementation.  If you
    delete a key from a BTree that just happens to be the first key in a
    bucket, then a later high-end range search giving that specific key as
    the endpoint claims that no keys are in the range, and whether or not
    that's actually true.
    9ce95b20
testBTrees.py 28.2 KB