openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #17419
Re: [Swift] Unresolved reference in swift: test/unit/proxy/test_server.py
On Fri, 12 Oct 2012 15:02:24 +0400
Victor Rodionov <victor.rodionov@xxxxxxxxxxx> 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
References