]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/mgr/test_progress.py: remove _osd_in_out_completed_events_count() 40225/head
authorKamoltat <ksirivad@redhat.com>
Thu, 18 Mar 2021 19:51:34 +0000 (19:51 +0000)
committerKamoltat <ksirivad@redhat.com>
Thu, 18 Mar 2021 20:06:45 +0000 (20:06 +0000)
commitb81919d2f44bcc223fd4664113b4493124a66c71
tree8df8dc23fa01433923bf99c36a93ecda3e0c8494
parent89ceb19fd8609fd4c99d10dd63f42e6786e37c86
qa/tasks/mgr/test_progress.py: remove _osd_in_out_completed_events_count()

delete the part where  _osd_in_out_completed_events_count()
was called in test_osd_cannot_recover() and revert to initial
state of the function since we don't need to use this function
in octopus. Also delete a duplicate of _osd_in_out_events_count().
This must be added by mistake in #39289 as well.

No need to fix for the backport in Nautilus: #38173
since the bugs are occured by adding additional code to
the cherry-pick specifically for Octopus.

fixes: https://tracker.ceph.com/issues/49891

Signed-off-by: Kamoltat <ksirivad@redhat.com>
qa/tasks/mgr/test_progress.py