]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/objectstore/Allocator_test.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / test / objectstore / Allocator_test.cc
index 210bc6d9d74573cad89282172aedb7b2961308af..f1e3a04f4d259011086081b84a9bd12ffe207f67 100644 (file)
@@ -388,7 +388,7 @@ TEST_P(AllocTest, test_dump_fragmentation_score)
       ceph_assert(len > 0);
       free_sum += len;
     };
-    alloc->dump(iterated_allocation);
+    alloc->foreach(iterated_allocation);
     EXPECT_GT(1, alloc->get_fragmentation_score());
     EXPECT_EQ(capacity, free_sum + allocated_cnt);
   }