You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, handling of a number of error conditions (permanent and/or transient) and the retry logic, cannot be tested, because it is not possible to easily simulate errors during tests with Redis.
Alongside introducing test containers (see #26 ) we should also use go/mocks to inject error conditions in the client in RedisStore.
The text was updated successfully, but these errors were encountered:
Currently, handling of a number of error conditions (permanent and/or transient) and the retry logic, cannot be tested, because it is not possible to easily simulate errors during tests with Redis.
Alongside introducing test containers (see #26 ) we should also use go/mocks to inject error conditions in the
client
inRedisStore
.The text was updated successfully, but these errors were encountered: