Skip to content

Commit

Permalink
Update can_handshake.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau authored Jul 24, 2017
1 parent 2c0bfd1 commit 3487f1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/acceptance/can_handshake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ IS_REDIS_UP=$(listContainerIds | grep $CREDIS | trim)
IS_PROXY_UP=$(listContainerIds | grep $CPROXY | trim)
[[ -z $IS_PROXY_UP ]] && echo "❌ Proxy down" && exit 1

# wait for 5 seconds
sleep 5

# look at redsmin-proxy logs
CPROXY_LOG=`getCProxyLog`
HAS_HANDSHAKED=$(echo $CPROXY_LOG | grep "Handshake succeeded" | trim)
Expand Down

0 comments on commit 3487f1f

Please sign in to comment.