]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/librbd: drop TestLibRBD.SnapDiff
authorIlya Dryomov <idryomov@gmail.com>
Fri, 1 Dec 2023 17:54:19 +0000 (18:54 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 11 Dec 2023 11:52:03 +0000 (12:52 +0100)
commit684e522bb7fcaca42f50478a50fe5cbc1f8b73b4
tree63bb00f5e5eb8513bb17595ad355a6365830d8a5
parent4ed2313a0cade92bbbd1053090e5bc116dda5b39
test/librbd: drop TestLibRBD.SnapDiff

This was added to integration test [1], separate from the fix which
went in only with unit test adjustments.  It's duplicated by several
cases in DiffIterateTest.DiffIterateDeterministic now.  Specifically,
the issue could be reproduced by any of:

    (3) snap2 -> HEAD
    (4) snap3 -> HEAD
    (7) snap2 -> snap3

[1] https://tracker.ceph.com/issues/50787

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 356ac6a5477061389e673053f178d1ec6a9b9427)
src/test/librbd/test_librbd.cc