Skip to content

Commit 8cdc90f

Browse files
authored
Bump 8.2 test infra to 8.2-rc1 (#4215)
1 parent 1ecb037 commit 8cdc90f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2-RC1-pre
476+
docker run -p 6479:6379 --name jedis-stack -e PORT=6379 -d redislabs/client-libs-test:8.2-rc1
477477

478478
cleanup:
479479
- rm -vf /tmp/redis_cluster_node*.conf 2>/dev/null

src/test/resources/env/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
REDIS_VERSION=8.2-RC1-pre
2-
REDIS_STACK_VERSION=8.2-RC1-pre
1+
REDIS_VERSION=8.2-rc1
2+
REDIS_STACK_VERSION=8.2-rc1
33
CLIENT_LIBS_TEST_IMAGE=redislabs/client-libs-test
44
REDIS_ENV_CONF_DIR=./
55
REDIS_MODULES_DIR=/tmp

0 commit comments

Comments
 (0)