From: Samuel Just Date: Mon, 20 Jul 2015 19:15:28 +0000 (-0700) Subject: test/librados/tier.cc: we can exceed the hitset limit while backfilling X-Git-Tag: v9.1.0~494^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5329%2Fhead;p=ceph.git test/librados/tier.cc: we can exceed the hitset limit while backfilling We leave the time limit as the actual test, but we are allowed to temperarily exceed the number of hitsets during backfilling. Fixes: 8193 Related: d0f1806d57646ec24e844af368c46285ab9a59f8 Signed-off-by: Samuel Just --- diff --git a/src/test/librados/tier.cc b/src/test/librados/tier.cc index 93cd42d52ae0..0bef57a91ffe 100644 --- a/src/test/librados/tier.cc +++ b/src/test/librados/tier.cc @@ -2216,7 +2216,6 @@ TEST_F(LibRadosTwoPoolsPP, HitSetTrim) { c->wait_for_complete(); c->release(); - ASSERT_TRUE(ls.size() <= count + 1); cout << " got ls " << ls << std::endl; if (!ls.empty()) { if (!first) { @@ -4264,7 +4263,6 @@ TEST_F(LibRadosTwoPoolsECPP, HitSetTrim) { c->wait_for_complete(); c->release(); - ASSERT_TRUE(ls.size() <= count + 1); cout << " got ls " << ls << std::endl; if (!ls.empty()) { if (!first) {