vets-api/v0.0.530
va-bot
released this
11 Jan 00:41
·
3695 commits
to 287ccf23f1580aa7d0ebf1076f1aae9c16136dc2
since this release
Release 0.0.530 ami-2083a441
b60293b Updates the Redis config for the test env to use inherit_socket: true (#3767)
When running specs via docker, i.e. make spec, the parallel spec runs will cause the
Redis connection will churn and throw an error that you "Tried to use a connection from
a child process without reconnecting. You need to reconnect to Redis after forking or
set :inherit_socket to true."
This should just be noise from the specs forking because the tests all use fakeredis
which is in-memory so they don't hit the test Redis service.