Comment 1 for bug 1315518

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

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

commit f997879cbe5e81951068faaaf0467b860affbcc8
Author: Tim Simpson <email address hidden>
Date: Fri May 2 15:35:47 2014 -0500

    Fail a test if time.sleep called for no reason

    If a mild error screws something up in task manager, an entire class
    of tests will continue polling using GET requests until they hit their
    rate limit, destroying any attempt to parse the test output to see
    what is wrong. This pull request fixes that.

    Change-Id: I7c00a174dfb7970357ee2bd71550983d68e0e8ae
    Closes-Bug: 1315518