Merge pull request #69402 from Ericmzhang/wip-fix-mon-stretch_cluster

qa: Fix stretch_cluster.py missing function call
Reviewed-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
This commit is contained in:
Kamoltat (Junior) Sirivadhna 2026-06-11 09:47:19 -04:00 committed by GitHub
commit cce2a2fcd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -678,7 +678,7 @@ class TestStretchCluster(MgrTestCase):
# Fail over osds in DC2 completely expects PGs to be 100% inactive
self._fail_over_all_osds_in_dc('dc2')
self.wait_until_true_and_hold(lambda: self._pg_all_unavailable,
self.wait_until_true_and_hold(lambda: self._pg_all_unavailable(),
timeout=self.RECOVERY_PERIOD,
success_hold_time=self.SUCCESS_HOLD_TIME)