]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/mgr/test_progress: fix wait_until_equal 39397/head
authorKamoltat <ksirivad@redhat.com>
Mon, 8 Feb 2021 15:45:06 +0000 (15:45 +0000)
committerKamoltat <ksirivad@redhat.com>
Tue, 6 Apr 2021 19:35:17 +0000 (19:35 +0000)
commitcb6a3843a795c414c4abed5caafe9bdbb235fbb2
tree77115cab32547b30d070918b9c9af03a48a1b931
parentfe8c141b29e87ff19eee0ca3ec50cd60c40f4274
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>
(cherry picked from commit df41ea7467db3b40776030865896af0102129283)

 Conflicts:
qa/tasks/mgr/test_progress.py - trivial fix
qa/tasks/mgr/test_progress.py