- 08 Apr, 2012 1 commit
-
-
antirez authored
Added new test to check that "CONFIG appendonly no" actually kills the background AOF operation in progress if any.
-
- 07 Apr, 2012 4 commits
-
-
antirez authored
-
antirez authored
New client info field added to CLIENT LIST output: multi, containing the length of the current pipeline. Test modified accordingly.
-
antirez authored
Check for scheduled rewrite if a BGSAVAE is in progress. Check for error if a rewrite is already in progress.
-
antirez authored
-
- 05 Apr, 2012 3 commits
-
-
antirez authored
-
Premysl Hruby authored
-
Premysl Hruby authored
-
- 03 Apr, 2012 1 commit
-
-
antirez authored
-
- 02 Apr, 2012 2 commits
- 30 Mar, 2012 1 commit
-
-
antirez authored
-
- 29 Mar, 2012 1 commit
-
-
antirez 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).
-
- 25 Mar, 2012 1 commit
-
-
antirez authored
Apparently because the sample RDB file was not copied before every test Redis had a chance to replace it with a newly written one, so that the next test could fail.
-
- 24 Mar, 2012 2 commits
- 23 Mar, 2012 3 commits
- 22 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.
-
- 13 Mar, 2012 1 commit
-
-
antirez authored
-
- 10 Mar, 2012 1 commit
-
-
antirez authored
-
- 22 Feb, 2012 1 commit
-
-
antirez authored
-
- 16 Feb, 2012 1 commit
-
-
antirez authored
-
- 01 Feb, 2012 5 commits
-
-
antirez authored
Added tests checking ability of the scripting engine to reorder the output of commands with a random output regarding signle elements position in the multi bulk reply.
-
antirez authored
A few SORT tests made more resistant to false negatives resulitng from poor randomization of Redis hash function with one byte inputs.
-
antirez authored
-
antirez authored
Make SORT BY <constant> STORE ... to always produce the same output by force sorting, so that we have deterministic replication of this command.
-
antirez authored
SORT is now more deterministic: does not accept to compare by score items that have scores not representing a valid double. Also items with the same score are compared lexycographically. At the same time the scripting side introduced the ability to sort the output of SORT when sort uses the BY <constant> optimization, resulting in no specific ordering. Since in this case the user may use GET, and the result of GET can be null, converted into false as Lua data type, this commit also introduces the ability to sort Lua tables containining false, only if the first (faster) attempt at using just table.sort with a single argument fails.
-
- 30 Jan, 2012 2 commits
-
-
antirez authored
minimal change to obuf-limits.tcl test to make sure there are no false positives with 32bit instances as well.
-
Michal Kwiatkowski authored
-
- 26 Jan, 2012 2 commits
- 25 Jan, 2012 3 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
- 23 Jan, 2012 1 commit
-
-
antirez authored
-
- 12 Jan, 2012 1 commit
-
-
antirez authored
-
- 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.
-