mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 12:06:26 +00:00
scoutfs-tests: add dmesg for missing metadev_path
The xfstests generic/067 test is a bit of a stinker in that it's trying to make sure a mount failes when the device is invalid. It does this with raw mount calls without any filesystem-specific conventions. Our mount fails, so the test passes, but not for the reason the test assumes. It's not a great test. But we expect it to not be great and produce this message. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -56,5 +56,8 @@ t_filter_dmesg()
|
||||
re="$re|scoutfs .*: all lock clients recovered"
|
||||
re="$re|scoutfs .* error: client rid.*lock recovery timed out"
|
||||
|
||||
# some tests mount w/o options
|
||||
re="$re|scoutfs .* error: Required mount option \"metadev_path\" not found"
|
||||
|
||||
egrep -v "($re)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user