summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added tests checking ability of the scripting engine to reorder the output of...antirez2012-02-011-0/+24
* A few SORT tests made more resistant to false negatives resulitng from poor r...antirez2012-02-011-5/+5
* New SORT tests checking the new more deterministic behavior of SORT sorting a...antirez2012-02-011-0/+26
* Make SORT BY <constant> STORE ... to always produce the same output by force ...antirez2012-02-011-0/+7
* SORT is now more deterministic: does not accept to compare by score items tha...antirez2012-02-011-1/+1
* minimal change to obuf-limits.tcl test to make sure there are no false positi...antirez2012-01-301-1/+1
* SORT with STORE removes key if result is empty. This fixes issue #227.Michal Kwiatkowski2012-01-302-0/+17
* false positive in expire tests mitigated with a sleep, but other solutions ex...antirez2012-01-261-0/+5
* Less false positives for obuf-limits.tcl testsantirez2012-01-261-3/+3
* Added test for client output buffer limit (soft limit).antirez2012-01-251-1/+53
* Added test for client output buffer limit (hard limit).antirez2012-01-252-0/+22
* CLIENT LIST test fixed (there is a new omem field in the output)antirez2012-01-231-1/+1
* Possible fix for false positives in issue 141 regression testantirez2012-01-121-1/+5
* Regression test for the main problem causing issue #141. Minor changes/fixes/...antirez2012-01-064-2/+85
* Regression tests for protocol desync bug related to Issue #141antirez2012-01-061-0/+31
* Added regression test for ZUNIONSTORE creating NaN (github issue #264)antirez2011-12-231-0/+6
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2011-12-211-0/+4
|\
| * I found that no test will fail even if I broke the `SORT x LIMIT y z` code.BigCat2011-12-191-0/+4
* | A test modified to pass with the new AOF start/stop semantics.antirez2011-12-211-0/+1
* | Redis test: when assertion fails print not just the expression but also expan...antirez2011-12-211-1/+1
|/
* unit/introspection.tcl addedantirez2011-12-191-0/+5
* unit/introspection added among tests executed by defaultantirez2011-12-191-0/+1
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2011-12-131-4/+26
|\
| * Redis test: vaoid two false positives while running under valgrind.antirez2011-12-101-4/+26
* | Added tests for AOF rewrite.antirez2011-12-132-0/+108
|/
* Redis test: two redundant tests removed as they tend to create issues when ru...antirez2011-12-071-10/+0
* Redis test: wait more time for the server to start if it is running using val...antirez2011-12-071-1/+1
* Redis test port allocation fixed.antirez2011-12-071-2/+2
* EXPIRE tests more tolerant to random latency while the test is running.antirez2011-12-071-8/+8
* Redis test: handle inability to start the server in a better way.antirez2011-12-071-8/+12
* Fixed SORT bugs (issue #224) with regression tests.antirez2011-12-011-0/+12
* --quiet option implemented in the Redis test. Output improved a bit.antirez2011-11-291-9/+25
* still problems with the AOF race regression test, disabling it again for nowantirez2011-11-281-1/+0
* Added regression tests for issue #209antirez2011-11-251-2/+23
* aof-race test reenabled now that port allocation of the test suite is smarterantirez2011-11-181-0/+1
* more valgrind (and other archs) friendly testing of floating number related f...antirez2011-11-163-14/+22
* valgrind handles floating point numbers differently for some reason, so using...antirez2011-11-162-5/+5
* HINCRBYFLOAT testsantirez2011-11-151-3/+75
* Merge branch 'unstable' into incrbyfloatantirez2011-11-141-0/+14
|\
| * Added test to make sure Redis evicts expired keys actively (and not just in a...antirez2011-11-121-0/+14
* | test for the new more strict behavior about number parsingantirez2011-11-141-1/+13
* | INCRBYFLOAT testsantirez2011-11-141-0/+66
* | string to number API is now more strict not accepting spaces before or after ...antirez2011-11-141-10/+10
|/
* new tests for EXPIRE family functions, new millisecond precision, and new mil...antirez2011-11-112-5/+94
* Script max execution time test disabled for now since it is no longer enforced.antirez2011-10-311-10/+12
* SCRIPT LOAD now returns the SHA1 instead of +OKantirez2011-10-251-1/+1
* Fixes for the scripting refactoring and new commands. Tests for the new featu...antirez2011-10-251-1/+27
* Redis.call is now split into two variants of the same function. Redis.call wi...antirez2011-10-201-10/+34
* Regression test for issue #142 addedantirez2011-10-171-0/+6
* Fix for issue #132. Now AUTH raises an error if no server password is configu...antirez2011-10-101-2/+14