Skip to content
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

Open
Dreamsorcerer opened this issue Dec 28, 2022 · 4 comments
Open

Concurrency test failures #585

Dreamsorcerer opened this issue Dec 28, 2022 · 4 comments
Assignees

Comments

@Dreamsorcerer
Copy link
Member

Dreamsorcerer commented Dec 28, 2022

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).

@Dreamsorcerer
Copy link
Member Author

@jayzfbn may look at this.

@jayzfbn
Copy link

jayzfbn commented Mar 7, 2023

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 ab params just to get anything to pass; probably some OSX limits being hit as the errors were connection resets. Now I'm getting 91/100 failures consistently for with memcached I will try to dig deeper into where the actual exception is happening.

@Dreamsorcerer
Copy link
Member Author

@jayzfbn Any chance you've found some more time to look into this?

@aio-libs aio-libs deleted a comment from jayzfbn Jun 10, 2023
@jayzfbn
Copy link

jayzfbn commented Jun 12, 2023

Sorry I'm pretty underwater at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants