]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests/ceph_test_objectstore: Fix clone_range
authorAdam Kupczyk <akupczyk@ibm.com>
Mon, 16 Jan 2023 13:29:15 +0000 (13:29 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Wed, 9 Aug 2023 07:51:58 +0000 (07:51 +0000)
commit70305983bacd4e81858339505f04d81a8cc4295c
tree818c10e36a990e7df908770f9e84a2a2fc3916dd
parentfd009f0cf9d8aecc1f5639d3f933508a225b8891
tests/ceph_test_objectstore: Fix clone_range

It was possible to get srcoff and dstoff different.
It is untested and error-prone.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/test/objectstore/store_test.cc