mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
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.