summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test: new randomized stress tester for #3343 alike bugs.antirez2016-06-281-2/+27
* Stress tester WIP.antirez2016-06-281-0/+3
* Regression test for issue #3343 exact min crash sequence.antirez2016-06-281-0/+16
* Test TOUCH and new TTL / TYPE behavior about object access time.antirez2016-06-152-0/+24
* Regression test for #3282.antirez2016-06-151-0/+10
* make RPUSHX and LPUSHX variadicPierre Chapuis2016-06-051-1/+3
* Test: run GEO tests by default.antirez2016-05-311-0/+1
* Now that SPOP can be called by scripts use BLPOP on 's' flag test.antirez2016-05-311-1/+1
* Test for BITFIELD regression #3221.antirez2016-05-181-0/+5
* Scripting test: match new error message.antirez2016-05-061-1/+1
* Cluster test 12: reshard back just a few slots to speedup the test.antirez2016-05-051-7/+7
* Quick fix to avoid false positive in replica migration test.antirez2016-05-051-1/+4
* Merge pull request #3191 from oranagra/minor_fixSalvatore Sanfilippo2016-05-044-20/+16
|\
| * various cleanups and minor fixesOran Agra2016-04-254-20/+16
* | Cluster regression test for #3043.antirez2016-05-021-0/+61
|/
* Fix ZINCRBY return value.Damian Janowski2016-04-181-0/+6
* BITFIELD: overflow wrap behavior fuzz tester.antirez2016-03-021-0/+51
* BITFIELD basic unit tests.antirez2016-03-021-1/+85
* BITFIELD: overflow fuzzy testing.antirez2016-03-022-0/+53
* Fix typo in bitops.tcl comment.antirez2016-03-021-1/+1
* GEOADD STORE/STOREDIST tests.antirez2016-02-181-0/+54
* Cluster: resharding test provides more state when failing.antirez2016-02-171-3/+8
* Fix to Cluster test to support @busport format.antirez2016-02-021-2/+4
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-01-151-3/+4
|\
| * Merge pull request #2726 from seppo0010/patch-2Salvatore Sanfilippo2016-01-151-3/+4
| |\
| | * Fix race condition in unit/introspectionSebastian Waisbrot2015-08-111-3/+4
* | | Test: Handle LOADING in restart_instance.antirez2016-01-151-0/+12
|/ /
* | Detect and show crashes on Sentinel/Cluster tests.antirez2016-01-151-0/+18
* | Scripting: handle trailing comments.antirez2016-01-081-0/+4
* | Cluster test: do leaks detection with OSX leaks utility.antirez2016-01-021-0/+32
* | Cluster/Sentinel test: report ability to run via valgrind.antirez2015-12-291-0/+1
* | Cluster: verify slaves consistency after resharding.antirez2015-12-181-0/+23
* | Cluster: resharding test now checks AOF consistency.antirez2015-12-171-0/+42
* | MIGRATE: test more corner cases.antirez2015-12-111-0/+37
* | Test: pipelined MIGRATE tests added.antirez2015-12-111-0/+54
* | Cluster: more reliable migration tests.antirez2015-12-101-43/+24
* | Cluster: more reliable replicas migration test.antirez2015-12-101-0/+75
* | Test HINCRBYFLOAT rounding only in x86_64 and when valgrind is not in use.antirez2015-11-281-5/+16
* | Add regression test for HINCRBYFLOAT formatting change.antirez2015-11-041-0/+7
* | Test: improve PFCOUNT with multiple keys testing.antirez2015-11-031-2/+17
* | Scripting: commands replication tests.antirez2015-10-301-1/+107
* | Scripting: execute tests with command replication as well.antirez2015-10-301-79/+88
* | Scripting: test Redis provided Lua functions error reporting.antirez2015-10-301-0/+9
* | Regression test for issue #2813.antirez2015-10-151-0/+53
* | Test: basic lazyfree unit test.antirez2015-10-092-0/+40
* | Test: fix attach_to_replication_stream to handle newlines.antirez2015-10-071-2/+5
* | Regression test for GEORADIUS COUNT arity check.antirez2015-10-061-0/+5
* | Test: stack_logging var should be initialized to 0.antirez2015-10-011-0/+1
* | Test: support for stack logging for OSX malloc/leaks.antirez2015-10-012-0/+7
* | Test: fix false positive in HSTRLEN test.antirez2015-09-151-5/+5