Skip to content

Commit 50f543e

Browse files
Readd memcached concurrency (#1019)
1 parent 2c81b62 commit 50f543e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/performance/test_concurrency.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
set_start_method("spawn")
1313

1414

15-
# TODO: Fix and readd "memcached" (currently fails >98% of requests)
16-
@pytest.fixture(params=("memory", "valkey"))
15+
@pytest.fixture(params=("memcached", "memory", "valkey"))
1716
def server(request):
1817
p = Process(target=run_server, args=(request.param,))
1918
p.start()

0 commit comments

Comments
 (0)