Skip to content

Commit

Permalink
tests: remove TestPGLog ASSERT_DEATH test
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/23504
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit adcba97)
  • Loading branch information
smithfarm committed Mar 30, 2018
1 parent 5801ba9 commit 12a2850
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/test/osd/TestPGLog.cc
Expand Up @@ -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<hobject_t> 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) {
Expand Down

0 comments on commit 12a2850

Please sign in to comment.