- 17 Apr, 2012 1 commit
-
-
Michael Schlenker authored
Tcl's exec can send data to stdout itself, no need to call cat/echo for that usually.
-
- 06 Apr, 2012 1 commit
-
-
antirez authored
-
- 03 Apr, 2012 1 commit
-
-
Premysl Hruby authored
-
- 28 Mar, 2012 1 commit
-
-
antirez authored
Redis test: regexp to check if valgrind reported errors modified. Now we no longer look at the total count because this includes "possibly lost" bytes that are not interesting for Redis (tons of false positives because of how sds.c works).
-
- 24 Mar, 2012 1 commit
-
-
antirez authored
When running the test in valgrind mode, pass the right flags to show memory leaks stack traces but only including the "definitely lost" items.
-
- 20 Mar, 2012 1 commit
-
-
antirez authored
DEBUG should not be flagged as w otherwise we can not call DEBUG DIGEST and other commands against read only slaves.
-
- 06 Jan, 2012 1 commit
-
-
antirez authored
Regression test for the main problem causing issue #141. Minor changes/fixes/additions to the test suite itself needed to write the test.
-
- 21 Dec, 2011 1 commit
-
-
antirez authored
Redis test: when assertion fails print not just the expression but also expanded values in the error message.
-
- 07 Dec, 2011 2 commits
- 16 Nov, 2011 1 commit
-
-
antirez authored
-
- 04 Oct, 2011 1 commit
-
-
antirez authored
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.
-
- 28 Jul, 2011 1 commit
-
-
antirez authored
-
- 11 Jul, 2011 2 commits
- 10 Jul, 2011 3 commits
- 09 Jul, 2011 1 commit
-
-
antirez authored
The test now gives some more time for Redis to start before of exiting with an error, since starting with valgrind can take a significant amount of time.
-
- 06 Jul, 2011 1 commit
-
-
antirez authored
-
- 25 Jun, 2011 1 commit
-
-
antirez authored
-
- 15 Apr, 2011 1 commit
-
-
antirez authored
-
- 22 Feb, 2011 1 commit
-
-
antirez authored
fixed color support for test suite. Now colors are shown as long as there is xterm somewhere inside the TERM env var
-
- 09 Jan, 2011 1 commit
-
-
antirez authored
-
- 03 Jan, 2011 1 commit
-
-
antirez authored
-
- 15 Dec, 2010 3 commits
- 10 Dec, 2010 2 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
- 04 Nov, 2010 1 commit
-
-
antirez authored
-
- 15 Oct, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 13 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 31 Aug, 2010 1 commit
-
-
antirez authored
-
- 21 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 03 Aug, 2010 1 commit
-
-
antirez authored
-
- 01 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 29 Jul, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 28 Jul, 2010 1 commit
-
-
antirez authored
better random dataset creation function in test. master-slave replication test now is able to save the two datasets in CSV when an inconsistency is detected.
-