-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce EndpointConfig and load endpoint settings from the endpoint…
…s.json file (#3836) * Let's get the hardcode-removal party started :) * Fix URLs in endpoints.json * Use 2 endpoints for different users * Fix some broken tests * Remove more hardcoded connection settings * Fix JedisCommandsTestBase * Remove unnecessary timeout * Add missing tls setting to fix SSLACLJedisClusterTest * Allow supplying custom endpoints config via env variable * Introduce EndpointURIBuilder for creating customized URIs * Remove getJedis and getConnection methods * Improve naming for endpoint variables * Fix name of endpoint variable in JedisPooledTest * Add support for endpoints without username * Improve endpoints naming in AutomaticFailoverTest * Remove more hardcoded settings from Migrate tests * Fix comments in SSLACL tests * Fix endpoint naming in AA failover test
- Loading branch information
Showing
47 changed files
with
748 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.