-
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.
* Reenable clustering tests Uncomment clustering tests and adapt the code in the minimum possible way to make these tests run. * Include RESP protocol in cluster tests The cluster tests were not using the configured RESP protocol, so adjust that. * Use a separate cluster for the bulk of clustering tests Most of the clustering tests don't need to change the structure of the cluster. Use for these tests a stable cluster, that is configured outside the Java code and keeps its structure. The tests only flush the data on the cluster nodes, which is safe and fast. * Don't stunnel the stable cluster nodes Co-authored-by: M Sazzadul Hoque <[email protected]> * Move port range for stable cluster * Move some tests into subclasses The goal is to leave unchanged the top level test classes. --------- Co-authored-by: Gabriel Erzse <[email protected]> Co-authored-by: M Sazzadul Hoque <[email protected]>
- Loading branch information
1 parent
5733cd6
commit d41dbe9
Showing
12 changed files
with
1,448 additions
and
1,354 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
Oops, something went wrong.