File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 - name : Wait for services to be ready
3636 run : |
3737 echo "Waiting for Redis to be ready..."
38- timeout 30 bash -c 'until docker exec redis-stack redis-cli ping 2>/dev/null; do sleep 1; done'
38+ timeout 30 bash -c 'until docker exec redis-standalone redis-cli ping 2>/dev/null; do sleep 1; done'
3939 echo "Waiting for cae-resp-proxy to be ready..."
4040 timeout 30 bash -c 'until curl -s http://localhost:18100/stats > /dev/null; do sleep 1; done'
4141 echo "All services are ready!"
5555 if : failure()
5656 run : |
5757 echo "=== Redis logs ==="
58- docker logs redis-stack 2>&1 | tail -100
58+ docker logs redis-standalone 2>&1 | tail -100
5959 echo "=== cae-resp-proxy logs ==="
6060 docker logs cae-resp-proxy 2>&1 | tail -100
6161 echo "=== proxy-fault-injector logs ==="
You can’t perform that action at this time.
0 commit comments