• Jeremy Hylton's avatar
    Fix bug in quick verification. · 6795ca8f
    Jeremy Hylton authored
    The server was sending all the invalidations from the queue, not just
    the ones that were later than the requested tid.  This didn't affect
    correctness of the cache, but did cause it to throw out valid data.
    
    Add test case to verify that getInvalidations() returns only what is
    expected.
    
    Bug fix candidate.
    6795ca8f
ConnectionTests.py 37.3 KB