antirez
|
4b918769a1
command line option in test suite to activate valgrind mode
|
14 years ago |
Pieter Noordhuis
|
941c9fa285
Return OK on QUIT
|
14 years ago |
antirez
|
08f55b786b
faster server starting in Redis tests
|
14 years ago |
Pieter Noordhuis
|
a53ebb4c8e
Don't abort test suite when the server block has a return value
|
14 years ago |
antirez
|
e2641e09cc
redis.c split into many different C files.
|
14 years ago |
antirez
|
7d04fc7563
allow running the test suite against an external Redis instance, without auto spawning
|
14 years ago |
Pieter Noordhuis
|
5a9fcb87ca
tag memory leak check on kill server as "leaks"
|
14 years ago |
Pieter Noordhuis
|
f6fa411d6c
make sure the config it returned when called without code
|
14 years ago |
Pieter Noordhuis
|
6e0e5bedd9
basic support to tag tests
|
14 years ago |
Pieter Noordhuis
|
9e5d2e8bd6
changed how server.tcl accepts options to support more directives without requiring more arguments to the proc
|
14 years ago |
Pieter Noordhuis
|
436f18b618
catch exceptions in the server proc, to be able to kill the entire chain of running servers
|
14 years ago |
antirez
|
c22b2ec863
by default test with valgrind does not show full leak info
|
14 years ago |
antirez
|
c4669d257f
tests suite initial support for valgrind, fixed the old test suite until the new one is able to target a specific host/port
|
14 years ago |
Pieter Noordhuis
|
f166bb1d50
code to enable running tests with the vm enabled
|
14 years ago |
Pieter Noordhuis
|
53cbf66caf
initial tests for AOF (and small changes to server.tcl to support these)
|
14 years ago |
antirez
|
76a224700d
added pid info to the check memory leaks test, so that those tests don't appear to be duplicated
|
14 years ago |
Pieter Noordhuis
|
1c4114be40
store entire server object on the stack instead of just the client
|
14 years ago |
antirez
|
ab72b4833d
minor fixes to the new test suite, html doc updated
|
14 years ago |