]> git.apps.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:26:14 +0000 (11:26 +0200)
commit0ad3353523f7b27b2e235e4e91b82599f2f28229
tree5c1df83787c19ef0dbeaabc1b59069d488017731
parent5d47b8e21e77a57e51781f00021f77c7967ebbe2
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