redis/tests/unit
antirez 652e662d1a Test: fix false positive in HSTRLEN test.
HINCRBY* tests later used the value "tmp" that was sometimes generated
by the random key generation function. The result was ovewriting what
Tcl expected to be inside Redis with another value, causing the next
HSTRLEN test to fail.
2015-09-15 09:38:26 +02:00
..
type Test: fix false positive in HSTRLEN test. 2015-09-15 09:38:26 +02:00
aofrw.tcl Test: more reliable AOF rewrite test under write load. 2014-07-18 12:20:56 +02:00
auth.tcl Remove trailing spaces from tests 2014-10-06 10:07:02 +02:00
basic.tcl Test: MOVE expire test improved. 2015-09-14 12:37:13 +02:00
bitops.tcl Remove trailing spaces from tests 2014-10-06 10:07:02 +02:00
dump.tcl Test: dump.tcl fixed for RESTORE new error msg. 2014-05-23 09:26:04 +02:00
expire.tcl Test: regression test for issue #1026. 2013-03-28 11:46:14 +01:00
hyperloglog.tcl HyperLogLog regression test for issue #1762. 2014-05-19 15:45:22 +02:00
introspection.tcl Remove trailing spaces from tests 2014-10-06 10:07:02 +02:00
latency-monitor.tcl LATENCY command / monitor basic tests. 2014-07-18 12:20:56 +02:00
limits.tcl More robust maxclients test. 2012-04-18 11:34:18 +02:00
maxmemory.tcl Remove trailing spaces from tests 2014-10-06 10:07:02 +02:00
memefficiency.tcl Faster memory efficiency test. 2015-02-10 14:48:25 +01:00
multi.tcl Test: test replication of MULTI/EXEC. 2013-03-27 11:44:50 +01:00
obuf-limits.tcl Test: obuf-limits test false positive removed. 2013-03-25 11:56:34 +01:00
other.tcl Test: MULTI/EXEC tests moved into multi.tcl. 2012-11-22 10:32:12 +01:00
printver.tcl Print version info before running the test 2011-05-20 11:44:54 +02:00
protocol.tcl Return proper error on requests with an unbalanced number of quotes. 2013-12-08 12:58:12 +02:00
pubsub.tcl pubsub: Return integers for NUMSUB, not strings 2014-08-26 10:41:02 +02:00
quit.tcl Add tests for OK on QUIT 2010-10-15 12:54:53 +02:00
scan.tcl Regression test for issue #2175. 2014-12-03 10:41:03 +01:00
scripting.tcl scripting.tcl tests order fixed to match unstable branch. 2014-11-14 17:23:40 +01:00
slowlog.tcl Slowlog: don't log EXEC but just the executed commands. 2013-01-19 12:53:21 +01:00
sort.tcl Fix zero-ordering SORT when called against lists 2014-12-11 15:58:29 +01:00