summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test restoredantirez2010-06-031-2/+0
* top level keys are no longer redis objects but sds strings. There are still a...antirez2010-06-031-0/+2
* tag memory leak check on kill server as "leaks"Pieter Noordhuis2010-06-031-3/+5
* tag test with sleep() as slowPieter Noordhuis2010-06-031-4/+6
* make sure the config it returned when called without codePieter Noordhuis2010-06-031-3/+2
* tag more slow testsPieter Noordhuis2010-06-032-17/+21
* change how arguments are passed from the AOF testsPieter Noordhuis2010-06-031-3/+3
* scope res variable outside testPieter Noordhuis2010-06-031-1/+1
* tags for existing testsPieter Noordhuis2010-06-0211-321/+329
* pass tags to filter and match via argumentsPieter Noordhuis2010-06-022-1/+20
* basic support to tag testsPieter Noordhuis2010-06-024-5/+54
* changed how server.tcl accepts options to support more directives without req...Pieter Noordhuis2010-06-0214-19/+30
* removed obsolete codePieter Noordhuis2010-06-022-2/+0
* catch exceptions in the server proc, to be able to kill the entire chain of r...Pieter Noordhuis2010-06-023-18/+36
* Fixed ZINCR Nan bugs leading to server crash and added testsantirez2010-05-281-0/+19
* new multi/exec testsantirez2010-05-271-0/+16
* allow regular sets to be passed to zunionstore/zinterstoreJosiah Carlson2010-05-261-0/+16
* WATCH is now able to detect keys removed by FLUSHALL and FLUSHDBantirez2010-05-252-0/+49
* WATCH testsantirez2010-05-252-0/+68
* by default test with valgrind does not show full leak infoantirez2010-05-211-1/+1
* tests suite initial support for valgrind, fixed the old test suite until the ...antirez2010-05-212-6/+54
* code to enable running tests with the vm enabledPieter Noordhuis2010-05-203-14/+27
* added regression for zipmap bugantirez2010-05-201-0/+6
* initial tests for AOF (and small changes to server.tcl to support these)Pieter Noordhuis2010-05-194-26/+128
* Merge branch 'master' into integrationPieter Noordhuis2010-05-191-1/+1
|\
| * added pid info to the check memory leaks test, so that those tests don't appe...antirez2010-05-151-1/+1
* | print warnings in redis log when a test raises an exception (very likely to b...Pieter Noordhuis2010-05-152-1/+27
|/
* initial rough integration test for replicationPieter Noordhuis2010-05-143-0/+43
* store entire server object on the stack instead of just the clientPieter Noordhuis2010-05-142-16/+41
* proc to retrieve values from INFO propertiesPieter Noordhuis2010-05-141-4/+9
* ZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTOREantirez2010-05-141-18/+18
* minor fixes to the new test suite, html doc updatedantirez2010-05-1418-0/+2977