]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
test/store_test: Fix BluestorePerPoolOmapFixOnMount
authorAdam Kupczyk <akupczyk@ibm.com>
Tue, 10 Jun 2025 15:14:44 +0000 (15:14 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Mon, 16 Jun 2025 07:22:43 +0000 (08:22 +0100)
commit3c9defab46e3ea7f9b9fbd05bdae9d6597687f0a
treef3bbda1f21ddadf3d5a1198dc3259656fdcb88cc
parent87a73576a5125e46494aa2642d3c89eda3561f5b
test/store_test: Fix BluestorePerPoolOmapFixOnMount

We called inject_legacy_omap() before waiting to commit
initial transaction that created the object.
The results is that sometimes the initial clean state
removed legacy omap signalling used by unittest.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/test/objectstore/store_test.cc