Skip to content

Commit ce116e5

Browse files
committed
#RI-6373 - Fix cluster-plain-creator-7-1 exited with code 1 e2e workflow failure
1 parent 06c2c56 commit ce116e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
3+
echo 'Try to sleep for a while...'
4+
sleep 25
5+
echo 'Creating cluster...'
6+
echo "yes" | redis-cli \
7+
--cluster create \
8+
172.31.100.221:6379 \
9+
172.31.100.222:6379 \
10+
172.31.100.223:6379 \
11+
--cluster-replicas 0 \
12+
&& redis-server

0 commit comments

Comments
 (0)