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 <raghavendra-uddhav.tilay@hpe.com>
(cherry picked from commit 9d290e8521)
This commit is contained in:
committed by
Jon Bernard
parent
f578bc76a8
commit
e83f4cba87
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user