]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/rgw/test_posix_bucket_cache: structure tests with fixture 56703/head
authorKefu Chai <tchaikov@gmail.com>
Thu, 4 Apr 2024 12:46:37 +0000 (20:46 +0800)
committerKefu Chai <tchaikov@gmail.com>
Fri, 5 Apr 2024 11:51:15 +0000 (19:51 +0800)
commita09c6ced0b38ca84775850d0862ab256daad5cbb
treedaa328d9ecba788e2a93b9b8d7a274031b61f240
parenta21870ae03a88fce237895b1bdadba6dc8cea10f
test/rgw/test_posix_bucket_cache: structure tests with fixture

before this change, we use individual tests to setup/teardown
the fixtures. this renders it difficult to run a certain test.

in this change, we structure the tests with fixtures, so that
we can run any test without worrying the dependencies between
them.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/test/rgw/test_posix_bucket_cache.cc