]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone: Add missing teardowns to a subset of osd-scrub-repair tests 42234/head
authorSridhar Seshasayee <sseshasa@redhat.com>
Wed, 7 Jul 2021 19:09:26 +0000 (00:39 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Thu, 8 Jul 2021 08:01:42 +0000 (13:31 +0530)
commit84cab65e3aafcf656b860abd72a09799458f6bc5
tree443054a09fc6cb5ebbc139fdfaf4370c37994f32
parenta96c34f0ee91af55f80fb58936299f5effc0c0cc
qa/standalone: Add missing teardowns to a subset of osd-scrub-repair tests

Tests identified with missing teardown within osd-scrub-repair.sh:
  1. TEST_periodic_scrub_replicated()
  2. TEST_scrub_warning()
  3. TEST_request_scrub_priority()

Centralize setup and teardown within the run() function for all the tests.

Fixes: https://tracker.ceph.com/issues/51580
Signed-off-by: Sridhar Seshasayee <sseshasa@redhat.com>
qa/standalone/scrub/osd-scrub-repair.sh