]> 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>
Wed, 4 Sep 2024 09:21:07 +0000 (14:51 +0530)
commitb2da7394ee02abd6525372d94cab090818cd6c8e
tree63f8029a7d1fe757785309601be1298fe938e893
parent52deba6b14a095eb1cf0d8eb397861dc3bc900c6
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>
qa/tasks/mgr/dashboard/test_mgr_module.py