Merge pull request #5329 from athanatos/wip-8193

test/librados/tier.cc: we can exceed the hitset limit while backfilling

Reviewed-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
David Zafman 2015-07-23 11:46:17 -07:00
commit 6159c6796e

View 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) {