]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/mgr/test_progress: fix wait_until_equal 39360/head
authorKamoltat <ksirivad@redhat.com>
Mon, 8 Feb 2021 15:45:06 +0000 (15:45 +0000)
committerKamoltat <ksirivad@redhat.com>
Mon, 22 Mar 2021 18:02:11 +0000 (18:02 +0000)
commitdf41ea7467db3b40776030865896af0102129283
tree58797835ef1fc6e3a6a85b41c6ad777edcc70b09
parent224e0301584f0a9e039bb1daa77ff87b085be6bc
qa/tasks/mgr/test_progress: fix wait_until_equal

Octopus ceph_test_case doesn't have period arg
so remove that in wait_until_equal. Also increase
time to wait for complete events by using RECOVERY_PERIOD
instead of EVENT_CREATION_PERIOD

Not needed in masters because only octopus and nautilus
doesn't have a period argument in qa/tasks/mgr/test_progress.py
wait_until_equals() function

Fixes: https://tracker.ceph.com/issues/48824
Signed-off-by: Kamoltat <ksirivad@redhat.com>
qa/tasks/mgr/test_progress.py