Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Dec 27, 2022
1 parent 6d064d3 commit 6c74ed3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/performance/conftest.py
Expand Up @@ -2,15 +2,6 @@

from aiocache import Cache


# TODO:
# 1. concurrency_error_rates test doesn't work as expected with redis-py,
# where both ConnectionPool and BlockingConnectionPool raise ConnectionError
# but don't wait for connection reuse when number of conns exceeds the limit.
# That's why pool in redis-py uses an unlimit number connections by default.
# So no HTTP req should fails in the concurrency_error_rates test with redis-py.
# 2. On my local machine, test_memcached_getsetdel() fails, it doesn't reach
# the performance target.
collect_ignore_glob = ["*"]


Expand Down

0 comments on commit 6c74ed3

Please sign in to comment.