-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concurrency test failures #585
Comments
@jayzfbn may look at this. |
I sat down for a couple of hours and took a look at this. Took me a bit to get my bearings and in my case I had to dial down the |
@jayzfbn Any chance you've found some more time to look into this? |
Sorry I'm pretty underwater at the moment. |
The memcached test in tests/performance/test_concurrency.py is currently failing with >98% requests failing.
It would be great if anyone has some time to look into debugging this (just need to readd "memcached" to the fixture at the top of the file to start testing it again).
Another problem is when running these tests on Pypy, where only 1 request succeeds on the redis test for some reason (which probably suggests the initial set() call works, but none of the get() calls).
The text was updated successfully, but these errors were encountered: