Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmisc-test 006 sometimes fails when UUID tree is created at mkfs time #118
Comments
|
EDIT: Sorry, the btrfs_map_block() part is not changed at all, and it's doing what it suppose to do. It's my fault. I'd say it's new UUID tree metadata makes it to generate space cache so it could trigger the hidden bug. Since the cause is located, fix is under way. Thanks for reporting this. |
|
Added to devel, thanks. |
With the patch fa754dd ("btrfs-progs: mkfs: precreate the uuid tree", currently in devel), misc-test 006 occasionally fails at misc-test 006 (kernel is 4.16.0-rc7):
Full log of misc-tests-resut.txt when the test fails is below:
So, the last btrfs-image failed.
Also, it seems that even when the test succeeds, the last btrfs-image actually fails:
The test uses may_fail and the test itself succeeds.
However, when v.4.15.1 is used (or reverting the commit), last btrfs-image does not fail: