From: Nathan Cutler Date: Thu, 29 Mar 2018 09:40:09 +0000 (+0200) Subject: tests: remove TestPGLog ASSERT_DEATH test X-Git-Tag: v13.1.0~442^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21117%2Fhead;p=ceph.git tests: remove TestPGLog ASSERT_DEATH test Fixes: http://tracker.ceph.com/issues/23504 Signed-off-by: Nathan Cutler --- diff --git a/src/test/osd/TestPGLog.cc b/src/test/osd/TestPGLog.cc index 704bbb52a0fc..dfe457c69804 100644 --- a/src/test/osd/TestPGLog.cc +++ b/src/test/osd/TestPGLog.cc @@ -1388,27 +1388,6 @@ TEST_F(PGLogTest, merge_log) { EXPECT_TRUE(dirty_big_info); } - // If our log is empty, the incoming log needs to have not been trimmed. - { - clear(); - - pg_log_t olog; - pg_info_t oinfo; - pg_shard_t fromosd; - pg_info_t info; - list remove_snap; - bool dirty_info = false; - bool dirty_big_info = false; - - // olog has been trimmed - olog.tail = eversion_t(1, 1); - - TestHandler h(remove_snap); - PrCtl unset_dumpable; - ASSERT_DEATH(merge_log(oinfo, olog, fromosd, info, &h, - dirty_info, dirty_big_info), ""); - } - } TEST_F(PGLogTest, proc_replica_log) {