From 520057663a4825d5b0fb07cf2252e4be5fa0b21d Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Fri, 19 Sep 2025 10:58:36 +0200 Subject: [PATCH] [nova-tox-py312-threading]Ignore failing tests There is two intermittently failing tests we need to ignore for now so this patch extends the list. Closes-Bug: #2125185 Change-Id: I8d440013c84ae1dac4e2a1f661fc31138944b032 Signed-off-by: Balazs Gibizer --- threading_unit_test_excludes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/threading_unit_test_excludes.txt b/threading_unit_test_excludes.txt index e9fcebd58f..9f3417ced3 100644 --- a/threading_unit_test_excludes.txt +++ b/threading_unit_test_excludes.txt @@ -79,6 +79,13 @@ nova.tests.unit.compute.test_shelve.ShelveComputeAPITestCase.test_unshelve_witho nova.tests.unit.compute.test_shelve.ShelveComputeAPITestCase.test_unshelve_without_az_to_newaz nova.tests.unit.compute.test_shelve.ShelveComputeAPITestCase.test_unshelve_with_az_to_newaz nova.tests.unit.api.openstack.compute.test_availability_zone.ServersControllerCreateTestV21.test_create_instance_with_availability_zone +nova.tests.unit.api.openstack.compute.test_services.ServicesTestV275.test_services_list_with_additional_filter_old_version + +# This fails also with sqlite3.OperationalError: cannot start a transaction within a transaction but +# not from nova.compute.api.HostAPI._service_get_all_cells but from the db api +# _instance_get_by_uuid +nova.tests.unit.conductor.test_conductor.ConductorTaskRPCAPITestCase.test_evacuate_old_rpc_without_target_state + # This test has an eventlet and a threading version we # should either combine them and make the dynamic or