File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 fail-fast : false
3737 matrix :
3838 redis_version :
39+ - " 8.2"
3940 - " 8.0"
4041 - " 7.4"
4142 - " 7.2"
Original file line number Diff line number Diff line change 11PATH := ./redis-git/src:${PATH}
22
33# Supported test env versions
4- SUPPORTED_TEST_ENV_VERSIONS := 8.0 7.4 7.2 6.2
5- DEFAULT_TEST_ENV_VERSION := 8.0
4+ SUPPORTED_TEST_ENV_VERSIONS := 8.2 8. 0 7.4 7.2 6.2
5+ DEFAULT_TEST_ENV_VERSION := 8.2
66REDIS_ENV_WORK_DIR := $(or ${REDIS_ENV_WORK_DIR},/tmp/redis-env-work)
77
88define REDIS1_CONF
@@ -473,7 +473,7 @@ start: cleanup compile-module
473473 echo " $$ REDIS_UDS" | redis-server -
474474 echo " $$ REDIS_UNAVAILABLE_CONF" | redis-server -
475475 redis-cli -a cluster --cluster create 127.0.0.1:7479 127.0.0.1:7480 127.0.0.1:7481 --cluster-yes
476- docker run -p 6479:6379 --name jedis-stack -e PORT=6379 -d redislabs/client-libs-test:8.0.2
476+ docker run -p 6479:6379 --name jedis-stack -e PORT=6379 -d redislabs/client-libs-test:8.2-RC1-pre
477477
478478cleanup :
479479 - rm -vf /tmp/redis_cluster_node* .conf 2> /dev/null
Original file line number Diff line number Diff line change 1- REDIS_VERSION = 8.0.2
2- REDIS_STACK_VERSION = 8.0.2
1+ REDIS_VERSION = 8.2-RC1-pre
2+ REDIS_STACK_VERSION = 8.2-RC1-pre
33CLIENT_LIBS_TEST_IMAGE = redislabs/client-libs-test
44REDIS_ENV_CONF_DIR = ./
55REDIS_MODULES_DIR = /tmp
Original file line number Diff line number Diff line change 1+ REDIS_VERSION=8.0.2
2+ REDIS_STACK_VERSION=8.0.2
3+ CLIENT_LIBS_TEST_IMAGE=redislabs/client-libs-test
4+ REDIS_ENV_CONF_DIR=./
5+ REDIS_MODULES_DIR=/tmp
6+ REDIS_ENV_WORK_DIR=/tmp/redis-env-work
7+
8+ ENABLE_MODULE_COMMAND_DIRECTIVE=--enable-module-command yes
You can’t perform that action at this time.
0 commit comments