From 9d290e85216793eab2f79a69dd02e8d2366df0e2 Mon Sep 17 00:00:00 2001 From: raghavendra-uddhav-tilay Date: Wed, 25 Mar 2026 16:13:31 +0000 Subject: [PATCH] HPE: Skip UT that fails intermittently The UT test_thread_local_sessions_are_isolated fails intermittently and causes zuul to fail unit test job failures are observed due to below test: cinder.tests.unit.volume.drivers.hpe.test_hpe3par. TestHPE3PARDriverBase.test_thread_local_sessions_are_isolated Failures are intermittent and seen mostly on the openstack-tox-py313 job test is introduced by change If3deb4a2791a05b21aa8 https://review.opendev.org/c/openstack/cinder/+/976596 This patch skips the test "test_thread_local_sessions_are_isolated". Related-Bug: #2146339 Change-Id: I11be960fc8d95e7e193bfb7bc0ef6277c54f62fe Signed-off-by: Raghavendra Tilay --- cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py b/cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py index 379a96ea6fc..a17a8f5b6d1 100644 --- a/cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py +++ b/cinder/tests/unit/volume/drivers/hpe/test_hpe3par.py @@ -7163,6 +7163,7 @@ class TestHPE3PARDriverBase(HPE3PARBaseDriver): mock_client.assert_has_calls(expected) self.assertTrue(common._replication_enabled) + @test.testtools.skip("launchpad bug #2146339") def test_thread_local_sessions_are_isolated(self): self.setup_driver() session_counter = [0]