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
This commit is contained in:
parent
2e2c225e83
commit
f6b11c5964
@ -204,6 +204,13 @@ nova.tests.unit.virt.vmwareapi.test_driver_api.VMwareAPIVMTestCase
|
||||
nova.tests.unit.virt.xenapi.test_vmops.BootableTestCase
|
||||
nova.tests.unit.virt.xenapi.test_vmops.SpawnTestCase
|
||||
|
||||
##########################################################################
|
||||
# NOTE(cdent): The following test takes 10-15 minutes to run because
|
||||
# of eventlet lockups and can cause a gate run to timeout. See:
|
||||
# https://bugs.launchpad.net/nova/+bug/1558105
|
||||
##########################################################################
|
||||
nova.tests.unit.test_fixtures.TestOSAPIFixture.test_responds_to_version
|
||||
|
||||
# The XenAPI plugins run in a Python 2.4 environment, so avoid attempting
|
||||
# to run their unit tests in a Python 3 environment.
|
||||
nova.tests.unit.virt.xenapi.plugins
|
||||
|
Loading…
Reference in New Issue
Block a user