mirror of
https://github.com/ceph/ceph
synced 2025-03-07 16:58:39 +00:00
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:
commit
6159c6796e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user