]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Tue, 31 May 2022 13:14:03 +0000 (15:14 +0200)
commit94703c1036d1e666b4c950656be9a0f291021279
treea54190de7af851a7ca0dd49cd0101288b9280dc9
parent86959381a6974a462ab924e44d1d6613f7124e2b
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>
src/test/librbd/mirror/snapshot/test_mock_CreatePrimaryRequest.cc