]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tests: fix test_list_enabled_modules timeout error
authorNizamudeen A <nia@redhat.com>
Fri, 30 Aug 2024 11:46:57 +0000 (17:16 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 13 Mar 2025 05:59:02 +0000 (11:29 +0530)
commitd07878481dd0f52841df6f59eeba025cc53bad5d
treed4f6b89dad8926bb6b93133437850089882173ae
parentf15ea3c5a28f798455f2be614f27b45891dc5727
qa/tests: fix test_list_enabled_modules timeout error

This test deals with enabling/disabling the modules. The assumption I
have is after enabling the
module test will wait for an active mgr but its not able to find it in
time and it fails. so taking inspiration from https://github.com/ceph/ceph/pull/58995/commits/6c7253be6f6fbfa6faed7a539cb78847fec04580 adding retries and logs to see if that's the case

Fixes: https://tracker.ceph.com/issues/62972
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit b2da7394ee02abd6525372d94cab090818cd6c8e)
qa/tasks/mgr/dashboard/test_mgr_module.py