]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerMykola Golub <mgolub@suse.com>
Wed, 2 Dec 2020 09:41:13 +0000 (09:41 +0000)
commitbb77f740df749de1bba0e91b03c4eb23d5586e43
tree6023f2ff0a83fa929a934b9da8de00e2aba7766b
parent37d24ac4c8e2058d475462bf940354cda822a2c0
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>
src/test/librbd/test_DeepCopy.cc
src/test/librbd/test_Migration.cc