Comment 20 for bug 1311778

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

Reviewed: https://review.openstack.org/108546
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1fb727876fff2f796de6442730527556c16a347e
Submitter: Jenkins
Branch: master

commit 1fb727876fff2f796de6442730527556c16a347e
Author: Christopher Lefelhocz <email address hidden>
Date: Mon Jul 21 20:06:39 2014 -0500

    Remove unneeded calls in test_shelve to start instances

    During running of tox the system can timeout on slower systems. This
    is due to rpc calls to other threads failing in testing. This
    particular case involved shelving calls to start instances. However,
    when we started using objects, these calls became unnecessary for these
    unit tests. Thus we are removing the calls which should remove
    the traceback for slow systems.

    Change-Id: I52f1e86815cc2cac8dc31865f00eef2d4ffeea59
    Partial-Bug: 1311778