• antirez's avatar
    Test: wait for actual startup in start_server. · a8104395
    antirez authored
    start_server now uses return value from Tcl exec to get the server pid,
    however this introduces errors that depend from timing: a lot of the
    testing code base assumed the server to be actually up and running when
    server_start returns.
    
    So the old code that waits to see the pid in the log file was restored.
    a8104395
server.tcl 9.33 KB