Skip to content

Commit 5a4f6c9

Browse files
authored
Merge pull request ceph#61610 from rzarzynski/wip-test-bl-lastp-on
test/bufferlist: turn the old last_p fix verification on Reviewed-by: Ronen Friedman <[email protected]>
2 parents 494d29c + d205211 commit 5a4f6c9

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)