]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd-mirror: fix up PrepareReplayDisconnected test case
authorIlya Dryomov <idryomov@gmail.com>
Sat, 18 Jun 2022 11:00:34 +0000 (13:00 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 20 Jun 2022 17:47:18 +0000 (19:47 +0200)
commitb6d6a2737ebb8c131d929bca6d39a0b15c67755e
tree69e43958b13d3770ef4e6739fe89d6b29a78ab44
parentadf7f1ee2ef70ca3e728f2c5619668dc38216edf
rbd-mirror: fix up PrepareReplayDisconnected test case

It was botched in commit 2bca9ee96c65 ("rbd-mirror: consolidate
prepare local/remote image steps to bootstrap") and went unnoticed
because currently no special handling is needed for disconnected
clients -- is_disconnected() check happens to be the last step
and it doesn't generate an error.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/test/rbd_mirror/image_replayer/test_mock_BootstrapRequest.cc