From d2052113f26f5e072f4f036c4a1b9f0749f7fd15 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Fri, 31 Jan 2025 11:36:25 +0000 Subject: [PATCH] test/bufferlist: turn the old last_p fix verification on 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 --- src/test/bufferlist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/bufferlist.cc b/src/test/bufferlist.cc index 4b3ca95ca6c..c1a94a88296 100644 --- a/src/test/bufferlist.cc +++ b/src/test/bufferlist.cc @@ -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 -- 2.39.5