On Fri, 12 Oct 2012 15:02:24 +0400 Victor Rodionov <[email protected]> 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 _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

