mirror of
https://github.com/versity/scoutfs.git
synced 2026-06-09 21:22:36 +00:00
Fix xfstests on el10
We need a few more cherry picked fixes for xfstests that the same things that we've fixed in the el10 branch: egrep, coreutils mv string changes, and a new pattern of xfstests probing other filesystem types on our devices leaking into dmesg. This moves the xfstests tag we're using by those 3 cherry picks, and adds the filter. Signed-off-by: Auke Kok <auke.kok@versity.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
v2022.05.01-2-g787cd20
|
||||
v2022.05.01-5-g0108afcd
|
||||
|
||||
@@ -232,6 +232,11 @@ t_filter_dmesg()
|
||||
# lockdep or kasan warnings can cause this
|
||||
re="$re|Disabling lock debugging due to kernel taint"
|
||||
|
||||
# xfstests probing our devices
|
||||
re="$re|ISOFS"
|
||||
re="$re|FAT-fs"
|
||||
re="$re|XFS"
|
||||
|
||||
grep -v -E "($re)" | \
|
||||
ignore_harmless_unwind_kasan_stack_oob | \
|
||||
ignore_harmless_xfs_lockdep_warning
|
||||
|
||||
Reference in New Issue
Block a user