• Oran Agra's avatar
    fix slave buffer test suite false positives · d4ae76d1
    Oran Agra authored
    it looks like on slow machines we're getting:
    [err]: slave buffer are counted correctly in tests/unit/maxmemory.tcl
    Expected condition '$slave_buf > 2*1024*1024' to be true (16914 > 2*1024*1024)
    
    this is a result of the slave waking up too early and eating the
    slave buffer before the traffic and the test ends.
    d4ae76d1
maxmemory.tcl 9.33 KB