summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test SINTER against same integer elements, but different set encoding.antirez2012-04-181-0/+10
* Test SINTER with non existing key.antirez2012-04-181-0/+7
* Added an SMOVE test where src and dest key are the same.antirez2012-04-181-0/+7
* New hash fuzzing test.antirez2012-04-181-0/+24
* Explicit RPOP/LPOP tests.antirez2012-04-181-2/+15
* Test LINSERT syntax error.antirez2012-04-181-0/+5
* Test LINDEX out of range index.antirez2012-04-181-0/+3
* More robust maxclients test.antirez2012-04-181-1/+3
* Added test for SORT corner case: pattern ending with just "->".antirez2012-04-171-0/+7
* Less false positives in maxclients test, hopefully.antirez2012-04-171-1/+2
* Merge branch 'strict.lua' into unstableantirez2012-04-131-0/+32
|\
| * New test for scripting engine: DECR_IF_GT.antirez2012-04-131-0/+22
| * Tests modified to match the new global protection implementation.antirez2012-04-131-30/+3
| * Tests for lua globals protection.antirez2012-04-131-0/+37
* | Test for maxclients.antirez2012-04-082-0/+14
* | Added new test to check that "CONFIG appendonly no" actually kills the backgr...antirez2012-04-071-0/+11
* | Tests for MONITOR.antirez2012-04-071-0/+17
* | New client info field added to CLIENT LIST output: multi, containing the leng...antirez2012-04-071-1/+1
* | Two new tests for BGREWRTIEAOF.antirez2012-04-061-0/+26
* | redis.tcl: no longer leave unread replies if an error happens during a MULTI/...antirez2012-04-061-1/+7
* | Merge pull request #430 from anydot/f-testsuiteSalvatore Sanfilippo2012-04-052-2/+11
|\ \
| * | in kill_server send the signal once, then wait for up to 5sec before sending ...Premysl Hruby2012-04-031-2/+7
| * | new option for choosing number of test clients to runPremysl Hruby2012-04-031-0/+4
* | | On slow computers, 10 seconds are not enough for this heavy replication test.antirez2012-04-041-1/+1
* | | More MIGRATE tests.antirez2012-04-031-0/+46
|/ /
* | MIGRATE test modified because the implementation changed.antirez2012-04-021-1/+1
* | DUMP, RESTORE, MIGRATE tests.antirez2012-04-022-0/+67
* | Regression test for issue 417 (memory leak when replicating to DB with id >= 10)antirez2012-03-303-0/+65
|/
* Test for redis.sha1hex().antirez2012-03-281-0/+5
* Redis test: regexp to check if valgrind reported errors modified. Now we no l...antirez2012-03-281-1/+1
* convert-zipmap-hash-on-load false positive fixed.antirez2012-03-251-3/+4
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2012-03-2410-11/+72
|\
| * convert-zipmap-hash-on-load test enabledantirez2012-03-241-0/+1
| * Contextualize comment.antirez2012-03-231-1/+1
| * RDB load of different encodings test added.antirez2012-03-233-0/+26
| * DEBUG should not be flagged as w otherwise we can not call DEBUG DIGEST and o...antirez2012-03-201-1/+1
| * CLIENT LIST test modified to reflect the new output.antirez2012-03-131-1/+1
| * hash-max-zipmap-... renamed hash-max-ziplist-... in defalt conf for tests.antirez2012-03-101-2/+2
| * Merge conflicts resolved.antirez2012-03-094-7/+41
| |\
| | * Test that zipmap from RDB is correctly convertedPieter Noordhuis2012-01-252-0/+34
| | * Encode small hashes with a ziplistPieter Noordhuis2012-01-022-7/+7
* | | When running the test in valgrind mode, pass the right flags to show memory l...antirez2012-03-241-1/+1
|/ /
* | even less false positive on obuf-limits test.antirez2012-02-221-1/+1
* | Issue #330 regression test.antirez2012-02-161-0/+8
* | 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