Skip to content

Commit d205211

Browse files
committed
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 <[email protected]>
1 parent 8dc4de1 commit d205211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/bufferlist.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3020,7 +3020,7 @@ TEST(BufferList, TestIsProvidedBuffer) {
30203020
ASSERT_FALSE(bl.is_provided_buffer(buff));
30213021
}
30223022

3023-
TEST(BufferList, DISABLED_DanglingLastP) {
3023+
TEST(BufferList, DanglingLastP) {
30243024
bufferlist bl;
30253025
{
30263026
// previously we're using the unsharable buffer type to distinguish

0 commit comments

Comments
 (0)