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
Excuse me, but it looks like this issue: #732 still occurs in some situations, and unfortunately, I can not actually tell why.
I'm facing this when I'm trying to test out my code using pytest and Travis, current versions of everything are: redis-py: 3.2.0, redis: 4.0.9 Platform: python: 2.7.14, Ubuntu 14.04 Stack trace:
@victorvorobev Did you ever figure out what was going on here? Are you trying to share a Connection across multiple threads? Connections are not meant to be thread safe.
@andymccurdy
Unfortunately, I'm still not quite sure, but it looks like that pytest is the one that should be blamed. My tests were written a bit incorrect and those connect and disconnect methods were called as setup and teardown methods for every test. After I changed that fact everything became more stable.
I don't know though why everything worked fine with version 2.10.6.
Excuse me, but it looks like this issue: #732 still occurs in some situations, and unfortunately, I can not actually tell why.
I'm facing this when I'm trying to test out my code using pytest and Travis, current versions of everything are:
redis-py: 3.2.0, redis: 4.0.9
Platform: python: 2.7.14, Ubuntu 14.04
Stack trace:
P.S.: If this will help, it looks like with version 2.10.6 everything works smoothly.
The text was updated successfully, but these errors were encountered: