summaryrefslogtreecommitdiff
path: root/tests/helpers
Commit message (Collapse)AuthorAgeFilesLines
* revert an accidental test code change done as part of the tls projectOran Agra2019-12-011-1/+1
| | | | | | it seems that commit b087dd1db60ed23d9e59304deb0b1599437f6e23 accidentially changed gen_write_load to not use deferred client, which causes them to be slower and not generate high load which they should, making some tests less effecitive
* TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-073-9/+15
| | | | | | | | * Introduce a connection abstraction layer for all socket operations and integrate it across the code base. * Provide an optional TLS connections implementation based on OpenSSL. * Pull a newer version of hiredis with TLS support. * Tests, redis-cli updates for TLS support.
* Test: fix blocking lists/zsets replication test.antirez2018-05-151-2/+3
| | | | | By verifying that it was able to find a regression, and fixing it accordingly.
* Test: replication test blocking lists/zsets ops.antirez2018-05-151-0/+51
|
* Regression test for issue 417 (memory leak when replicating to DB with id >= 10)antirez2012-03-301-0/+10
|
* Regression test for the main problem causing issue #141. Minor ↵antirez2012-01-061-0/+15
changes/fixes/additions to the test suite itself needed to write the test.