• judeng's avatar
    fix benchmark failure in daily test with TLS (#10896) · d2405b9b
    judeng authored
    The new test added in #10891 can fail with a different error.
    see comment in networking.c saying
    ```c
            /* That's a best effort error message, don't check write errors.
             * Note that for TLS connections, no handshake was done yet so nothing
             * is written and the connection will just drop. */
    ```
    d2405b9b
redis-benchmark.tcl 7.34 KB