From: David Zafman Date: Sat, 29 Mar 2014 00:22:47 +0000 (-0700) Subject: test: Cleanup pools when FlushWriteRaces is done X-Git-Tag: v0.79~28^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=74ed4489d92a81e386158c888d90ca4690355658;p=ceph.git test: Cleanup pools when FlushWriteRaces is done Signed-off-by: David Zafman --- diff --git a/src/test/librados/tier.cc b/src/test/librados/tier.cc index a541c763f51..7ec2fab707b 100644 --- a/src/test/librados/tier.cc +++ b/src/test/librados/tier.cc @@ -1616,6 +1616,9 @@ TEST_F(LibRadosTierPP, FlushWriteRaces) { // wait for maps to settle before next test cluster.wait_for_latest_osdmap(); + + ASSERT_EQ(0, cluster.pool_delete(cache_pool_name.c_str())); + ASSERT_EQ(0, destroy_one_pool_pp(pool_name, cluster)); } TEST_F(LibRadosTwoPoolsPP, FlushTryFlushRaces) {