]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/test/crimson: unify the two TestBlock implemenations
authorSamuel Just <sjust@redhat.com>
Thu, 11 Jun 2020 18:53:56 +0000 (11:53 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 19 Jun 2020 19:59:26 +0000 (12:59 -0700)
commit1490f2c75df7151936d29fcb02e43133cd097fcd
treeba880146891232cf7aa38fb06ec3522fb0e03b01
parente4b0e15b00e0d64707795893a10aa4c5bda32012
src/test/crimson: unify the two TestBlock implemenations

cache.cc is going to need a way to generate an appopriately
typed extent from a delta or on disk block based on the
type tag.  Thus, there can only be one TestBlock for now
unless it becomes at some point worth making it dynamic.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/test/crimson/seastore/test_block.h [new file with mode: 0644]
src/test/crimson/seastore/test_seastore_cache.cc
src/test/crimson/seastore/test_transaction_manager.cc