]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Fix a problem in store_test::BluestoreBrokenNoSharedBlobRepairTest where the check...
authorGabriel BenHanokh <gbenhano@redhat.com>
Mon, 21 Mar 2022 10:54:10 +0000 (12:54 +0200)
committerGabriel BenHanokh <gbenhano@redhat.com>
Mon, 21 Mar 2022 12:18:05 +0000 (14:18 +0200)
commit2969539d20a8157d62ae27f842c43b801efdc0ee
treea2b0cdabc93398c5ff82fc6c9658b16aa38fb4b0
parentf7ebef8a804b8ce193bcbee4284dc28102708f37
Fix a problem in store_test::BluestoreBrokenNoSharedBlobRepairTest where the check for active null-fm was wrong and so reporting bogus errors  when null-fm was inactive
The check need to access dynamic value and not config setting (which can be overridden)
Signed-off-by: Gabriel BenHanokh <gbenhano@redhat.com>
src/test/objectstore/store_test.cc