summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | GEORADIUS: Don't report duplicates when radius is huge.antirez2015-09-141-0/+5
* | Test: MOVE expire test improved.antirez2015-09-141-0/+13
* | MOVE now can move TTL metadata as well.antirez2015-09-141-0/+13
* | Test: print info on HSTRLEN test failure.antirez2015-09-071-1/+4
|/
* Fix RDB encoding test for new csvdump format.antirez2015-08-051-13/+13
* Test: csvdump now scans all DBs.antirez2015-08-051-32/+36
* PSYNC test: also test the vanilla SYNC.antirez2015-08-051-18/+27
* Test PSYNC with diskless replication.antirez2015-08-041-13/+17
* GEOENCODE / GEODECODE commands removed.antirez2015-07-091-13/+0
* Geo: GEODIST and tests.antirez2015-06-291-0/+22
* Geo: GEOPOS command and tests.antirez2015-06-291-0/+17
* Geo: GEORADIUS COUNT tests.antirez2015-06-291-0/+8
* Geo: GEOENCODE test fixed for new return value.antirez2015-06-291-1/+2
* Geo: only one way to specify any given option.antirez2015-06-271-4/+4
* Geo: from lat,lon API to lon,lat API according to GIS standardantirez2015-06-261-28/+28
* Geo: GEOHASH command test.antirez2015-06-241-0/+7