]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/store_test: enforce sync compaction for spillover test cases. 59533/head
authorIgor Fedotov <igor.fedotov@croit.io>
Fri, 30 Aug 2024 13:23:21 +0000 (16:23 +0300)
committerIgor Fedotov <igor.fedotov@croit.io>
Fri, 30 Aug 2024 13:23:21 +0000 (16:23 +0300)
commit6f2c84948dc2491cacb234b352d771249c99e665
treec5cdc531e0260f9266831cc997ac113013cd9f23
parent52deba6b14a095eb1cf0d8eb397861dc3bc900c6
test/store_test: enforce sync compaction for spillover test cases.
Merging https://github.com/ceph/ceph/pull/57107 updated BlueFS data
layout for some of spillover tests. This has negative impact (broken
test cases) in Quincy release only though.
See https://tracker.ceph.com/issues/67838.

But let's rollback to the original "sync compaction" behavior for other
releases as well. Just in case...

Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
src/test/objectstore/store_test.cc