Commit Graph

39 Commits

Author SHA1 Message Date
8a625029e7 Redis test port allocation fixed. 2011-12-20 10:34:51 +01:00
c08eb8e74d unit/introspection added among tests executed by default 2011-12-19 10:19:12 +01:00
901120f8e6 --quiet option implemented in the Redis test. Output improved a bit. 2011-11-30 09:36:30 +01:00
cd0458470e Redis test ports selection made more robust. This prevents the test from hanging if an already bound port is selected but the TCP server listening to it does not cause a protocol error with a Redis client PING. Also base port moved away from the range near to the Redis Cluster gossip ports. 2011-10-04 10:07:29 +02:00
481a05cd23 commenting out aof-race test for now, waiting for a fix to issue #80 2011-09-16 15:43:27 +02:00
b9a65682fb Failing test related to AOF rewrite buffers 2011-09-16 11:24:08 +02:00
a57bd791e9 243b783fdc 2011-07-29 15:50:15 +02:00
619174117d new test engine backported to 2.4 2011-07-12 09:40:54 +02:00
99509ab257 slow log merged into 2.4 2011-07-02 00:24:11 +02:00
6c194dae58 VM tests commented out for 2.4 2011-06-09 12:35:56 +02:00
5fca35da3f disabled development test entry, tests moved in the right place 2011-05-31 20:37:59 +02:00
d260b9a499 Variadic ZADD tests 2011-05-31 20:37:52 +02:00
1f2af715cb Print version info before running the test 2011-05-20 11:44:32 +02:00
d6107fd6f1 Merge remote branch 'pietern/testverbosity' 2010-12-10 17:24:03 +01:00
6f8a32d5c7 Be less verbose in testing; improve error handling 2010-12-10 16:13:21 +01:00
4b918769a1 command line option in test suite to activate valgrind mode 2010-12-10 15:40:48 +01:00
5a4f9f27e7 Add tests for OK on QUIT 2010-10-15 12:54:53 +02:00
941c9fa285 Return OK on QUIT 2010-10-13 11:25:40 +02:00
9f1ae9abee Allow to specify which specific test files to run 2010-10-13 09:26:44 +02:00
588cd980e9 redis-cli tests commented out since there is a problem with the CI server and this tests, will be activated again once the problem is fixed 2010-08-26 17:52:02 +02:00
e59a64b8d3 forgot the traceleaks var in tests set to 1, reverted to the default, 0 2010-08-26 13:18:56 +02:00
bad7d097e9 fixed a memory leak in the new Set code 2010-08-26 13:18:24 +02:00
f2dd4769dd Tests for the interactive mode of redis-cli
Changed redis-cli to output the raw response for a bulk reply when it is
run in interactive mode instead of checking isatty.
2010-08-04 15:28:03 +02:00
e39c8b5047 exit with non-zero status when there are failed tests 2010-07-23 13:08:35 +02:00
4589a823fd initial basic pub/sub tests 2010-06-16 11:01:42 +02:00
5eedc9c65e tests for BLPOP/BRPOP via an option in the tcl client that defers reading the reply 2010-06-15 21:23:18 +02:00
7d04fc7563 allow running the test suite against an external Redis instance, without auto spawning 2010-06-14 10:19:45 +02:00
d4507ec615 refactor list tests to test both encodings; implemented assert functions 2010-06-04 16:31:27 +02:00
73bd6c583b pass tags to filter and match via arguments 2010-06-02 23:22:20 +02:00
6e0e5bedd9 basic support to tag tests 2010-06-02 22:53:22 +02:00
38273a9ed6 removed obsolete code 2010-06-02 21:53:15 +02:00
436f18b618 catch exceptions in the server proc, to be able to kill the entire chain of running servers 2010-06-02 21:53:10 +02:00
c20c189db5 WATCH tests 2010-05-25 14:04:46 +02:00
c4669d257f tests suite initial support for valgrind, fixed the old test suite until the new one is able to target a specific host/port 2010-05-21 12:00:13 +02:00
f166bb1d50 code to enable running tests with the vm enabled 2010-05-20 13:58:58 +02:00
53cbf66caf initial tests for AOF (and small changes to server.tcl to support these) 2010-05-19 14:54:20 +02:00
85ecc65edc initial rough integration test for replication 2010-05-14 20:50:58 +02:00
1c4114be40 store entire server object on the stack instead of just the client 2010-05-14 20:50:32 +02:00
ab72b4833d minor fixes to the new test suite, html doc updated 2010-05-14 18:48:33 +02:00