Comment 4 for bug 1244597

Revision history for this message
Tristan Cacqueray (tristan-cacqueray) wrote :

The test is fine, it is the eventlet-0.9.16 code that is broken:
test_memcached.py:test_connection_pooling creates 10 connexion in an eventlet pool limited to 2 connections. The assertion that there are only 2 connections failed because there is a bug in eventlet about current_size accounting in pools.Pool.

This is fixed in eventlet version 0.9.16.