Skip to content

Commit 7ab484f

Browse files
author
Artem
committed
do not exit after cluster created
1 parent 78b7b36 commit 7ab484f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/rte/oss-cluster-7/cluster-create.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ echo "yes" | redis-cli \
88
172.31.100.211:6379 \
99
172.31.100.212:6379 \
1010
172.31.100.213:6379 \
11-
--cluster-replicas 0
11+
--cluster-replicas 0 \
12+
&& redis-server

0 commit comments

Comments
 (0)