]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: TestMirroringWatcher test cases were not closing images 8435/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 4 Apr 2016 22:03:59 +0000 (18:03 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 4 Apr 2016 22:03:59 +0000 (18:03 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/librbd/test_MirroringWatcher.cc

index 219bb5ac40d4818fa7a385d91fcaaf8f4c5888a2..15084993a0b6a6a16d9eef932560d54d13f9c89a 100644 (file)
@@ -65,6 +65,8 @@ public:
       ASSERT_EQ(0, ctx.wait());
       delete m_image_watcher;
     }
+
+    TestFixture::TearDown();
   }
 
   MockMirroringWatcher *m_image_watcher = nullptr;