John Sully
f7ea8bf0f1
Eliminate firewall dialogs on mac for regular and cluster tests. There are still issues with the sentinel tests but attempting to bind only to localhost causes failures
2022-04-26 01:55:22 +00:00
John Sully
6193e9ad4f
Merge remote-tracking branch 'redis/6.0' into redis_merge
...
Former-commit-id: ef9a3cadcf94326bf2f163db7698aad9a3c01690
2020-01-27 02:55:48 -05:00
John Sully
8c6f775cf7
Cluster multithreading fixes
...
Former-commit-id: 3dd78a6101df0a980e520dcb55d80651bfc5a3a7
2019-11-14 20:14:24 -05:00
Yossi Gottlieb
10ffeb03e4
TLS: Connections refactoring and TLS support.
...
* 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.
2019-10-07 21:06:13 +03:00
antirez
01a41c0d9c
Sentinel / Cluster test: exit with non-zero error code on failures.
2015-03-30 14:29:01 +02:00
antirez
507ca219b4
Cluster/Sentinel test: pause on exceptions as well.
2015-01-21 16:13:30 +01:00
Matt Stancliff
a13ea7e6d4
Spell software correctly
2014-09-29 06:49:07 -04:00
Matt Stancliff
7234bf5e9e
Add correct exit value to failed tests
2014-06-18 08:10:04 -04:00
antirez
b3e24e8606
Test: cluster/base, check that we can write/read from cluster.
2014-05-02 16:37:12 +02:00
antirez
604cfb81c0
Cluster test: use 20 instances.
...
This makes tests a bit slower, but it is better to test things at a
decent scale instead of using just a few nodes, and for a few tests we
actually need so many nodes.
2014-04-29 16:20:43 +02:00
antirez
f21dee6537
Cluster / Sentinel test: instances count moved to run.tcl.
2014-04-29 16:17:15 +02:00
antirez
0d183da744
Redis Cluster test framework skeleton.
2014-04-24 18:01:41 +02:00