]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/bufferlist: turn the old last_p fix verification on
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Fri, 31 Jan 2025 11:36:25 +0000 (11:36 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Fri, 31 Jan 2025 17:28:39 +0000 (17:28 +0000)
Long time ago the buffer library had an issue with dangling
`last_p` in `bufferlist`. The problem has been eradicated
altogether with the `last_p` itself but I missed turning
the replicator on. Let's finally do that.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/test/bufferlist.cc

index 4b3ca95ca6cf84e0b7697b9e4aff38cecd83d8b7..c1a94a882967f63da025464a89a37ef3645323b2 100644 (file)
@@ -3020,7 +3020,7 @@ TEST(BufferList, TestIsProvidedBuffer) {
   ASSERT_FALSE(bl.is_provided_buffer(buff));
 }
 
-TEST(BufferList, DISABLED_DanglingLastP) {
+TEST(BufferList, DanglingLastP) {
   bufferlist bl;
   {
     // previously we're using the unsharable buffer type to distinguish