Comment 5 for bug 1558105

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

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

commit f6b11c59641d55020a5ada25cba6ec4de58431a9
Author: Chris Dent <email address hidden>
Date: Fri Mar 18 12:36:32 2016 +0000

    Blacklist TestOSAPIFixture.test_responds_to_version in python3

    In python3 the test blocks in epoll() for 10-15 minutes. This can
    lead to gate job timeouts (as a result of the cumulative time being
    extended by this one test). The root cause has been tracked to eventlet
    itself.

    Change-Id: I47e90bb613bfba76bb504a5bd0955206120b5556
    Related-Bug: #1558105