]> git.apps.os.sepia.ceph.com Git - ceph.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 06:00:57 +0000 (11:30 +0530)
commitafba83d8afa8d0b30cf52c1b2c924a93e1408000
treeef507262afe1f619b0762f76b22d09d78b873b50
parentbfee4c6b17d1ecf01e0372a6003c51268a2bb138
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