]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
src/test: add a function in ceph_test_rados to check refcount is correct
authormyoungwon oh <ohmyoungwon@gmail.com>
Tue, 16 Feb 2021 09:30:09 +0000 (18:30 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Mon, 29 Mar 2021 08:14:57 +0000 (17:14 +0900)
commit0c971cb3d3c8f50a41819e296136626363523ca6
tree14d75c98abb5a02adca41cf8381ca0e653d0a0c9
parent72a463df9aca6cf7f8aa411d5818f280920c3a5d
src/test: add a function in ceph_test_rados to check refcount is correct

Comparing refcounts between manifest object and chunk object,
ceph_test_rados will check refcount is correct at the end of test

Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
src/test/osd/CMakeLists.txt
src/test/osd/RadosModel.h
src/test/osd/TestRados.cc