]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: fix bluestore unshare blob test case 44423/head
authorTongliang Deng <dengtongliang@gmail.com>
Wed, 29 Dec 2021 12:37:55 +0000 (20:37 +0800)
committerTongliang Deng <dengtongliang@gmail.com>
Wed, 29 Dec 2021 13:34:18 +0000 (21:34 +0800)
commit984c0144167795c3520ac4e9dec53072dee4d7ef
tree27cac845e645d91820cee5bacb6bb2fbd335ec6b
parentd70fdd74b993610fb0ff26c0a96e040ffa3ddaba
test: fix bluestore unshare blob test case

Ensure async queue_transactions of remove op on cloned
object happens before KV range scan, otherwise assertion
on the number of shared blob may failed.

Signed-off-by: Tongliang Deng <dengtongliang@sensetime.com>
src/test/objectstore/store_test.cc