From b8814f4ed4a8f935d35ef60e716fdca545ac18df Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 20 Jul 2015 12:15:28 -0700 Subject: [PATCH] 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 --- src/test/librados/tier.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/librados/tier.cc b/src/test/librados/tier.cc index 93cd42d52ae06..0bef57a91ffef 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) { -- 2.39.5