On Fri, 12 Oct 2012 15:02:24 +0400 Victor Rodionov <victor.rodionov at nexenta.com> wrote: > I found unresolved reference for exception MemcacheLockError > (test/unit/proxy/test_server.py line 3580) in Swift unit test for proxy > server. I try to find this exception class on swift code, but can't find it. > > https://github.com/openstack/swift/blob/master/test/unit/proxy/test_server.py#L3580 Good catch. Just needs a subclassing of Exception with pass, IMHO. -- P