Comment 2 for bug 1434258

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

Reviewed: https://review.openstack.org/165995
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=5e3c0fbb77a4990ea3dea11e9add4d9b5c382308
Submitter: Jenkins
Branch: master

commit 5e3c0fbb77a4990ea3dea11e9add4d9b5c382308
Author: Nikhil Manchanda <email address hidden>
Date: Thu Mar 19 12:56:56 2015 -0700

    Remove flaky assert from TestMgmtInstanceDeleted test

    There is a flaky assert that fails occasionally in the
    mgmt.test_models.TestMgmtInstanceDeleted.test_show_deleted_mgmt_instances
    unit test due to a what seems to be a race condition in the unit tests
    that run in parallel. Commenting out this flaky assert to unblock gate
    issues for now.

    Change-Id: Ib7b5c33f49bc70427f84bd69bbcb7420b5f32d9e
    Partial-bug: 1434258