]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librbd: valgrind warning in TestMockManagedLockBreakRequest.DeadLockOwner 18940/head
authorMykola Golub <to.my.trociny@gmail.com>
Wed, 15 Nov 2017 08:20:58 +0000 (10:20 +0200)
committerMykola Golub <to.my.trociny@gmail.com>
Wed, 15 Nov 2017 08:20:58 +0000 (10:20 +0200)
commitbeda1e8239f9ac11cd6bb65b736a1d3fb7587cf5
tree3cd189cbeedc47c90c96a6dd683c1e282fa99977
parente8df19197e00ff21a5389d34665aaaf1c7d94534
test/librbd: valgrind warning in TestMockManagedLockBreakRequest.DeadLockOwner

When running with 'debug_rbd >= 20':

  Conditional jump or move depends on uninitialised value(s)
    by 0x94277B: operator<< (ostream:167)
    by 0x94277B: librbd::managed_lock::BreakRequest<librbd::(anonymous namespace)::MockTestImageCtx>::handle_get_watchers(int) (BreakRequest.cc:101)

Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
src/test/librbd/managed_lock/test_mock_BreakRequest.cc