- 17 Feb, 2014 1 commit
-
-
antirez authored
Some inline test moved into server_is_up procedure. Also find_available_port was moved into util since it is going to be used for the Sentinel test as well.
-
- 25 Jun, 2013 1 commit
-
-
antirez authored
-
- 30 May, 2013 1 commit
-
-
antirez authored
-
- 12 Feb, 2013 1 commit
-
-
antirez authored
-
- 03 Dec, 2012 1 commit
-
-
antirez authored
Due to changes in recent releases of osx leaks utility, the osx leak detection no longer worked. Now it is fixed in a way that should be backward compatible.
-
- 24 Oct, 2012 1 commit
-
-
YAMAMOTO Takashi authored
-
- 11 Jun, 2012 1 commit
-
-
antirez authored
A new stress test was added to stress test the code converting a ziplist into an hash table. In this commit also randomValue helper function was modified to also return negative values.
-
- 02 Jun, 2012 1 commit
-
-
antirez authored
wait_for_condition is now used instead of the usual "after 1000" (that is the way to sleep in Tcl). This should avoid to find the replica in a state where it is loading the RDB in memory, returning -LOADING error. This test used to fail when running the test over valgrind, due to the added latencies.
-
- 25 May, 2012 1 commit
-
- 22 May, 2012 1 commit
-
-
antirez authored
Due to a change in the format of the bug report in case of crash of failed assertion the test suite was no longer able to properly log it. Instead just a protocol error was logged by the Redis TCL client that provided no clue about the actual problem. This commit resolves the issue by logging everything from the first line of the log including the string REDIS BUG REPORT, till the end of the file.
-
- 26 Apr, 2012 2 commits
-
-
antirez authored
Now it uses the new wait_for_condition testing primitive. Also wait_for_condition implementation was fixed in this commit to properly escape the expr command and its argument.
-
antirez authored
A new primitive wait_for_condition was introduced in the scripting engine that makes waiting for events simpler, so that it is simpler to write tests that are more resistant to timing issues.
-
- 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