Comment 25 for bug 1448273

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

Reviewed: https://review.openstack.org/180760
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=34e6cc20fb45f1fc9578b6bc292c7f8865567107
Submitter: Jenkins
Branch: master

commit 34e6cc20fb45f1fc9578b6bc292c7f8865567107
Author: Petr Malik <email address hidden>
Date: Sun May 3 23:30:21 2015 -0400

    Fix leaked mocks in the 'upgrade' module if any

    Make all test suites in the module extend 'trove_testtools.TestCase' to
    enable dangling mock detector.

    I also rewrote tests for 'create()' method of 'UpgradeMessageSender'.
    The original implementation tested the Mock library rather than the
    Trove code.

    Change-Id: I862b9b6c3dbca1958f314b169863cdbeeb7e3b53
    Partial-Bug: 1448273