valkey/tests/support
Matt Stancliff 6c16ecaaaa Fix test framework to detect proper server PID
Previously the PID format was:
[PID] Timestamp

But it recently changed to:
PID:X Timestamp

The tcl testing framework was grabbing the PID from \[\d+\], but
that's not valid anymore.

Now we grab the pid from "PID: <PID>" in the part of Redis startup
output to the right of the ASCII logo.
2014-05-23 13:54:29 -04:00
..
cluster.tcl cluster.tcl: fix redis links leak in refresh_nodes_map. 2014-05-14 09:10:03 +02:00
redis.tcl redis.tcl: return I/O error message when peer closes connection. 2014-05-14 00:14:35 +02:00
server.tcl Fix test framework to detect proper server PID 2014-05-23 13:54:29 -04:00
test.tcl Sentinel test: framework improved and conf-update unit added. 2014-02-22 17:27:49 +01:00
tmpfile.tcl Initial implementation of a client-server parallel testing system for Redis in order to speedup execution of the test suite. 2011-07-10 23:25:48 +02:00
util.tcl Test: colorstr moved to util.tcl. 2014-02-17 17:36:50 +01:00