]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/mon: fix compiler errors in MonMap unittest
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 23 Oct 2020 23:28:08 +0000 (16:28 -0700)
committerNathan Cutler <ncutler@suse.com>
Tue, 27 Oct 2020 19:10:05 +0000 (20:10 +0100)
commitaebfadde51610397b8eb3194d9f3370efb28cb43
tree52dbfce215661b44cf034a1ee7eda2f624ca4160
parent62f846357d804fba112bc4ae11ff2b1715b3ad55
test/mon: fix compiler errors in MonMap unittest

The code atrophied. Clean this up.

The tests are disabled because they SIGSEGV during SetUp.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 06f44cbf12c20ce8f1862111340f3b3f132577d0)

Conflicts:
    src/test/mon/MonMap.cc
- do not attempt to introduce boost::intrusive_ptr into nautilus
- monmap.build_initial takes bare cct in nautilus (master: cct.get())
src/test/mon/MonMap.cc