Comment 2 for bug 1289935

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/79174
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=3035a6b394ba4b460d9ea18409fa0cb87c86d38d
Submitter: Jenkins
Branch: master

commit 3035a6b394ba4b460d9ea18409fa0cb87c86d38d
Author: Morgan Fainberg <email address hidden>
Date: Sat Mar 8 21:57:51 2014 -0800

    Call an existing method in sync cache for revoke events

    The cache used for synchronizing the revocation tree across
    green threads had an issue where it was calling a non-existant
    method ``remove`` instead of ``remove_event``. The correct method
    is now being called and an expanded test to exercise the synchronize
    method has been added.

    Change-Id: I3fe47fa51f88aab89480831b2d95746319f82ceb
    Closes-Bug: 1289935