]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/librbd: fix set_val() call in SuccessUnlink* test cases
authorIlya Dryomov <idryomov@gmail.com>
Sun, 29 May 2022 17:55:04 +0000 (19:55 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 9 Jun 2022 09:24:14 +0000 (11:24 +0200)
commit8085219267a4c7c18e3e9d0702c8e75643ff2b16
tree5cb24c047ec98660db8fefbc4feee82adf4f6061
parentd68d6058a7ef6ab8a2ab5c51bb9afe6ce8171c4d
test/librbd: fix set_val() call in SuccessUnlink* test cases

rbd_mirroring_max_mirroring_snapshots isn't actually set to 3 there
due to the stray conf_ prefix.  It didn't matter until now because the
default was also 3.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 94703c1036d1e666b4c950656be9a0f291021279)
src/test/librbd/mirror/snapshot/test_mock_CreatePrimaryRequest.cc