Commit cc42541
authored
Refactor TLS tests (#4431)
* Move tls tests to subpackage
* Refactor TLS tests to use stable cluster
- Introduce TLSRedisClusterTestBase
- Refactor Cluster TLS tests to use cluster-stable endpoints
- Update docker config and endpoints
* Rename all tests to get rid of integration tag
* Fix formatting
* Reformat all tls tests
* Guard TLSRedisClusterTestBase against execution on ENV_OSS_SOURCE
* There is no tls port on cluster-unbound anymore
* Clean up TLSRedisClusterTestBase
* Remove SSL/TLS class prefix where appropriate
* Add missing TLS test classes to cover RedisClient and RedisSentinelClient
* Further improvements:
- Add abstract test classes to reduce code duplications
- Add more tests to cover all client classes1 parent 2ab42df commit cc42541
File tree
36 files changed
+1691
-1473
lines changed- src/test
- java/redis/clients/jedis
- commands/jedis
- tls
- resources
- env
- cluster-unbound/config
- node-7379-8379
- node-7380-8380
- node-7381-8381
- node-7382-8382
- node-7383-8383
36 files changed
+1691
-1473
lines changedThis file was deleted.
0 commit comments