Skip to content

Commit f6b4175

Browse files
authored
Remove cluster-stack endpoint (#4432)
1 parent cc42541 commit f6b4175

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

src/test/java/redis/clients/jedis/commands/unified/cluster/search/FTHybridCommandsClusterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

src/test/resources/env/docker-compose.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)