redis/tests/unit
antirez 2c861050c1 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. 2012-02-01 15:22:28 +01:00
..
type Added regression test for ZUNIONSTORE creating NaN (github issue #264) 2011-12-23 09:34:06 +01:00
aofrw.tcl Added tests for AOF rewrite. 2011-12-13 11:10:36 +01:00
auth.tcl Fix for issue #132. Now AUTH raises an error if no server password is configured. 2011-10-10 22:21:17 +02:00
basic.tcl more valgrind (and other archs) friendly testing of floating number related features. 2011-11-16 14:40:50 +01:00
cas.tcl SORT with STORE removes key if result is empty. This fixes issue #227. 2012-01-30 07:36:49 +01:00
expire.tcl EXPIRE tests more tolerant to random latency while the test is running. 2011-12-07 12:44:27 +01:00
introspection.tcl CLIENT LIST test fixed (there is a new omem field in the output) 2012-01-23 16:19:49 +01:00
maxmemory.tcl Maxmemory test 2011-07-28 12:32:52 +02:00
obuf-limits.tcl minimal change to obuf-limits.tcl test to make sure there are no false positives with 32bit instances as well. 2012-01-30 21:08:10 +01:00
other.tcl false positive in expire tests mitigated with a sleep, but other solutions exist if needed later. 2012-01-26 16:45:08 +01:00
printver.tcl Print version info before running the test 2011-05-20 11:44:54 +02:00
protocol.tcl Regression tests for protocol desync bug related to Issue #141 2012-01-06 12:54:29 +01:00
pubsub.tcl more pub/sub tests 2010-06-16 11:03:23 +02:00
quit.tcl Add tests for OK on QUIT 2010-10-15 12:54:53 +02:00
scripting.tcl Script max execution time test disabled for now since it is no longer enforced. 2011-10-31 16:09:07 +01:00
slowlog.tcl solved a slow positive in the slow log test when the test is executed slowly 2011-07-11 16:04:18 +02:00
sort.tcl 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. 2012-02-01 15:22:28 +01:00