]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/test: fix to avoid fail notification when testing manifest refcount
authormyoungwon oh <ohmyoungwon@gmail.com>
Mon, 18 Jan 2021 03:16:32 +0000 (12:16 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Fri, 5 Feb 2021 12:51:07 +0000 (21:51 +0900)
commitd0369dc73ee9a911e39642f3b63c4d0f17b04ce3
treee4f4e19edd395824665ed8088ed6cd252a1b4753
parent511cde8cedb9a63029d0154a145941d4ac6056cf
src/test: fix to avoid fail notification when testing manifest refcount

Due to false-positive design on manifest snap refcounting,
a message to decrement the refcount can be missing.
This commit checks whether the manifest object's state is correct
when such mismatch happens to prevent aborting unit test.

Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
src/test/librados/tier_cxx.cc