• ranshid's avatar
    Introduce debug command to disable reply buffer resizing (#10360) · 9b15dd28
    ranshid authored
    In order to resolve some flaky tests which hard rely on examine memory footprint.
    we introduce the following fixes:
    
    # Fix in client-eviction test - by @yoav-steinberg 
    Sometime the libc allocator can use different size client struct allocations.
    this may cause unexpected memory calculations to fail the test.
    
    # Introduce new DEBUG command for disabling reply buffer resizing
    In order to eliminate reply buffer resizing during specific tests.
    we introduced the ability to disable (and enable) the resizing cron job
    
    Co-authored-by: yoav-steinberg yoav@redislabs.com
    9b15dd28
server.h 162 KB