]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/librados/tier.cc: we can exceed the hitset limit while backfilling 5329/head
authorSamuel Just <sjust@redhat.com>
Mon, 20 Jul 2015 19:15:28 +0000 (12:15 -0700)
committerSamuel Just <sjust@redhat.com>
Mon, 20 Jul 2015 19:15:28 +0000 (12:15 -0700)
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 <sjust@redhat.com>
src/test/librados/tier.cc

index 93cd42d52ae0606b3b4d0c0e748f29112b385ad5..0bef57a91ffef7bc0548a9011f4acbe8dd8ae12f 100644 (file)
@@ -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) {