Skip to content

Commit

Permalink
Merge pull request #8435 from dillaman/wip-15370
Browse files Browse the repository at this point in the history
test: TestMirroringWatcher test cases were not closing images

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
  • Loading branch information
jdurgin committed Apr 5, 2016
2 parents 0f81ac5 + b7a5f8b commit cf5d277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/librbd/test_MirroringWatcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ class TestMirroringWatcher : public TestFixture {
ASSERT_EQ(0, ctx.wait());
delete m_image_watcher;
}

TestFixture::TearDown();
}

MockMirroringWatcher *m_image_watcher = nullptr;
Expand Down

0 comments on commit cf5d277

Please sign in to comment.