mauriciorodrigues / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Tests fail occasionally on windows #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This issue was discussed on the mailing list in detail: 
http://groups.google.com/group/memcached-session-manager/browse_thread/thread/69
90be37d1a1020c

It can be broken down to the networking lib (netty) that is by jmemcached 
(memcached server written in java, used as in memory memcached by integration 
tests), which caused these issues, that then popped up in spymemcached (the 
memcached-client used by msm).

Original issue reported on code.google.com by martin.grotzke on 31 Mar 2011 at 2:28

GoogleCodeExporter commented 8 years ago
An upgrade of netty and jmemcached seems to solve this issue.

Original comment by martin.grotzke on 31 Mar 2011 at 2:29