-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR appends Redis cluster testing to the existing `run_tests` suite, such that the full test suite gets run with a redis cluster across the full test matrix. The setup involves: - Installing some additional dependencies - docker and redis-server (6.2.5, same version that redisai image uses) - Installing redisai by copying it out of the docker container into `$HOME` - Creating a local redis cluster with 3 daemonized redis servers - Overwriting the `SSDB` and `SMARTREDIS_TEST_CLUSTER` environment variables Also in this PR: - updated the redisai service container to use a more recent ubuntu version (bionic, 18.0.4 instead of xenial, 16.0.4) for the image, to keep the images we use consistent. [Committed by @ben-albrecht, Reviewed by @mellis13]
- Loading branch information
1 parent
2100733
commit 318d1b9
Showing
1 changed file
with
41 additions
and
3 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