We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c81b62 commit 50f543eCopy full SHA for 50f543e
1 file changed
tests/performance/test_concurrency.py
@@ -12,8 +12,7 @@
12
set_start_method("spawn")
13
14
15
-# TODO: Fix and readd "memcached" (currently fails >98% of requests)
16
-@pytest.fixture(params=("memory", "valkey"))
+@pytest.fixture(params=("memcached", "memory", "valkey"))
17
def server(request):
18
p = Process(target=run_server, args=(request.param,))
19
p.start()
0 commit comments