]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librbd: print difference if deep-copy or migration test fails
authorMykola Golub <mgolub@suse.com>
Wed, 2 Dec 2020 09:41:13 +0000 (09:41 +0000)
committerJason Dillaman <dillaman@redhat.com>
Fri, 19 Feb 2021 15:06:45 +0000 (10:06 -0500)
commit9c974e2a5bad81da750aa064505d74e7f9c26656
tree90d2d808aeee829daa95ff5c56b97d4f897546b6
parentef0cbaddda96a295b3751035095dce0a63604552
test/librbd: print difference if deep-copy or migration test fails

It may appear to be useful to track the sporadic test failures
observed on jenkins, not reproducible locally.

Previously it was disabled because the output could be too
large. But after the hexdump was improved to skip repeating bytes
the output will hopefully be much smaller.

Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit bb77f740df749de1bba0e91b03c4eb23d5586e43)
src/test/librbd/test_DeepCopy.cc
src/test/librbd/test_Migration.cc