]> git.apps.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:56:12 +0000 (12:56 +0100)
commitf18d8c4a7b03c632bd15e2664f7335441eb97e76
tree7f3fcb16150e790da2322fed360f0c21c084fbc0
parent07be0851675be06d3d7e8f60c1d739a126ceef95
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