You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/objectstore/unittest_bluefs: Add test for envelope more recovery
The test intends to prove that recovery breaks when reading random data.
The problem is that "length" read is random. When "length" is larger
than 2^63 the read request is passed to Block Device,
where it fail is_valid_io() test.
Signed-off-by: Adam Kupczyk <[email protected]>
0 commit comments