File tree Expand file tree Collapse file tree
java/redis/clients/jedis/commands/unified/cluster/search Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ public class FTHybridCommandsClusterTest extends FTHybridCommandsTestBase {
1616
1717 @ BeforeAll
1818 public static void prepareEndpoint () {
19- endpoint = Endpoints .getRedisEndpoint ("cluster-stack " );
19+ endpoint = Endpoints .getRedisEndpoint ("cluster-stable " );
2020 }
2121
2222 public FTHybridCommandsClusterTest (RedisProtocol protocol ) {
Original file line number Diff line number Diff line change @@ -167,25 +167,6 @@ services:
167167 - " 6479:6479"
168168 volumes :
169169 - ${REDIS_ENV_WORK_DIR}/jedis-stack/work:/redis/work:rw
170-
171- cluster-stack :
172- sysctls :
173- - net.ipv6.conf.all.disable_ipv6=1
174- image : " ${CLIENT_LIBS_TEST_IMAGE}:${REDIS_STACK_VERSION:-${REDIS_VERSION}}"
175- container_name : cluster-stack
176- # network_mode: host
177- command : --cluster-announce-ip 127.0.0.1 --cluster-node-timeout 150 --save ""
178- environment :
179- - REDIS_CLUSTER=yes
180- - REDIS_PASSWORD=cluster
181- - PORT=16479
182- - NODES=6
183- - REPLICAS=1
184- ports :
185- - " 16479-16484:16479-16484"
186- volumes :
187- - ${REDIS_ENV_CONF_DIR}/cluster-stack/config:/redis/config:r
188- - ${REDIS_ENV_WORK_DIR}/cluster-stack/work:/redis/work:rw
189170# todo find a way to connect from mac os host to exposed unix socket in container
190171# redis_uds:
191172# <<: *client-libs-image
You can’t perform that action at this time.
0 commit comments