]> git.apps.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:07:19 +0000 (20:07 +0100)
commit1c5ff16bc995dd289fe932385d6fe010bb48d003
tree8ced6e1d88e59fd18adca2509ea077778a9bc5ed
parentfd85f4346cf13c5d8e9e7b22171021ca5b03b2a3
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