fix flake on redis-sentinel by depending on redis container / step. (#1748)

* fix: flake on redis-sentinel by depending on redis container / step.

Signed-off-by: Manu Gupta <manugupt1@gmail.com>

* Add retries in an attempt to reduce the number of flakes

Also; update go-redis.

Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
This commit is contained in:
Manu Gupta
2022-02-14 14:01:29 -08:00
committed by GitHub
parent 7fc5e15447
commit 533035c40c
5 changed files with 23 additions and 3 deletions
+2
View File
@@ -90,6 +90,8 @@ services:
- REDIS_SENTINEL_QUORUM=1
ports:
- 26379:26379
depends_on:
- "redis"
protectedredis:
image: redis
ports: